1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-11-03 05:04:33 +00:00
This commit is contained in:
David Schmenk 2024-08-01 09:00:26 -07:00
parent 340b5b4b04
commit 9f0289b5d6

View File

@ -5,7 +5,7 @@ LISP interpreted on a bytecode VM running on a 1 MHz 6502 is going to be sssllll
## Missing features of LISP 1.5 in DRAWL
- Minimal I/O facilities
- Properrty lists. Only DEFINE() and CSETQ()/CSET() property functions supported
- Property lists. Only DEFINE() and CSETQ()/CSET() property functions supported
- General recursion. The 6502 architecture limits recursion (but see tail recursion below), so don't expect too much here
- Many of the built-in functions from the LISP 1.5 manual. Most can be coded in LISP and loaded at startup