Transcendental Lisp

A Lisp Interpreter written in Kotlin

🔖 Tags
🗎 File Tree
⌥ Branches [master]
Clone URL

Latest Commits

2023-06-29 Update readme — 🔖 v1.2.1
2023-06-28 Update readme
2023-06-25 Update README
2023-06-24 Update README
2021-09-16 Add LICENSE
2020-05-07 Ignore most IntelliJ files
2020-05-07 Clean up IntelliJ files
2020-05-07 Upgrade IntelliJ
More...

README.md

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