neslisp is a LISP compiler suite for the Nintendo Entertainment System. It compiles lisp code to assembly code for the 6502 processor architecture.
| Tags | Compilers Lisp |
|---|---|
| Licenses | GPLv2 GPLv3 |
| Operating Systems | Linux BSD Unix Mac OS X |
| Implementation | C |
| Translations | None |


Release Notes: This release adds bugfixes and code cleanup.


Release Notes: The "if" and "when" keywords have been upgraded. There is minimal list support and no nesting of conditionals yet.


Release Notes: Lisp syntax that is implemented for this version: when, loop, < ,> ,+, -, =, defun, and function call.