@@ -45,16 +45,18 @@ and aligning the codebase with the latest Google Closure Compiler release.
4545
4646One of the biggest benefits of GCL is that it makes ClojureScript a complete
4747solution for writing ClojureScript for a variety of JavaScript contexts, not
48- limited to the browser. While ClojureScript integrates well with wider JavaScript
49- ecosystem these days, ClojureScript always provided a solid of set of tools
50- out of the box as reliable as the standard library. That was true of GCL for a
51- solid eight years from 2011-2019.
52-
53- We working on restoring that stability. With this release, you'll find that quite
54- a few fine old ClojureScript libraries work again today as well as they did 14
55- years ago.
56-
57- And for users who are looking for a rich set of functionality but don't need
58- need to build single page web apps, ClojureScript has a lot to offer without
59- creating a large final artifact thanks to Google Closure Compiler advanced
60- optimization.
48+ limited to the browser. These days, ClojureScript integrates well with the wider
49+ JavaScript ecosystem these days, but ClojureScript always provided a solid of set of tools
50+ out of the box as reliable as the standard library. That was absolutely true from
51+ 2011-2019 when GCL rigorously avoided breakage.
52+
53+ We working on restoring that original stability. With this release, you'll find
54+ that quite a few fine old ClojureScript libraries work again today as well as
55+ they did 14 years ago.
56+
57+ ClojureScript is not just for rich web applications. Many websites need rich
58+ DOM manipulation, robust internationalization, and compelling interactivity on
59+ a website without going to a framework. In these cases ClojureScript
60+ generates surprisingly compact output compared to the JavaScript alternatives.d
61+
62+ Give it a try!
0 commit comments