A Lisp interpreter written in Kotlin
Go to file
Mike Cifelli 929610b40a
Update readme
2023-06-29 19:10:55 -04:00
.idea/runConfigurations Clean up IntelliJ files 2020-05-07 14:37:49 -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 Upgrade IntelliJ 2020-05-07 14:10:47 -04:00
.gitignore Ignore most IntelliJ files 2020-05-07 14:43:07 -04:00
.gitlab-ci.yml Update .gitlab-ci.yml 2018-01-13 01:09:47 +00:00
LICENSE Add LICENSE 2021-09-16 17:16:40 +00:00
README.md Update readme 2023-06-29 19:10:55 -04:00
pom.xml Upgrade IntelliJ 2020-05-07 14:10:47 -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-*.jar