-
-
Notifications
You must be signed in to change notification settings - Fork 35
Home
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.
Copyright (C) 2019-2022 Jakub T. Jankiewicz (Wiki content under Creative Commons (CC BY-SA 4.0) License, but only if you try to publish whole or big part of the content).