README.md has been added

This commit is contained in:
Sameer Rahmani 2019-12-28 19:57:32 +00:00
parent f5275f626f
commit 610347965d
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# Serene (Simple) version
**Serene simple** is a lisp than is implemented in Java as a proof of concept and as an experience
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
## Repl
in order to run the REPL, run `make repl`