Has somebody implemented the following SRFIs for Gambit?
* SRFI 125: Intermediate hash tables * SRFI 126: R6RS-based hashtables
It would be best to support all the hash-table SRFIs since different libraries use different ones. Ideally they have the same implementation under the hood, so hash-table objects created by any one SRFI's API are compatible with all the others.