Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Design and Implementation of ClojureScript

Tags:

clojure

My question is NOT about how to use ClojureScript to produce JavaScript code.

I am interested in ClojureScript because it implements Clojure \ {eval} within Clojure, and is able to compile it to another language. Thus, I'm interested in the possibility of having ClojureScript target other platforms.

Question: besides the source code, is the Design & Implementation of ClojureScript documented anywhere? I'd like a high level overview of how the various parts of the compiler work together: * how are the

like image 851
user1383359 Avatar asked May 11 '12 06:05

user1383359


1 Answers

As far as the documentation for "Clojurescript pipeline and how you can hook into it" is concerned you can check out this blog entry.

like image 104
Ankur Avatar answered Sep 30 '22 20:09

Ankur