I've just published draft #3 of SRFI 250 <https://srfi.schemers.org/srfi-250/>. It was submitted by Daphne, co-author of the SRFI.
Here are Daphne's comments on the draft: - Add cursor-based iteration - Specify ordering of conversions between hash tables and alists - Rename hash-table=? to hash-table= and make it take a procedure, not a comparator - Conform hash-table-map to hash-table-map! - Add hash-table-fold-left and hash-table-fold-right - Respecify hash-table-comparator - Remove duplicate entry from procedure index Here is the commit summary: - Generate. - Draft 3 - Fix typo. - Publish third draft. - Add Daphne as co-author. Here's the diff: https://github.com/scheme-requests-for-implementation/srfi-250/compare/draft-2..draft-3 Regards, SRFI Editor
