Yet another simple implementation of lisp in java.
Wrote this for purely academic purposes. All suggestions are welcome.
- Implement a sample function -- DONE: addition, string concatenation
- Make functions pluggable, refactor code
- Add basic mathematical functions (subtraction, multi, division)
- Support for multiple numeric types (integer and float)
- Add boolean functions (and, or, not)
- Add comparision functions (>, <, ==)