[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
EVAL-WHEN
- To: BUG-LISP at MIT-MC
- Subject: EVAL-WHEN
- From: Jon L White <JONL at MIT-MC>
- Date: Sat ,26 Dec 81 18:09:00 EDT
- Cc: BUG-LISPM at MIT-MC
Compiler and interpreter should barf if some unrecognized keyword appears.
For example,
(EVAL-WHEN (EVAL-COMPILE)
(DEFMACRO ...)
)
should give a complaint rather than leaving ... undefined.