From: Josh Huber Date: 2004-05-07T22:38:39+09:00 Subject: Re: What is Borges? Dick Davies writes: > I still can't get my head round continuations - does anyone have a > good ref? > > All I've seen so far is either 'look, we can do goto' or 'look, > here's Borges', which is a learning curve so steep it starts to look > like a wall.... I found reading (and understanding) this page: http://pragprog.com/pragdave/Tech/Random/StackContext.rdoc helped quite a bit. Specifically, the final implementation by Avi Bryant which uses callcc should help. -- Josh Huber