Re: :arglist metadata for partially-applied functions

2012-07-04 Thread Tassilo Horn
MerelyAPseudonym writes: Hi! > When abstracting out common behavior by creating higher-order > functions, I would like the resulting function to retain the arglist > metadata. Has anyone already solved this problem? Right now, if I define public functions in terms of comp or partial, I add the

:arglist metadata for partially-applied functions

2012-07-03 Thread MerelyAPseudonym
When abstracting out common behavior by creating higher-order functions, I would like the resulting function to retain the arglist metadata. Has anyone already solved this problem? If not, are there kosher ways of going about it? I have a feeling it'd be possible to create a new def-form that w