[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: call/cc
sane@cs.uiuc.edu (Aamod Sane) writes:
| I tried to understand the operation of call/cc from Dybvigs text
|and the R3.99 without success. Can someone give a good explanation here or
|a reference? It is said that the interepreter uses continuations which are
|not visible normally etc. but I dont quite get this.
Chapters 16 and 17 of _Scheme and the Art of Programming_, by
Springer/Friedman, McGraw-Hill/MIT Press, gives a thorough
introduction to understanding call/cc. It includes many examples of
its use, and many exercises for practicing. I highly recommend it.
---
Pete Harlan
harlan@silver.ucs.indiana.edu
- References:
- call/cc
- From: Aamod Sane <zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!sane@think.com>