lapse-hs
Hello, this is official Lapse documentation. Lapse is my LISP dialect that was created in educational purposes only.
Why use it?
Lapse is really small language but it has some modules for different use-cases.
Installation guide
- Go to this page
- Click on latest successful action run from master (or run from specific commit)
- Find an "Artifacts" section and download version for your OS. (If you can't see download button, log in to your github account)
- Unzip this artifact and you will get an executable of Lapse interpreter
- To run some code, write this code in ".lp" file (in fact, extension does not matter) and run
<path-to-lapse-interpreter> <path-to-file>
command in command line - (You can find example files here)
- Also, Lapse provides a clean REPL by
<path-to-lapse-interpreter>
command