@@ -24,7 +24,7 @@ Last year we noted that updating Google Closure Compiler would mean losing Java
24
24
8 support. Google Closure now requires Java 21. From our perspective this change
25
25
doesn't seem strictly necessary, but Google is a large organization and this
26
26
change is likely to due to internal requirements which are hard to influence from
27
- the outside. The general enthusiasm in the Clojure community about adopting more
27
+ the outside. The general enthusiasm in the Clojure community around adopting more
28
28
recent Java releases hopefully softens the overall impact of this change.
29
29
30
30
So far, the burden of staying current with Google Closure has been manageable.
@@ -39,8 +39,8 @@ JavaScript strategy as well becoming less concerned about the impact on outside
39
39
consumers. Finally, Google stopped contributing to Google Closure Library
40
40
last August.
41
41
42
- We have forked Google Closure Library and taken up maintenance. We backed out a
43
- few years of needlees breaking changes and aligned the codebase with the latest
42
+ We have forked Google Closure Library (GCL) and taken up maintenance. We backed out a
43
+ few years of needless breaking changes and aligned the codebase with the latest
44
44
Google Closure Compiler release.
45
45
46
46
One of the biggest benefits of GCL is that it makes ClojureScript a complete
@@ -49,15 +49,15 @@ Taking on additional dependencies always comes with a cost. One of
49
49
ClojureScript's original value propositions was a rock solid set of readily
50
50
available JavaScript tools as dependable as `clojure.core` .
51
51
52
- We are working on restoring that rock solid stability. With this release, you'll
53
- find that quite a few fine old ClojureScript libraries work again today as well
54
- as they did 14 years ago.
52
+ We are working on restoring that original stability. With this release, you'll
53
+ find that quite a few old ClojureScript libraries work again today as well
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
- post React-world, most of the web is (sensibly) still using jQuery. If you need
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
57
+ post React-world, a large portion of the web is (sensibly) still using jQuery. If you need
58
+ robust DOM manipulation, internationalization, date /time handling , color
59
+ value manipulation, mathematics, programmatic animation, browser history management ,
60
+ accessibility support , graphics, and much more, all without committing to a framework
61
61
and without bloating your final JavaScript artifact - ClojureScript is a one
62
62
stop shop.
63
63
0 commit comments