My question is NOT about how to use ClojureScript to generate JavaScript code.
I'm interested in ClojureScript because it implements Clojure \ {eval} inside Clojure and is able to compile it in another language. Thus, I am interested in the possibility of using ClojureScript for other platforms.
Question: In addition to the source code, is ClojureScript designed and implemented anywhere? I would like to get a high-level overview on how the various parts of the compiler work together: * how
source
share