Go to file
Ivy 2e3f9d321e I Now uses haskeline to improve repl 2021-01-29 00:19:19 +01:00
src I Now uses haskeline to improve repl 2021-01-29 00:19:19 +01:00
LICENSE Changed LICENSE 2021-01-28 01:25:32 +00:00
README.md First commit 2021-01-28 02:16:30 +01:00
Setup.hs First commit 2021-01-28 02:16:30 +01:00
cherry-lisp.cabal I Now uses haskeline to improve repl 2021-01-29 00:19:19 +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

Work in progress...