ol

A purely functional dialect of Lisp with lazy evaluation

brewmacoslinux
Try with needOr install directly
Source

About

Purely functional dialect of Lisp

Commands

ol

Examples

Start the interactive REPL$ ol
Execute a Lisp script file$ ol script.lisp
Run inline Lisp code$ ol -e '(print (+ 2 3))'