From 340b5b4b04022bbf0f7ec73ba17e78cfad1c21d2 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Thu, 1 Aug 2024 08:59:51 -0700 Subject: [PATCH] describe missing property lists --- doc/DRAWL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/DRAWL.md b/doc/DRAWL.md index a2a738b..11b5075 100644 --- a/doc/DRAWL.md +++ b/doc/DRAWL.md @@ -5,6 +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 - 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