On Wed, Aug 29, 2012 at 10:13 AM, Alberto G. Corona <[email protected]> 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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
