A lisp intepreter/transpiler built on top of Javascript
- Transpiles to Javascript
- Close interop with Javascript primitives and libraries
- Can directly interact with JS methods:
(.log console "hello")
- Access to
window
andglobal
objects
- Can directly interact with JS methods:
- Dynamic binding
- Macro system
- REPL