Guile Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Scheme style auto-resizing hashtable (fwd)
On Mon, 2 Nov 1998, Jay Glascoe wrote:
> On Mon, 2 Nov 1998, Ian Bicking wrote:
>
> > Well, maybe... lookup sounds better, but remembering which
> > good-sounding accessor goes with which data type can be hard.
>
> *sigh*, yes I see your point, there's a "list-ref" too.
>
hey, try this:
guile> (apropos "dictionary")
guile-user: make-dictionaryq #<primitive-procedure make-dictionaryq>
guile-user: dictionary-lookup #<compiled-closure #<primitive-procedure gsubr-apply>>
guile-user: dictionary
guile-user: dictionaryq
guile-user: dictionary-consume-list! #<primitive-procedure dictionary-consume-list!>
...
> Jay
> jglascoe@jay.giss.nasa.gov
>
>
>
Guile Home |
Main Index |
Thread Index