From 610347965d2a50d9938320acec6607ff4fcadde9 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sat, 28 Dec 2019 19:57:32 +0000 Subject: [PATCH] README.md has been added --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3b2608 --- /dev/null +++ b/README.md @@ -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`