Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: usenet@stegropa.de (Stefan =?utf-8?Q?Gro=C3=9Fe?= Pawig) Newsgroups: comp.programming Subject: Re: continuations in ``the art of computer programming'' Date: Tue, 22 Sep 2026 20:01:18 +0200 Organization: Dark Sky Lines: 11 Message-ID: <87tsnhtbbl.fsf@ID-208667.user.individual.de> References: <87se31fd84.fsf@safunu.org> Reply-To: usenet@stegropa.de (Stefan =?utf-8?Q?Gro=C3=9Fe?= Pawig) Mime-Version: 1.0 Content-Type: text/plain X-Trace: individual.net 0vSXrNYMft5EErbCGeLu7wXTrLEe/IsgjBl8mMnLDX0Sq3OGk+ X-Orig-Path: toliman.local.stegropa.de!not-for-mail Cancel-Lock: sha1:ef8KxU3k9iQYfc1KItmLFCKVXsM= sha1:edi4DQy62emnz8DoYRdrGHVKu8Q= sha256:QVdfCIqENurLxavfJ5uKdLx+yQn8HPq1EKHaVJSCCgQ= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Xref: csiph.com comp.programming:16927 Anton Antimo writes: > Donald Knuth has been documenting and investigating programming > techniques forever in his monumental set called ``The Art of Computer > Programming''. I suppose he must have in his own terms what is now > called continuations. In which part section of which book is the Scheme > call/cc primitive studied? I think the closest would be volume 1, section 1.4.2 on coroutines. Regards, Stefan