transcendental-lisp/README.md

16 lines
223 B
Markdown
Raw Normal View History

2017-12-10 08:33:09 -05:00
# Transcendental Lisp
2017-03-06 09:33:47 -05:00
2023-06-24 19:58:59 -04:00
A dialect of Lisp still in its early stages of development.
2017-03-06 09:33:47 -05:00
2023-06-24 19:58:59 -04:00
### Build Setup
2017-03-06 09:33:47 -05:00
2017-12-10 08:33:09 -05:00
``` bash
# build the application
mvn clean verify
2017-03-06 09:33:47 -05:00
2017-12-10 08:33:09 -05:00
# run the interpreter
java -jar target/transcendental-lisp-*.jar
2017-03-06 09:33:47 -05:00
2023-06-24 19:58:59 -04:00
```