The modern implementation of LISP.
Interpreter Installation
sudo pacman -S clisp
Usage
Repl
clisp
Interpret from File
clisp myfile.lisp
Guides
Concepts
AST
Datatypes
Features
- LISP Comment
- LISP Macro
- LISP Atom
- LISP List
- LISP Local Variable
- LISP Global Variable
- LISP Constant Variable
- LISP Function
- LISP Loop