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

FEXPRs



Does anyone know of a kcl equivalent for FEXPR?  I believe it is a MacLisp
concept, referring to reserved word functions.  A FEXPR takes only one
formal local variable, and when it is called, its formal variable is bound
to the list of arguments as they appeared, not to their values.  They are
generally used to prevent evaluation from occurrring, and saves on a lot of
quoting.