Re: How to eval one "step" of a form?

2017-07-22 Thread Lincoln Bergeson
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

How to eval one "step" of a form?

2017-07-20 Thread Lincoln Bergeson
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 "(

Clojure Full Syntactical Reference

2012-12-14 Thread lincoln
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