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

[no subject]



		(MV-CALL #'(LAMBDA (FOO BAR (:REST ZTESCH)) ...)
			 (BAZOLA))

Which is virtually the same as:

	(MVLET (FOO BAR (:REST ZTESCH)) (BAZOLA) ...)

but above MVCall syntax strikes me as superior (using LAMBDA's for
LAMBDA-like things.

Therefore, I will go along with Scott's LISPM syntax + MVCALL.
			-rpg-