(no title)
amgreg | 9 months ago
Shadow CLJS has made working with external libraries quite easy and IIRC it lets you set the compilation options for your libraries declaratively.
amgreg | 9 months ago
Shadow CLJS has made working with external libraries quite easy and IIRC it lets you set the compilation options for your libraries declaratively.
john2x|9 months ago
But can the compiler be used without the library? Or can the library be used without the compiler/would it still be beneficial?
amgreg|9 months ago
For the most part, I would guess people still use the Closure Compiler because of its aggressive minification or for legacy reasons. I think both are probably true for ClojureScript, as well as the fact that the Compiler is Java-based so it has a Java API that (I am guessing here) made it easier to bootstrap on top of the JVM Clojure tooling / prior art.
unknown|9 months ago
[deleted]