About the Code Examples
As I write this, there are two industrial-strength Clojure implementations in wide use: First there’s the original Java VM–based Clojure. Then there’s ClojureScript, which compiles to JavaScript and runs anywhere JavaScript runs, including on your favorite browser. To keep things simple, I’ll stick to discussing the original Java-based Clojure implementation. Mostly it doesn’t matter: the differences between Clojure and ClojureScript are almost all related to the environments in which they run. In every way that matters, Clojure and ClojureScript are the same language.
The pages that follow include excerpts from various open source projects. Obviously the code for these projects is covered by the open source licenses ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access