- Dec 11, 1990
-
-
wlott authored
list instead of the first key several times.
-
wlott authored
implemented. Fixed keyword-supplied-p to return T when the keyword is supplied irrespective of what the corresponding value is.
-
wlott authored
instead of repetativly over the first element.
-
wlott authored
actually appear in the defmacro expansion instead of it being passed as a closure to helping functions. Also, we don't worry about trying to ever signal continuable errors, 'cause both the interpreter and the compiler are going to pick off all errors with a handler-bind. Errors are signaled as conditions so that we can have wizzy messages and still keep the amount of code in the expansion limited.
-
- Nov 21, 1990
-
-
wlott authored
(body decls docs) extension.
-
- Nov 20, 1990
-
-
wlott authored
passed down to the arg count checker and keyword checker. The arg count checker and keyword checker funcall this error function, instead of just calling error directly. This allows people to use parse-defmacro to build destructuring things that throw instead of signaling errors.
-
- Nov 18, 1990
-
-
wlott authored
-
- May 30, 1990
-
-
cvs2git authored
-
- Apr 11, 1990
-
-
wlott authored
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 06, 1990
-
-
ram authored
-