|
1 | 1 | = 1.12.42 Release
|
2 | 2 | ClojureScript Team
|
3 |
| -2024-05-12 12:00:00 |
| 3 | +2024-05-16 12:00:00 |
4 | 4 | :jbake-type: post
|
5 | 5 |
|
6 | 6 | ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
@@ -46,17 +46,19 @@ Google Closure Compiler release.
|
46 | 46 | One of the biggest benefits of GCL is that it makes ClojureScript a complete
|
47 | 47 | solution for a variety of JavaScript contexts, not limited to the browser.
|
48 | 48 | Taking on additional dependencies always comes with a cost. One of
|
49 |
| -ClojureScript's original value propositions was a rock solid set of standard |
50 |
| -JavaScript tool as dependable as `clojure.core`. |
| 49 | +ClojureScript's original value propositions was a rock solid set of readily |
| 50 | +available JavaScript tools as dependable as `clojure.core`. |
51 | 51 |
|
52 | 52 | We are working on restoring that rock solid stability. With this release, you'll
|
53 | 53 | find that quite a few fine old ClojureScript libraries work again today as well
|
54 | 54 | as they did 14 years ago.
|
55 | 55 |
|
56 | 56 | ClojureScript is and never was only just for rich web applications. Even in the
|
57 | 57 | post React-world, most of the web is (sensibly) still using jQuery. If you need
|
58 |
| -non-trivial DOM manipulation, robust internationalization, and compelling |
59 |
| -interactivity without a framework, ClojureScript works well and generates |
60 |
| -surprisingly compact output compared to the JavaScript alternatives. |
| 58 | +non-trivial DOM manipulation, robust internationalization, data/time, color |
| 59 | +value manipulation, mathematics, programmatic animation, browser history, |
| 60 | +accessibility helpers, graphics, and more, all without committing to a framework |
| 61 | +and without bloating your final JavaScript artifact - ClojureScript is a one |
| 62 | +stop shop. |
61 | 63 |
|
62 | 64 | Give it a try!
|
0 commit comments