wisp

A little Clojure-like LISP in JavaScript

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerwisp-lang/wisp
Primary Languagewisp
Program languageJavaScript (Language Count: 3)
Platform
License:Other
所有者活动
Created At2012-09-29 04:30:24
Pushed At2021-02-08 02:25:43
Last Commit At2019-12-27 10:18:44
Release Count32
Last Release Name0.11.1 (Posted on )
First Release Namev0.0.1 (Posted on )
用户参与
Stargazers Count1k
Watchers Count35
Fork Count71
Commits Count1k
Has Issues Enabled
Issues Count131
Issue Open Count53
Pull Requests Count32
Pull Requests Open Count5
Pull Requests Close Count7
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private