Go to file
Ivy c15a736236 Now when a var is evaluated, the new evaluation replaces the old 2021-01-30 00:55:05 +01:00
src Now when a var is evaluated, the new evaluation replaces the old 2021-01-30 00:55:05 +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 Changed module names 2021-01-30 00:11:03 +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...