2009/12/16 Bill Schottstaedt <[email protected]>: >> In the s-7 documentation, it says that a hash-table is a vector of >> alists and can be iterated over by vector-ref. > > oops -- thanks for pointing this out. Now I can't decide whether to > re-enable vector-ref of a hash-table or provide hash-table-for-each -- > any strong opinions?
hash-table-for-each would be the Schemely way. Overlading vector-ref would be the CL way. You takes your pick, you get yer choice... david rush -- who prefers *Scheme* _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
