wisp

A little Clojure-like LISP in JavaScript

Github星跟蹤圖

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.

主要指標

概覽
名稱與所有者wisp-lang/wisp
主編程語言wisp
編程語言JavaScript (語言數: 3)
平台
許可證Other
所有者活动
創建於2012-09-29 04:30:24
推送於2021-02-08 02:25:43
最后一次提交2019-12-27 10:18:44
發布數32
最新版本名稱0.11.1 (發布於 )
第一版名稱v0.0.1 (發布於 )
用户参与
星數1k
關注者數35
派生數71
提交數1k
已啟用問題?
問題數131
打開的問題數53
拉請求數32
打開的拉請求數5
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?