The experimental java implementation of Serene aka (Serene Simple)
Go to file
Sameer Rahmani 426d19ccff Very simple nrepl has been added 2020-01-24 17:11:56 +00:00
benchmarks Native reduce function has been added 2020-01-03 00:03:56 +00:00
gradle/wrapper Reverted gradle changes. LSP has some issues with maven 2019-12-14 22:47:56 +00:00
src Very simple nrepl has been added 2020-01-24 17:11:56 +00:00
.gitignore distZip task has been added 2020-01-02 17:25:33 +00:00
LICENSE LICENSE file has been added 2019-12-28 19:52:21 +00:00
Makefile Very simple nrepl has been added 2020-01-24 17:11:56 +00:00
README.md Fix yet another typo 2020-01-04 04:16:51 +03:30
build.gradle Reverted gradle changes. LSP has some issues with maven 2019-12-14 22:47:56 +00:00
gradlew Reverted gradle changes. LSP has some issues with maven 2019-12-14 22:47:56 +00:00
gradlew.bat Reverted gradle changes. LSP has some issues with maven 2019-12-14 22:47:56 +00:00
settings.gradle Reverted gradle changes. LSP has some issues with maven 2019-12-14 22:47:56 +00:00
test.srns distZip task has been added 2020-01-02 17:25:33 +00:00

README.md

Serene (Simple) version

Serene simple is a lisp that is implemented in Java as a proof of concept and as an experience to collect data on some of the ideas and implementations that I have. For the full story checkout my blog.

Requirements

  • JDK >= 1.8
  • rlwrap
  • gradle

Repl

in order to run the REPL, run make repl