A Lisp interpreter written in Kotlin
Go to file
Mike Cifelli 1bc3c3a3d7 Update .gitlab-ci.yml 2017-12-10 14:15:35 +00:00
.settings Update files for eclipse oxygen 2017-11-12 08:37:39 -05:00
fitnesse Increase test coverage 2017-11-26 15:11:41 -05:00
lisp Improve performance slightly 2017-11-26 11:04:53 -05:00
src Increase test coverage 2017-11-26 15:11:41 -05:00
test Increase test coverage 2017-11-26 15:11:41 -05:00
.classpath Switch from ant to maven 2017-03-15 13:37:39 -04:00
.gitignore Add lanterna to the project 2017-03-15 13:52:20 -04:00
.gitlab-ci.yml Update .gitlab-ci.yml 2017-12-10 14:15:35 +00:00
.project Switch from ant to maven 2017-03-15 13:37:39 -04:00
README.md Update README.md 2017-12-10 13:33:09 +00:00
pom.xml Update lanterna version 2017-11-18 10:50:55 -05: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