[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: continuations
KELLEHER,KEVIN (Non-HP-Roseville,ex1) wrote:
> Continuations may be as simple as can be,
> but I cannot grasp the concept or their use.
>
> I've been reading Kent Dibvig's "The Scheme Programming
> Language" (among other things) but I just don't get it.
>
> Could someone suggest a paper I could read (perhaps from
> http://library.readscheme.org/page6.html)?
>
> I'm reminded of how obtuse the use of pointers seemed to
> me when I was learning C. Many explanations limited
> themselves to the statement that a pointer is an address,
> as if that said it all. It does explain everything, but only
> if you already understand it. If you don't, the statement
> is gibberish. You can't jump from that terse statement
> to making a linked list.
>
> Kevin Kelleher
>
In Harper's into the SML, there's a pretty good section...
http://www-2.cs.cmu.edu/People/rwh/introsml/techniques/optexccont.htm
Also, there's a intro here by Denys Duchier...
http://www.ps.uni-sb.de/~duchier/python/continuations.html
Jeff
--
Jeffrey Palm --> http://www.cs.colorado.edu/~jdp
- References:
- continuations
- From: "KELLEHER,KEVIN (Non-HP-Roseville,ex1)" <kevin_kelleher@non.hp.com>