wisp

v0.13.0
Homoiconic JS with clojure syntax, s-expressions & macros
compiler language transpiler javascript lisp clojure maros s-expression homoiconicity and 2 more...

A little Clojure-like LISP in JavaScript.

  1. Read about the language essentials & documentation.

  2. Drop wisp.min.js into your HTML code:

<script src="wisp.min.js"></script>

<script type="application/wisp">
  (alert "Hello world!")
</script>

<!-- Load from a file: -->
<script type="application/wisp" src="my-script.wisp"></script>
  1. Or install the binary with npm:

    npm install wisp

  2. Compile wisp code to native JS just like CoffeeScript:

    node_modules/.bin/wisp < my-script.wisp > my-script.js

  3. Fire up a REPL to explore the language:

    ./node_modules/.bin/wisp

More info.

Wisp is currently in maintenance mode. We're merging PRs but not actively writing new code.

npm i wisp

Metadata

  • Unknown
  • >=0.4.0
  • Irakli Gozalishvili
  • released 12/27/2019

Downloads

Maintainers