Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!snorkelwacker!bloom-beacon!eru!luth!sunic!nuug!sigyn.idt.unit.no!even From: even@idt.unit.no (Even A. Karlsson) Newsgroups: comp.lang.scheme Subject: call/cc Message-ID: <1990Jun30.113103.5377@idt.unit.no> Date: 30 Jun 90 11:31:03 GMT Organization: Div. of CS & Telematics, Norwegian Institute of Technology Lines: 9 I have problem concerning call/cc. I want to pass some extra parameter along with the current continuation to a continuation, and I don't see how that is possible with call/cc. This is useful when modelling the coroutine aspect of classes in Simula where detach implicitly returns an environment (the class object) and a continuation (the rest of the body). Even-Andre Karlsson, IDT, NTH, NORWAY, even@idt.unit.no