|
|
|
|
|
by v4tab
3100 days ago
|
|
I keep looking at ClojureScript, and decide to try it. And then I get to the "requires JDK" and just turn around and walk out the door. It seems like an interesting language, but it would be nice to have it run without that requirement. |
|
https://clojurescript.org/guides/self-hosting
[Edit to correct: the following is no longer entirely valid: see downthread.]
That said, if you want to benefit from the Google Closure optimizations, you currently do need to use the JVM toolchain. IIRC, there's been work on the Google Closure side to run without a JVM, and if that's the case, there may be opportunities in the future to take advantage of this in the ClojureScript toolchain.