Can't quite tell if you're serious or joking. In case it's the former: the ClojureScript compiler is implemented in Clojure, which runs on the JVM. The compiled code is Javascript, which doesn't require the JVM. There have been some discussions about making the compiler hostable from Javascript as well, but it's not possible just yet.
mullr|12 years ago
k__|12 years ago
> ClojureScript compiler is implemented in Clojure, which runs on the JVM