[Haskell-cafe] Parallel cooperative multithreading?

Ketil Malde ketil at malde.org
Thu May 24 08:32:12 CEST 2012


Benjamin Ylvisaker <benjaminy at fastmail.fm> writes:

> The paper discusses implementations in Lua, C++ and C, but I think
> Haskell could be an awesome substrate for such a framework.  Has anyone
> thought about this?

I'm not convinced this will be better than using STM - the critique
against STM seems (as always) not to apply to implementations where
transactional data are segregated by the type system.  I'm not sure
about the non-composability of retry and orElse that the authors refer
to, anybody know?

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants



More information about the Haskell-Cafe mailing list