nput code into a
> different language. C compiles to assembly. ClojureScript compiles to
> JavaScript. And Clojure compiles to JVM byte code. The point of these
> compilation steps is to remove the overhead of this interpreter.
>
> The P in REPL stands for "Print". Afte
Here's my how-to question for someone with in-depth knowledge of the
clojure/clojurescript compiler:
If I have a string representing a valid Clojure form, say for example, "(+
1 (* 2 (/ 6 3)))", how would I "reduce" this form to the form with one
s-expr evaluated? That is, how would I obtain "(
I'm learning Clojure, and I learn best by jumping in. I'm interested in
using Noir. Noir has a full API reference, so when I'm reading other
people's Noir code, I can just look up the exact function and see what it
does.
I can't find a similar thing for Clojure. I'm looking through other
peopl