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 25 Oct 1998, Rob Browning wrote:

> Jay Glascoe <jglascoe@jay.giss.nasa.gov> writes:
> 
> > Perl hackers and Pythoneers seem to get by pretty well with just the
> > "hash->keys" approach.
> 
> Actually, FWIW, perl has three options:
> 
<snip>

yes, you're correct.  Also, Python dictionaries have ".items()" and
".values()" methods.  And both Perl and Python give the extension
programmer a means of iteration with "get first/next entry" functions. 

> -- 
> Rob Browning <rlb@cs.utexas.edu> PGP=E80E0D04F521A094 532B97F5D64E3930
> 

	Jay
	jglascoe@jay.giss.nasa.gov