Homoiconic JS with clojure syntax, s-expressions & macros
npm install wispA little Clojure-like LISP in JavaScript.
1. Read about the language essentials & documentation.
2. Drop wisp.min.js into your HTML code:
``html
`
3. Or install the binary with npm:
npm install wisp
4. Compile wisp code to native JS just like CoffeeScript:
node_modules/.bin/wisp < my-script.wisp > my-script.js
5. Fire up a REPL to explore the language:
./node_modules/.bin/wisp`
Wisp is currently in maintenance mode. We're merging PRs but not actively writing new code.