Skip to content

Commit 086cd81

Browse files
committed
wip
1 parent 184b1d8 commit 086cd81

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

content/news/2025-05-12-release.adoc

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,24 @@ first changes made were simply backing out previously commited breaking changes,
4545
and aligning the codebase with the latest Google Closure Compiler release.
4646

4747
But why stick with an "aging" JavaScript library? Didn't Google themselves claim
48-
GCL was old-fashioned? Unfortunately for optics, Google avoiding enumerating the
49-
increasingly well-understood costs associated with mainstream JavaScript
50-
development practices. To be fair, this problem permeates contemporary
51-
software industry and highlights the systemic pitfalls that arise from
52-
optimizing ease against other equally valuable properties.
48+
GCL was old-fashioned? Unfortunately, for optics, Google avoided enumerating the
49+
now well-understood costs associated with mainstream JavaScript development
50+
practices. To be perfectly fair to JavaScript, these problems have permeated
51+
the software industry for years and they are cultural, not technical in nature.
5352

5453
One of the biggest benefits of GCL is that it makes ClojureScript a complete
5554
solution for writing ClojureScript for a variety of JavaScript contexts,
5655
not limited to the browser. You don't need to deal with Node modules and
57-
dependencies, build tools, and other various flavors of the month.
56+
dependencies, build tools, build plugins, and other various flavors of the month
57+
to add some interactivity to a website. It rarely matter hows old a dependency
58+
is, take for example `domina`. Sure it generates a bunch of style warning from
59+
the ClojureScript compiler, but it compiles. If not for a Google Closure Library
60+
change you could use the entire API today.
5861

5962
## Contributors
6063

6164
Thanks to all of the community members who contributed to
62-
ClojureScript 1.12.35:
65+
ClojureScript 1.12.38:
6366

6467
* Michiel Borkent
6568
* Mike Fikes

0 commit comments

Comments
 (0)