A very basic lisp running on a VM. Powered by Rust.
The only types supported currently are strings and bytes;
+
- Adds two numbers-
- Subtracts the second number from the first*
- Multiplies two numbers/
- Divides the first number by the secondprint
- Prints the value of its argument
(print (+ 40 2))
Strings are enclosed between two double quotes ("
).
Licensed under the GPLv3.
See LICENSE file.