From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: manipulating continuations Date: Sat, 12 Feb 2011 21:56:56 +0100 Message-ID: <87wrl53raf.fsf@ambire.localdomain> References: <4D5694ED.7080402@gmail.com> <201102121640.p1CGe7PM003227@fcs13.keithdiane.us> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297544637 27842 80.91.229.12 (12 Feb 2011 21:03:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Feb 2011 21:03:57 +0000 (UTC) Cc: guile-user@gnu.org To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Feb 12 22:03:52 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PoMdE-00073o-Fq for guile-user@m.gmane.org; Sat, 12 Feb 2011 22:03:52 +0100 Original-Received: from localhost ([127.0.0.1]:37997 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoMdD-0005Ka-Ln for guile-user@m.gmane.org; Sat, 12 Feb 2011 16:03:51 -0500 Original-Received: from [140.186.70.92] (port=58872 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoMck-0005IW-Vi for guile-user@gnu.org; Sat, 12 Feb 2011 16:03:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoMcb-0007jR-Tr for guile-user@gnu.org; Sat, 12 Feb 2011 16:03:22 -0500 Original-Received: from smtp209.alice.it ([82.57.200.105]:41419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoMcb-0007j3-Mw for guile-user@gnu.org; Sat, 12 Feb 2011 16:03:13 -0500 Original-Received: from ambire.localdomain (87.0.69.233) by smtp209.alice.it (8.5.124.08) id 4D498EF300E8D4CD; Sat, 12 Feb 2011 22:02:51 +0100 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1PoMWW-00031e-4D; Sat, 12 Feb 2011 21:56:56 +0100 In-Reply-To: (Andy Wingo's message of "Sat, 12 Feb 2011 18:16:20 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.105 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8432 Archived-At: () Andy Wingo () Sat, 12 Feb 2011 18:16:20 +0100 R5RS and R6RS's continuations are not generally useful for making abstractions that compose well together. I would not recommend them to anyone. Are you saying Guile 2.0 breaks code that uses these traditional continuations (successfully, in previous Guile versions)? I think the OP example should be in NEWS, if so, to avoid a surprise.