A Lisp interpreter written in Kotlin
Go to file
Mike Cifelli 24cf141aba Update kotlin version 2019-01-25 10:32:34 -05:00
.idea Convert Fuse to kotlin 2018-10-21 10:10:04 -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 Complete conversion to kotlin 2018-11-18 08:42:51 -05: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 Use shade for now / Update dependencies 2018-10-21 09:46:19 -04:00
pom.xml Update kotlin version 2019-01-25 10:32:34 -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-*.jar