Skip to content
Jakub T. Jankiewicz edited this page Oct 22, 2021 · 6 revisions

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

If you're new to Scheme and lisp read Everything you need to know about Scheme first.

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

If you want to know about the new syntax that will be in version 1.0 and available as a beta you can read v1.0.0 (work in progress).

You can also look at Functions and Macros Reference.

Clone this wiki locally