jdb-lisp/todo.txt

39 lines
694 B
Plaintext
Raw Normal View History

Outstanding
-----------
- Implement FORMAT
- Implement GETF
- Implement lambdas
- Implement LIST*
- Implement macros
- Implement packages
- Implement READ and PRINT
- Implement SETF
- Redefine DEFUN as a macro
- Help for property list
- Help for keyword
- Help for symbol
- Help for sexp
- Help for number
- Help for string
Partially Done
--------------
P Implement keywords
Done
----
D Add ' notation for quote
D Define NIL
D Define T
D Implement DEFPARAMETER
D Implement DEFVAR
D Implement IF
D Implement LET
D Implement LET*
D Implement LIST
D Implement PROGN
D Implement QUOTE