A Lisp interpreter written in Kotlin
Go to file
Mike Cifelli 5aac9cfde0 Allow the interpreter to start again
- The issue was with the reflections library:
   https://github.com/ronmamo/reflections/issues/81
2018-10-20 13:03:04 -04:00
.idea Update FitNesse version 2018-08-17 19:50:48 -04:00
fitnesse Update FitNesse version 2018-08-17 19:50:48 -04:00
lisp Move resource folders 2018-03-17 14:19:19 -04:00
src Allow the interpreter to start again 2018-10-20 13:03:04 -04:00
.gitignore Update FitNesse version 2018-08-17 19:50:48 -04:00
.gitlab-ci.yml Update .gitlab-ci.yml 2018-01-13 01:09:47 +00:00
README.md Update README.md 2017-12-10 13:33:09 +00:00
pom.xml Allow the interpreter to start again 2018-10-20 13:03:04 -04:00

README.md

Transcendental Lisp

A dialect of Lisp still in its early stages of development.

Build Setup

# build the application
mvn clean verify

# run the interpreter
java -jar target/transcendental-lisp-*-SNAPSHOT.jar