[Haskell-cafe] HANSEI in Haskell?

Arnaud Clère arnaud.clere at free.fr
Thu Feb 24 18:27:36 CET 2011


On 24/02/2011 09:30, oleg at okmij.org wrote:
> The sort of laziness needed for non-deterministic programming calls
> for first-class store.  It can be emulated, albeit *imperfectly*,
 > for example, as was described in the ICFP09 paper.

What do you mean by "imperfectly"?
Do you think implementing 'probM' with 'share' would lead to the same 
performance problems you experienced in probM.hs?

> Ideally first-class memory is provided as built-in, since it
 > requires interaction with garbage collection.  Greg Morrisett has
 > written extensively on this topic and done a few implementations;
 > see for example,
> 	http://www.eecs.harvard.edu/~greg/papers/jgmorris-callcs.ps





More information about the Haskell-Cafe mailing list