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

STACK-LET



STACK-LET and the more primitive stack-consers don't seem to handle MAKE-LIST.
For something I'm doing, I am using forms like
	(STACK-LET*((ARRAY (ZL:MAKE-ARRAY N :TYPE SYS:ART-Q-LIST))
		    (LIST (G-L-P ARRAY)))
	  body)
Is there any cleaner way to do this sort of thing?

Jeff