cherry-lisp/README.md

14 lines
105 B
Markdown

# Cherry Lisp
A tiny and lazy lisp.
```
/\
| \
@ @
cherry> (+ 2 3 4)
9
```
Work in progress...