On Mon, Feb 02, 2015 at 11:34:05AM -0800, Dan Leslie wrote: > > Is that a function composition function I spy? > I wasn't aware of such a thing in R5RS or R7RS, is it a chicken > extension or a part of one of the Unity libraries?
It's a CHICKEN extension :)
There's also "compose" for when the functions accept/return more
than one value ("o" is a more efficient version for single arg).
Cheers,
Peter
signature.asc
Description: Digital signature
_______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
