Y
Hacker News
new
|
ask
|
show
|
jobs
by
dzonga
343 days ago
isn't google closure sunset ?
2 comments
myko
343 days ago
The [Closure Compiler](
https://github.com/google/closure-compiler
) is still active.
The [Closure Library](
https://github.com/google/closure-library
) is done.
Very confusing, I know
link
travisennis
343 days ago
ClojureScript still uses both? If so, what is going to replace the Closure library?
link
swannodette
343 days ago
We forked Google Closure Library. This is mostly a good thing as GCL started introducing frustrating breaking changes around 2018/2019. We've backed everything out and now ClojureScript libraries from 14 years ago work again.
link
mannycalavera42
343 days ago
yup, correct
https://clojurescript.org/news/2024-01-24-release#_google_cl...
link
The [Closure Library](https://github.com/google/closure-library) is done.
Very confusing, I know