[plt-scheme] On continuations...

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Sat Dec 18 19:30:39 EST 2004

My solution tries to get Python's program structure without emulating 
its stupid choice of returning nothing wherever it can. I guess GvR 
never understood OOP, so he couldn't do better. I also replace arrays 
with lists, because they are the more natural choice for this problem. 
-- Matthias


On Dec 18, 2004, at 3:04 PM, Daniel Pinto de Mello e Silva wrote:

>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> On Fri, 17 Dec 2004 23:11:16 -0500, Matthias Felleisen
> <matthias at ccs.neu.edu> wrote:
>
>> Here are the solution to the exercises.
>
> Oops, I didn't see this.  Plus my solution emulates the really nasty
> part about Python generators: they all generate imperative iterators.
> It would be much nicer to generate SRFI40 streams.
>
> Daniel
>



Posted on the users mailing list.