Vorin, Michael writes: > I am interested in pursuing practical development of persistence in Haskell. > To this end I have been looking for code/systems which have been developed > previously to build upon - not wishing to reinvent the wheel.
I am implementing persistent memory for Linux (i.e. like virtual memory, but non-volatile, with ACID transaction semantics). Perhaps something will be working sometime in 2002. It is my hope that persistent memory will serve as a foundation for making functional data structures persistent, eventually leading towards a functional operating system. Tim -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell
