[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



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.