From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.user Subject: Re: return-it -> ??? Date: Tue, 12 Jan 2010 14:54:33 +0100 Message-ID: <87zl4jjuna.fsf@delenn.lan> References: <87fx6c5mc1.fsf@gnu.org> <87ocl0djo1.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263304545 11691 80.91.229.12 (12 Jan 2010 13:55:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 13:55:45 +0000 (UTC) Cc: guile-user@gnu.org To: Thien-Thi Nguyen Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jan 12 14:55:37 2010 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.50) id 1NUhDb-0006Gw-34 for guile-user@m.gmane.org; Tue, 12 Jan 2010 14:55:36 +0100 Original-Received: from localhost ([127.0.0.1]:33317 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUhDb-0001Ty-Pw for guile-user@m.gmane.org; Tue, 12 Jan 2010 08:55:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUhCq-0001Hh-Rk for guile-user@gnu.org; Tue, 12 Jan 2010 08:54:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUhCm-0001EY-65 for guile-user@gnu.org; Tue, 12 Jan 2010 08:54:48 -0500 Original-Received: from [199.232.76.173] (port=55410 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUhCl-0001ER-TC for guile-user@gnu.org; Tue, 12 Jan 2010 08:54:43 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:53932) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NUhCk-0002vS-RV for guile-user@gnu.org; Tue, 12 Jan 2010 08:54:43 -0500 Original-Received: (qmail invoked by alias); 12 Jan 2010 13:54:38 -0000 Original-Received: from 83-215-154-5.hage.dyn.salzburg-online.at (EHLO nathot.lan) [83.215.154.5] by mail.gmx.net (mp001) with SMTP; 12 Jan 2010 14:54:38 +0100 X-Authenticated: #3102804 X-Provags-ID: V01U2FsdGVkX18awx5YFRAaI6ZggIZPLJSUFIWQWdKfM0tcblGNqD hDhE5xi8LLflCv Original-Received: by nathot.lan (Postfix, from userid 121) id D43903A6B2; Tue, 12 Jan 2010 14:54:36 +0100 (CET) Original-Received: from delenn.lan (delenn.lan [192.168.3.11]) by nathot.lan (Postfix) with ESMTP id 2495A3A6AD; Tue, 12 Jan 2010 14:54:34 +0100 (CET) Original-Received: by delenn.lan (Postfix, from userid 1000) id B97CB74EA4; Tue, 12 Jan 2010 14:54:33 +0100 (CET) In-Reply-To: <87ocl0djo1.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Tue, 12 Jan 2010 05:35:58 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.68 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:7607 Archived-At: Thien-Thi Nguyen writes: > () ludo@gnu.org (Ludovic Court=C3=A8s) > () Mon, 11 Jan 2010 23:05:34 +0100 > > > Guile 1.8 dropped `return-it'. > > Does Guile 1.9 have anything to replace it? > > What=E2=80=99s that? > > It is like Common Lisp `prog1'. > I think in Scheme this is more commonly called `begin0', and at least PLT and Gauche provide it. Regards, Rotty --=20 Andreas Rottmann --