Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.
kriyative edited this page Jul 12, 2011 · 3 revisions

Welcome to the ClojureJS wiki!

ClojureJS is a naive implementation of a Clojure subset language to Javascript translator. ClojureJS is an attempt to implement the predictable semantics in the generated Javascript. Some of its features are:

  • Consistent scoping in let and loop/recur forms
  • Macros with defmacro
  • Implicit return from all forms
  • loop/recur translates to Javascript for loops
  • Translates Clojure vectors, strings, keywords, symbols and maps to Javascript equivalents

Check out the following pages for more information:

Clone this wiki locally