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]

hash-table-for-each, hash-table-map



>i was looking for procedures like 'hash-table-map' and
>'hash-table-for-each' in the guile sources or documentation, and was
>not able to find anything.  am i missing something simple?

I don't think so.  You can take advantage of the fact that hash tables
are just vectors of alists and write your own functions, but I don't
know of any provided.  If you write some, do post the code.