chickadee » dsssl-utils » define+

(define+ (NAME [ARGUMENT...]) BODY...)syntax

Replacement for define that uses lambda+, if necessary.

The curried define form is recognized.

The define form (name arg0 arg1 ... . rest) is not supported. However (name . rest) is recognized. In any case this is about extended lambda lists so use #!rest.