guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I really do this?


From: Marius Vollmer
Subject: Re: How do I really do this?
Date: Thu, 11 Mar 2004 00:44:15 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Mikael Djurfeldt <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]