Comment on Ki – A lisp for your JavaScriptparentComments−sunkencity12ybecause the jvm is a pain?−jhh12yClojureScript is not executed on the JVM.−adambard12yBut 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.−vmind12yDo you mean a ClojureScript compiler compiled to JavaScript? ClojureScript can be compiled and run in v8 just fine right now.−leishulang12yhttps://github.com/Bronsa/CinCwhen this is done. Some people are working hard on it.−SkyMarshal12yI think he means ClojureScript completely divorced from the JVM, so you don't need a Java infrastructure to develop/compile ClojureScript.−integraton12yHow do you compile clojurescript without the JVM?−chc12yV8 already is a ClojureScript runtime, isn't it?
Comments
because the jvm is a pain?
ClojureScript is not executed on the JVM.
But 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.
Do you mean a ClojureScript compiler compiled to JavaScript? ClojureScript can be compiled and run in v8 just fine right now.
https://github.com/Bronsa/CinC
when this is done. Some people are working hard on it.
I think he means ClojureScript completely divorced from the JVM, so you don't need a Java infrastructure to develop/compile ClojureScript.
How do you compile clojurescript without the JVM?
V8 already is a ClojureScript runtime, isn't it?