A Lisp interpreter written in Kotlin
Go to file
Mike Cifelli 7b5a6483b9 Switch to intellij idea 2018-03-16 20:18:15 -04:00
.idea Switch to intellij idea 2018-03-16 20:18:15 -04:00
fitnesse Update maven plugin versions 2018-01-21 14:33:52 -05:00
lisp Handle dotted list in length function 2018-03-15 18:30:47 -04:00
src Handle dotted list in length function 2018-03-15 18:30:47 -04:00
test Increase test coverage 2018-03-15 18:48:33 -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 Format pom.xml 2018-01-21 15:02:01 -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