[plt-scheme] What is your take on match-lambda?

From: Noel Welsh (noelwelsh at gmail.com)
Date: Tue Feb 26 03:23:55 EST 2008

Still sub-optimal, 'cause you then have to match a list pattern and
presumably create a vararg function.

On Tue, Feb 26, 2008 at 8:17 AM, Alex Shinn <alexshinn at gmail.com> wrote:
> >>>>> "Noel" == Noel Welsh <noelwelsh at gmail.com> writes:
>
>     Noel> match-lambda would be a lot more useful if it took
>     Noel> multiple arguments.  That's why I don't use it
>     Noel> that much.
>
>  That's what match-lambda* is for.
>
>  --
>  Alex
>


Posted on the users mailing list.