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.user Subject: Re: functional hash operations Date: Thu, 02 Jan 2003 01:18:21 -0500 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: References: <20021231184836.A22199@kiwi.pyrotechnics.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041488383 28114 80.91.224.249 (2 Jan 2003 06:19:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2003 06:19:43 +0000 (UTC) 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 18Tyhh-0007JJ-00 for ; Thu, 02 Jan 2003 07:19:41 +0100 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 18TyhB-0004B1-08 for guile-user@m.gmane.org; Thu, 02 Jan 2003 01:19:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18Tygx-00044v-00 for guile-user@gnu.org; Thu, 02 Jan 2003 01:18:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18Tygt-0003vC-00 for guile-user@gnu.org; Thu, 02 Jan 2003 01:18:52 -0500 Original-Received: from multivac.student.cwru.edu ([129.22.96.25] helo=multivac.cwru.edu) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18Tygq-0003DQ-00 for guile-user@gnu.org; Thu, 02 Jan 2003 01:18:48 -0500 Original-Received: (qmail 19340 invoked by uid 500); 2 Jan 2003 06:18:43 -0000 Original-To: guile-user@gnu.org In-Reply-To: <20021231184836.A22199@kiwi.pyrotechnics.com> (Christopher Cramer's message of "Tue, 31 Dec 2002 18:48:36 -0600") Mail-Copies-To: nobody Mail-Followup-To: guile-user@gnu.org Original-Lines: 16 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: General Guile related discussions List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:1497 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1497 Christopher Cramer wrote: > On Tue, Dec 31, 2002 at 04:26:53PM -0500, Paul Jarc wrote: >> (BTW, is there a better way to copy a vector?) > > A better way would be to use vector-move-left! or vector-move-right!: Looks good, thanks. > But I hope you aren't copying a hash table in time-critical code to > begin with. I'm not planning to. But even if I do, I only copy the vector this way. paul _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user