From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.lisp.guile.devel Subject: Re: srfi-1 take and drop Date: Thu, 08 May 2003 12:12:11 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: 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 1052410564 16686 80.91.224.249 (8 May 2003 16:16:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 8 May 2003 16:16:04 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu May 08 18:16:00 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 19Do3r-0004KO-00 for ; Thu, 08 May 2003 18:16:00 +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 19Do41-0003iO-0B for guile-devel@m.gmane.org; Thu, 08 May 2003 12:16:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Do2R-0001iu-00 for guile-devel@gnu.org; Thu, 08 May 2003 12:14:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Do0H-0000JP-00 for guile-devel@gnu.org; Thu, 08 May 2003 12:12:18 -0400 Original-Received: from multivac.student.cwru.edu ([129.22.114.26] helo=multivac.cwru.edu) by monty-python.gnu.org with smtp (Exim 4.10.13) id 19Do0C-0000Hs-00 for guile-devel@gnu.org; Thu, 08 May 2003 12:12:12 -0400 Original-Received: (qmail 3871 invoked by uid 500); 8 May 2003 16:12:33 -0000 Original-To: Rob Browning In-Reply-To: <87issoydv3.fsf@raven.i.defaultvalue.org> (Rob Browning's message of "Mon, 05 May 2003 22:04:48 -0500") Mail-Copies-To: nobody Mail-Followup-To: Rob Browning , Kevin Ryde , guile-devel@gnu.org Original-Lines: 8 User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Original-cc: Kevin Ryde 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:2290 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2290 Rob Browning wrote: > Yep, I have a "take" I haven't committed yet that avoids both stack > growth and reverse! by tracking the end pair... Are you using (ice-9 q)? It seems to be the right tool for that job. paul _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel