Hi! David Thompson <dthomps...@worcester.edu> skribis:
> When looking through the different hash table implementations > available (Guile, SRFI-69, and RNRS) I found a useful SRFI-69 > procedure that had no equivalent in Guile's native hash table API: > alist->hash-table. I think it would make sense to implement them in Scheme, say in ice-9/hash-table.scm, which could be either a separate module or a file included from boot-9.scm. WDYT? Ludo’.