Final SRFI 134: Immutable Deques Arthur A. Gleckler (02 Jul 2016 04:39 UTC)
Re: Final SRFI 134: Immutable Deques Kevin Wortman (05 Jul 2016 23:43 UTC)
Re: Final SRFI 134: Immutable Deques John Cowan (05 Jul 2016 23:58 UTC)
Re: Final SRFI 134: Immutable Deques Kevin Wortman (11 Jul 2016 23:53 UTC)
Re: Final SRFI 134: Immutable Deques Marc Nieper-Wißkirchen (07 Jul 2016 08:48 UTC)
Re: Final SRFI 134: Immutable Deques Shiro Kawai (07 Jul 2016 08:55 UTC)
Re: Final SRFI 134: Immutable Deques John Cowan (07 Jul 2016 11:33 UTC)
Re: Final SRFI 134: Immutable Deques Marc Nieper-Wißkirchen (07 Jul 2016 14:47 UTC)

Re: Final SRFI 134: Immutable Deques Marc Nieper-Wißkirchen 07 Jul 2016 08:46 UTC

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