From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.devel Subject: Re: [VM] Tail recursion and multiple values Date: Tue, 03 Mar 2009 00:33:42 +0100 Message-ID: <87ljrn5wkp.fsf@delenn.lan> References: <871vtiiqma.fsf@gnu.org> <8763iuhb7k.fsf@gnu.org> <87y6vox0s9.fsf@gnu.org> <87y6vny4gr.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1236036933 2247 80.91.229.12 (2 Mar 2009 23:35:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2009 23:35:33 +0000 (UTC) Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 03 00:36:49 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LeHgf-0001gd-J7 for guile-devel@m.gmane.org; Tue, 03 Mar 2009 00:36:41 +0100 Original-Received: from localhost ([127.0.0.1]:36365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeHfK-0008GN-4z for guile-devel@m.gmane.org; Mon, 02 Mar 2009 18:35:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LeHdv-0006gI-Pn for guile-devel@gnu.org; Mon, 02 Mar 2009 18:33:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeHdt-0006dj-Kc for guile-devel@gnu.org; Mon, 02 Mar 2009 18:33:50 -0500 Original-Received: from [199.232.76.173] (port=41004 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeHdt-0006dP-Et for guile-devel@gnu.org; Mon, 02 Mar 2009 18:33:49 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:35339) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LeHds-0000OZ-QB for guile-devel@gnu.org; Mon, 02 Mar 2009 18:33:49 -0500 Original-Received: (qmail invoked by alias); 02 Mar 2009 23:33:46 -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; 03 Mar 2009 00:33:46 +0100 X-Authenticated: #3102804 X-Provags-ID: V01U2FsdGVkX19PDAwjATZPhKRNvLjYjRfQ3gvEA8jsaxceTky3e0 agh6Vfg48cHb6k Original-Received: by nathot.lan (Postfix, from userid 121) id 6FD393A67D; Tue, 3 Mar 2009 00:33:45 +0100 (CET) Original-Received: from delenn.lan (delenn.lan [192.168.1.11]) by nathot.lan (Postfix) with ESMTPS id 40A983A674; Tue, 3 Mar 2009 00:33:44 +0100 (CET) Original-Received: from rotty by delenn.lan with local (Exim 4.69) (envelope-from ) id 1LeHdm-0003cG-Qz; Tue, 03 Mar 2009 00:33:42 +0100 In-Reply-To: (Andy Wingo's message of "Tue, 03 Mar 2009 00:15:38 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.73 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8208 Archived-At: Andy Wingo writes: > I understand. I wish that we lived in a world in which (timewise) > compilation + running == interpretation, so we could just do the former, > but that is not yet our world. However both Chez and SBCL have the > former model, so in a software engineering sense it might be worth it, > in some future in which the compiler is faster. > Ikarus does so as well (i.e. having no interpreter). Regards, Rotty