文件名称:whip:Haskell 风格的 LISPish 语言
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-23 04:59:23
CoffeeScript
鞭子
Haskellish LISP 方言。
安装
您需要先安装节点。
$ npm install whip -g
如果您想获得最新的构建版本,请克隆此目录并从源代码构建。
$ git clone https://github.com/L8D/whip.git
# ...
$ cd whip
$ cake build
:)
$ sudo npm install -g
用法
不带参数运行whip命令将启动REPL 解释器。 否则在.whp文件上使用whip
【文件预览】:
whip-master
----.gitignore(18B)
----README.md(1KB)
----Cakefile(5KB)
----goal.md(9KB)
----test()
--------test.coffee(9KB)
----LICENSE(1KB)
----package.json(685B)
----src()
--------bin.js(2KB)
--------stdlib.coffee(7KB)
--------corelib.coffee(2KB)
--------syn.coffee(2KB)
--------whip.coffee(5KB)
----.npmignore(94B)
----.travis.yml(48B)