Development and implementation of ClojureScript

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

+5
source share
1 answer

Regarding the documentation for the Clojurescript pipeline and how you can connect to it, you can check out this blog post.

+6
source

All Articles