ClojureScript 1.12.42
clojurescript.org
ClojureScript 1.12.42
1–10 of 45 posts
Re: ClojureScript 1.12.42
#2> ClojureScript is and never was only just for rich web applications. Even in the post React-world, a large portion of the web is (sensibly) still using jQuery. If you need robust DOM manipulation, internationalization, date/time handling, color value manipulation, mathematics, programmatic animation, browser history management, accessibility support, graphics, and much more, all without committing to a framework and without bloating your final JavaScript artifact - ClojureScript is a one stop shop.
Re: ClojureScript 1.12.42
#3Immutability as a cultural value, not just a data structure.
Re: ClojureScript 1.12.42
#4Re: ClojureScript 1.12.42
#5EDIT: HN title said Compiler, article says Library.
Re: ClojureScript 1.12.42
#6EDIT: HN title said Compiler, article says Library.
Re: ClojureScript 1.12.42
#7EDIT: HN title said Compiler, article says Library.
Re: ClojureScript 1.12.42
#8Re: ClojureScript 1.12.42
#9My surface level understanding is that GCL is a big reason why 3rd party libraries are a huge pain to use in Clojurescript.
Of course this would have went completely against the project’s goals, so it was never going to happen.
Re: ClojureScript 1.12.42
#10While the level of commitment to backwards compatibility is commendable, I had hoped this would trigger dropping GCL instead of forking it. My surface level understanding is that GCL is a big reason why 3rd party libraries are a huge pain to use in Clojurescript. Of course this would have went completely against the project’s goals, so it was never going to happen.
Shadow CLJS has made working with external libraries quite easy and IIRC it lets you set the compilation options for your libraries declaratively.