serene-simple/README.md

13 lines
355 B
Markdown
Raw Normal View History

2019-12-28 19:57:32 +00:00
# Serene (Simple) version
2020-01-04 00:15:10 +00:00
**Serene simple** is a lisp that is implemented in Java as a proof of concept and as an experience
2019-12-28 19:57:32 +00:00
to collect data on some the ideas and implementations that I have. For the full story checkout
my [blog](https://lxsameer.com/).
## Requirements
* JDK >= 1.8
* rlwrap
* gradle
2020-01-04 00:15:10 +00:00
## Repl
2019-12-28 19:57:32 +00:00
in order to run the REPL, run `make repl`