[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: MACRAK at MIT-MC (Stavros M. Macrakis)
- Date: Mon, 21 May 79 03:52:00 GMT
- Original-date: 20 MAY 1979 2352-EDT
LABEL doesn't work: this is clearly an effect of not eval'ing
non-functional atoms in function position, but it's a pity that
Label doesn't work in one way or another. One possibility is
that
((label f ...) ...)
should first give f a function cell
MACRO (lambda (l) (cons (eval (car l)) (cdr l)))
and then proceed in the usual way to bind f etc.