18 lines
725 B
Plaintext
18 lines
725 B
Plaintext
┌───────────────────────────────┐
|
|
│ _ _ │
|
|
│ /\ | | (_) │
|
|
│ / \ | | _ ___ _ __ │
|
|
│ / /\ \ | | | / __| '_ \ │
|
|
│ / ____ \| |____| \__ \ |_) | │
|
|
│ /_/ \_\______|_|___/ .__/ │
|
|
│ | | │
|
|
│ |_| │
|
|
└───────────────────────────────┘
|
|
|
|
Arya's Lisp! Or... Another Lisp. However full you see the glass.
|
|
|
|
Goals:
|
|
- Working, self hosted, Lisp interpreter (probably something like R5RS or R7RS).
|
|
- Bytecode compiler and interpreter
|
|
- Native compilation option
|