From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: srfi-1 take and drop Date: Thu, 08 May 2003 10:00:33 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87ptmuwbmm.fsf@zip.com.au> References: <87y91lt29u.fsf@zip.com.au> <8765oozwta.fsf@raven.i.defaultvalue.org> <873cjsltsx.fsf@zip.com.au> <87issoydv3.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052352270 2624 80.91.224.249 (8 May 2003 00:04:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 8 May 2003 00:04:30 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu May 08 02:04:29 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19DYtg-0000gA-00 for ; Thu, 08 May 2003 02:04:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DYrl-0001T3-05 for guile-devel@m.gmane.org; Wed, 07 May 2003 20:02:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DYrO-0000u2-00 for guile-devel@gnu.org; Wed, 07 May 2003 20:02:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DYq8-0007K2-00 for guile-devel@gnu.org; Wed, 07 May 2003 20:00:50 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DYq6-0007Cl-00 for guile-devel@gnu.org; Wed, 07 May 2003 20:00:47 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h4800fPc031590 for ; Thu, 8 May 2003 10:00:41 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h4800fQg004522 for ; Thu, 8 May 2003 10:00:41 +1000 (EST) Original-Received: from localhost (ppp108.dyn228.pacific.net.au [203.143.228.108]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h4800eYZ009285 for ; Thu, 8 May 2003 10:00:40 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19DYpu-0006VV-00; Thu, 08 May 2003 10:00:34 +1000 Original-To: guile-devel@gnu.org In-Reply-To: <87issoydv3.fsf@raven.i.defaultvalue.org> (Rob Browning's message of "Mon, 05 May 2003 22:04:48 -0500") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2286 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2286 Rob Browning writes: > > Yep, I have a "take" I haven't committed yet that avoids both stack > growth and reverse! by tracking the end pair... Is that the same as what list-head does (in C)? Can save some work ... :-). _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel