Macro Named-Lambda

Part of:

package metabang.utilities
( named-lambda < name > < arglist > &body < body > )

Like `lambda,' except that the lambda has a name, which can be very useful if
the function is executing far from where it was created and if it didn't have a
name you'd have a hard time figuring out where it came from. Returns the
function object.