Skip to content
Jakub T. Jankiewicz edited this page Aug 17, 2020 · 6 revisions

LIPS is Powerful Lisp based language. It's based on Scheme dialect and R5RS specification (and part on R7RS), it have extensions that make it easier to interact with JavaScript, it work in Browser and Node.js.

If you're new to Scheme and lisp read Scheme-Primer first.

After you read the primer or if you're familiar with Scheme, you can check Getting-Started.

If you want to know about new syntax that will be in version 1.0 and available as beta you can read v1.0 draft (work in progres).

Clone this wiki locally