15 lines
234 B
Markdown
15 lines
234 B
Markdown
# Transcendental Lisp
|
|
|
|
> A dialect of Lisp still in its early stages of development.
|
|
|
|
|
|
#### Build Setup
|
|
|
|
``` bash
|
|
# build the application
|
|
mvn clean verify
|
|
|
|
# run the interpreter
|
|
java -jar target/transcendental-lisp-*-SNAPSHOT.jar
|
|
|
|
``` |