[racket] One define to rule them all

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sat Nov 13 13:18:48 EST 2010

On Sat, Nov 13, 2010 at 12:08 PM, Eli Barzilay <eli at barzilay.org> wrote:
> Three hours ago, Matthias Felleisen wrote:
>>
>> On Nov 12, 2010, at 9:21 PM, Eli Barzilay wrote:
>>
>> > In swindle, all of these do the "obvious" things:
>> >
>> >  (define (values a b) (values 1 2))
>>
>> I am sure glad Swindle can define binary tightly recursive
>> functions.  Does it implement TR properly so that this really runs
>> as an infinite loop?
>
> I can't parse that.
>

Nice to see that swindle also allows redefinition of built-in functions.

Robby


Posted on the users mailing list.