[plt-scheme] easter egg 'o the day

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sat Nov 1 18:30:51 EST 2003

Yes and yes.

Happy Birthday, Matthew!

Robby

At Sat, 1 Nov 2003 17:57:13 -0500, David Herman wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> (define (collect-a-lot n)
>    (when (< n 1000000000000)
>      (collect-garbage)
>      (collect-a-lot (add1 n))))
> 
> (collect-a-lot 0)
> 
> Is that Matthew? I can't tell. Whoever it is, um... happy birthday, I 
> guess?
> 
> Dave
> 
> 



Posted on the users mailing list.