Jan 092022
SRFI 232 is now in final status.Scheme lacks a flexible way to create and apply curried procedures.
This SRFI describeslambda*
, a variant of
lambda
that creates true curried procedures which also
behave just like ordinary Scheme procedures. They can be applied to
their arguments one-by-one, all at once, or anywhere in between,
without any novel syntax.lambda*
also supports nullary
and variadic procedures, and procedures created with it have
predictable behavior when applied to surplus arguments.
External feed Read More at the Source: https://srfi.schemers.org/srfi-232/srfi-232.html
2022-01-09
Sorry, the comment form is closed at this time.