2021-01-28 01:16:30 +00:00
|
|
|
# Cherry Lisp
|
|
|
|
A tiny and lazy lisp.
|
|
|
|
|
|
|
|
```
|
|
|
|
/\
|
|
|
|
| \
|
|
|
|
@ @
|
|
|
|
|
|
|
|
cherry> (+ 2 3 4)
|
|
|
|
9
|
|
|
|
```
|
|
|
|
|
2021-01-28 23:24:05 +00:00
|
|
|
## Instructions
|
|
|
|
```
|
|
|
|
# apt install haskell-stack
|
|
|
|
$ git clone https://git.fai.su/Suguivy/cherry-lisp
|
|
|
|
$ cd cherry-lisp
|
|
|
|
# stack upgrade
|
|
|
|
$ stack build
|
|
|
|
$ stack install
|
|
|
|
$ cherry
|
|
|
|
```
|
|
|
|
|
2021-01-28 01:16:30 +00:00
|
|
|
Work in progress...
|