A Lisp interpreter written in Kotlin
Go to file
Mike Cifelli 568fce3c11 Load lisp language files automatically 2018-01-21 10:32:55 -05:00
.settings Update files for eclipse oxygen 2017-11-12 08:37:39 -05:00
fitnesse Load lisp language files automatically 2018-01-21 10:32:55 -05:00
lisp Load lisp language files automatically 2018-01-21 10:32:55 -05:00
src Load lisp language files automatically 2018-01-21 10:32:55 -05:00
test Load lisp language files automatically 2018-01-21 10:32:55 -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 2018-01-13 01:09:47 +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 Load lisp language files automatically 2018-01-21 10:32: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