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

Re: Does defmacro need a lexicality barrier?



	Date: 1 May 86 16:24 PDT
	From: Pavel.pa
	Subject: Does defmacro need a lexicality barrier?

	[...]

	What I would really like is a method for the construction of
	``closures'' over the null lexical environment.  As far as I can tell,
	Common Lisp does not supply such a mechanism

What about 

(EVAL '#'(lambda (x y) ...) NIL)  


		-- MarkM