Go to file
Ivy 4807eb0cbe Changed display of expressions 2021-01-30 22:07:16 +01:00
src Changed display of expressions 2021-01-30 22:07:16 +01:00
LICENSE Changed LICENSE 2021-01-28 01:25:32 +00:00
README.md Added install instructions 2021-01-29 00:24:05 +01:00
Setup.hs First commit 2021-01-28 02:16:30 +01:00
cherry-lisp.cabal Moved Enviroment into a separate file 2021-01-30 18:09:05 +01:00
stack.yaml I Now uses haskeline to improve repl 2021-01-29 00:19:19 +01:00

README.md

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...