Gauche also has immutable map based on functional RBtree
https://github.com/shirok/Gauche/blob/master/lib/data/imap.scm

It needs some work to make it r7rs portable, though.


On Wed, Jul 6, 2016 at 10:48 PM, Marc Nieper-Wißkirchen <xxxxxx@nieper-wisskirchen.de> wrote:
In the code of Rapid Scheme, immutable maps are used as the main data structure. Thus I am volunteering to help to turn the "immutable-maps" proposal on the WG 2 site together with its author(s) into a proper SRFI. I have a partial implementation that is backed up by RB trees.

Marc