[racket-dev] Fancy application/automatic anonymous functions

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Tue May 17 15:38:54 EDT 2011

I prefer this over `scut' for two reasons.  (1) It makes the simple
cases simpler: you don't have to name anything.  (2) It doesn't try to
handle the more complicated cases, which I think is a good thing.
Things that are implicit should either always do the right thing, or
just do something simple.

On Tue, May 17, 2011 at 3:34 PM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> If you forget how to find super-cut:
>
> https://github.com/jeapostrophe/exp/blob/master/scut.ss
>
> 2011/5/17 Jay McCarthy <jay.mccarthy at gmail.com>:
>> Obviously, I prefer super-cut, but this is still cute. :)

-- 
sam th
samth at ccs.neu.edu


Posted on the dev mailing list.