From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: srfi-13 string-any tail call Date: Wed, 22 Dec 2004 17:54:29 +0100 Message-ID: References: <871xe3yw1k.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1103734728 21620 80.91.229.6 (22 Dec 2004 16:58:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Dec 2004 16:58:48 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Dec 22 17:58:41 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ch9ov-0000JY-00 for ; Wed, 22 Dec 2004 17:58:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Ch9zT-0006cl-IM for guile-devel@m.gmane.org; Wed, 22 Dec 2004 12:09:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Ch9z1-0006UP-UN for guile-devel@gnu.org; Wed, 22 Dec 2004 12:09:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Ch9yy-0006S3-Hr for guile-devel@gnu.org; Wed, 22 Dec 2004 12:09:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Ch9yx-0006R1-QS for guile-devel@gnu.org; Wed, 22 Dec 2004 12:09:03 -0500 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ch9kt-0003iD-P7 for guile-devel@gnu.org; Wed, 22 Dec 2004 11:54:32 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 22A453F66A for ; Wed, 22 Dec 2004 17:54:31 +0100 (CET) Original-Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01009-03-2 for ; Wed, 22 Dec 2004 17:54:30 +0100 (CET) Original-Received: from troy.dt.e-technik.uni-dortmund.de (troy.dt.e-technik.uni-dortmund.de [129.217.163.17]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 0DC9D48F46 for ; Wed, 22 Dec 2004 17:54:30 +0100 (CET) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id C6C14B9A1; Wed, 22 Dec 2004 17:54:29 +0100 (CET) Original-To: guile-devel@gnu.org In-Reply-To: <871xe3yw1k.fsf@zip.com.au> (Kevin Ryde's message of "Tue, 07 Dec 2004 08:08:23 +1100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de 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: main.gmane.org gmane.lisp.guile.devel:4554 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4554 Kevin Ryde writes: > I guess in the head it could tie into eval now that string-any is in > the core. Yes. It would be nice in general to have a new kind of 'trampoline' subr that returns a function+args to call in a tail-recursive way. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel