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: How do I really do this? Date: Thu, 11 Mar 2004 00:44:15 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87brn4469c.fsf@zagadka.ping.de> References: <40466FAF.3A286BB0@veritas.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079231630 31778 80.91.224.253 (14 Mar 2004 02:33:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Mar 2004 02:33:50 +0000 (UTC) Cc: bkorb@veritas.com, guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Mar 14 03:33:38 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2LRa-0007cC-01 for ; Sun, 14 Mar 2004 03:33:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B2LQb-0000dS-Pq for guile-devel@m.gmane.org; Sat, 13 Mar 2004 21:32:37 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B2KCl-0004df-5b for guile-devel@gnu.org; Sat, 13 Mar 2004 20:14:15 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B1Gey-0003n2-Hs for guile-devel@gnu.org; Wed, 10 Mar 2004 22:15:31 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1B1Gey-0003mp-5O for guile-devel@gnu.org; Wed, 10 Mar 2004 22:15:00 -0500 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by mx20.gnu.org with esmtp (Exim 4.30) id 1B1DN4-0002qi-IN for guile-devel@gnu.org; Wed, 10 Mar 2004 18:44:18 -0500 Original-Received: from dialin.speedway42.dip23.dokom.de ([195.138.42.23] helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 3.36 #3) id 1B1DOg-0000ql-00 for guile-devel@gnu.org; Thu, 11 Mar 2004 00:45:58 +0100 Original-Received: (qmail 23535 invoked by uid 1000); 10 Mar 2004 23:44:15 -0000 Original-To: djurfeldt@nada.kth.se In-Reply-To: (Mikael Djurfeldt's message of "Sat, 06 Mar 2004 15:50:22 -0500") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3523 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3523 Mikael Djurfeldt writes: > You don't gain anything by trying to piggyback on 'define', because > 'define' uses exactly the same hash table internally as that returned > by (make-hash-table). This might be confusing. 'make-hash-table' always creates a new hash table, it doesn't reuse the one that is also used by 'define'. What Mikael is saying is that the hash table that is used to store bindings created with 'define' is also created by 'make-hash-table' and is not some super special data structure. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel