| |
| | SAILDART/2006-06 |
 | | In standard UCI LISP, if an error was noticed after carriage return was struck, the user was forced to abort the entire procedure via ^G. ILISP now provides a "reread character" ^Z which causes READ to ignore what was typed previously and start over. |
 | | ATOM, CONSP, and PATOM ←←←←←←←←←←←←←←←←←←←←←← ATOM has been fixed to return T only for a true LISP atom (i.e., an atomic symbol or a number). |
 | | These atoms are defined as macros which expand to NIL; expressions starting with *, **, or *** may be placed in function definitions anywhere a NIL could be placed without harm, e.g., at the top level of LAMBDAs and PROGs (when the function is subsequently compiled, these expressions will disappear). |
| www.saildart.org /prog/LSP/RUT_LSP/.html/000035?34,104960 (9195 words) |
|