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.
Afficher les réponses par date
The gerbil implementation of srfi-125 uses native gambit hash-tables.
-- vyzo
On Fri, Nov 1, 2019 at 7:06 PM Lassi Kortela lassi@lassi.io wrote:
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.
Gambit-list mailing list Gambit-list@iro.umontreal.ca https://mailman.iro.umontreal.ca/cgi-bin/mailman/listinfo/gambit-list