A Lisp interpreter written in Kotlin
Go to file
Mike Cifelli 8a970b6797 Clean up data structure code 2018-07-22 11:30:00 -04:00
.idea Convert numeric equal to kotlin 2018-05-05 16:46:53 -04:00
fitnesse Refactor source code directories 2018-03-17 09:23:10 -04:00
lisp Move resource folders 2018-03-17 14:19:19 -04:00
src Clean up data structure code 2018-07-22 11:30:00 -04:00
.gitignore Switch to intellij idea 2018-03-16 20:18:15 -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 Update kotlin version 2018-07-21 10:18:25 -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