transcendental-lisp/README.md

15 lines
234 B
Markdown
Raw Normal View History

2017-12-10 08:33:09 -05:00
# Transcendental Lisp
2017-03-06 09:33:47 -05:00
2017-12-10 08:33:09 -05:00
> A dialect of Lisp still in its early stages of development.
2017-03-06 09:33:47 -05:00
2017-12-10 08:33:09 -05: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-*-SNAPSHOT.jar
2017-03-06 09:33:47 -05:00
2017-12-10 08:33:09 -05:00
```