[Haskell-cafe] Bulk Synchronous Parallel

Don Stewart dons at galois.com
Wed Apr 21 15:53:03 EDT 2010


v.dijk.bas:
> On Wed, Apr 21, 2010 at 8:07 PM, Aaron D. Ball
> <aarondball+haskell at gmail.com> wrote:
> > If I have the basic building block, which is the ability to
> > serialize a Haskell expression with its dependencies and read them
> > into another Haskell instance where I can evaluate them, I can handle
> > the other pieces
> 
> How I wish we had Clean's dynamics[1]!

You could imagine shipping GHCi bytecode between processes, much as
Clean could do.


More information about the Haskell-Cafe mailing list