This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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
> 
> 
>