"DR" == David Rush kumoyuki@gmail.com writes:
DR> Don't get me wrong - I am a big fan of call/cc. But it is a DR> *big* gun and it is silly to use it for relatively simple things DR> when a trivial code rearrangement will also produce code that is DR> more sound, easier to reason about, and potentially faster.
So can you give a non-trivial example? As I said, I used it because my problem was the sort of thing that intro textbooks (e.g., The Scheme Programming Language) say to use it for.
Joel