Find Related products on Amazon

Shop on Amazon

ClojureScript forks Google Closure Library to guarantee backward compatibility

Published on: 2025-07-04 19:20:20

The incredible stability of Google Closure Library started declining around 2019. Google was both trying many things with respect to their internal JavaScript strategy as well becoming less concerned about the impact on outside consumers. Finally, Google stopped contributing to Google Closure Library last August. We have forked Google Closure Library (GCL) and taken up maintenance. We backed out a few years of needless breaking changes and aligned the codebase with the latest Google Closure Compiler release. One of the biggest benefits of GCL is that it makes ClojureScript a complete solution for a variety of JavaScript contexts, not limited to the browser. Taking on additional dependencies always comes with a cost. One of ClojureScript’s original value propositions was a rock solid set of readily available JavaScript tools as dependable as clojure.core . We are working on restoring that original stability. With this release, you’ll find that quite a few old ClojureScript libraries ... Read full article.