|
|
|
|
|
by grzm
3100 days ago
|
|
That's no longer true. ClojureScript can now be self-hosted. 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. |
|