chickadee » generics » dlambda

(dlambda (sym args xpr . xprs) ....)syntax

destructuring version of lambda. Generates as many procedures as there are syms. Usually used in the body of a let to generate objects to access by message passing. Note, that dlambda expands into nlambdas, so that the routines can be recursive.