ClojureScript is an open source programming language created in 2011 by Rich Hickey.
#73on PLDB | 13Years Old |
git clone https://github.com/clojure/clojurescript
Clojure to JS compiler
(println "Hello, world!")
Feature | Supported | Example | Token |
---|---|---|---|
Garbage Collection | ✓ | ||
Dynamic Typing | ✓ | ||
Comments | ✓ | ||
Line Comments | ✓ | ||
Integers | ✓ | ||
Floats | ✓ | ||
Hexadecimals | ✓ | ||
Print() Debugging | ✓ | println |