cherry-lisp/README.md

281 B

Cherry Lisp

A tiny and lazy lisp.

  /\
 |  \
 @   @

cherry> (+ 2 3 4)
9

Instructions

# apt install haskell-stack
$ git clone https://git.fai.su/Suguivy/cherry-lisp
$ cd cherry-lisp
# stack upgrade
$ stack build
$ stack install
$ cherry

Work in progress...