[Haskell-cafe] ANNOUNCE: persistent-vector-0.1.0.1

Johan Tibell johan.tibell at gmail.com
Wed Aug 29 19:16:08 CEST 2012


On Wed, Aug 29, 2012 at 10:13 AM, Alberto G. Corona <agocorona at gmail.com> wrote:
> Where the "persistent" part of the name comes from?. It can be
> serialized/deserialized from a persistent storage automatically or on
> demand?

Persistent have two meanings unfortunately. In functional programming
it's used to mean that every operation on a data structure preserves
the old version as well.

-- Johan



More information about the Haskell-Cafe mailing list