Just another compile-to-js LISP-like language
See the codeFirst, install node.js [ github ] and npm [ github ]. Then, it's as simple as:
$ npm install sibilant -g
$ sibilant --help
$ sibilant
sibilant> (+ 1 2)
(1 + 2)
result: 3
sibilant> (console.log "hello world")
console.log("hello world")
hello world
sibilant.org includes an in-browser as-you-type sibilant compiler and tutorial, so you can get a sense of the language without leaving your browser.
The most up to date documentation is at sibilant.org and docs.sibilant.org. Also, check out sibilant itself, which is written 100% in sibilant to get a sense of what's possible.
Sibilant is released under the MIT license (wikipedia).
JavaScript
97.9%
HTML
1.4%
Just another compile-to-js LISP-like language
See the codeFirst, install node.js [ github ] and npm [ github ]. Then, it's as simple as:
$ npm install sibilant -g
$ sibilant --help
$ sibilant
sibilant> (+ 1 2)
(1 + 2)
result: 3
sibilant> (console.log "hello world")
console.log("hello world")
hello world
sibilant.org includes an in-browser as-you-type sibilant compiler and tutorial, so you can get a sense of the language without leaving your browser.
The most up to date documentation is at sibilant.org and docs.sibilant.org. Also, check out sibilant itself, which is written 100% in sibilant to get a sense of what's possible.
Sibilant is released under the MIT license (wikipedia).
JavaScript
97.9%
HTML
1.4%