5 ms·
because the jvm is a pain?
by sunkencity 12y ago
because the jvm is a pain?
- jhh 12y agoClojureScript is not executed on the JVM.
- adambard 12y agoBut it does have a fairly tight integration with clojure, and also uses the JVM-based closure compiler. However, I'd way rather see a clojurescript runtime for v8 than another language "inspired by" clojurescript.
- vmind 12y agoDo you mean a ClojureScript compiler compiled to JavaScript? ClojureScript can be compiled and run in v8 just fine right now.
- integraton 12y agoHow do you compile clojurescript without the JVM?
- leishulang 12y agohttps://github.com/Bronsa/CinC https://github.com/Bronsa/CinC when this is done. Some people are working hard on it.
- SkyMarshal 12y agoI think he means ClojureScript completely divorced from the JVM, so you don't need a Java infrastructure to develop/compile ClojureScript.
- chc 12y agoV8 already is a ClojureScript runtime, isn't it?