[Haskell-cafe] Real-time code in Haskell (Was: Can a GC delay TCP connection formation?)

Roman Cheplyaka roma at ro-che.info
Tue Nov 27 21:18:17 CET 2012


* Mike Meyer <mwm at mired.org> [2012-11-27 13:40:17-0600]
> Lazyness, on the other hand ... I haven't thought about. I suspect you
> need to force the evaluation of everything you're going to need before
> you start the critical region, but I wonder if that's enough? Has
> anyone out there investigated this?

I don't know much about RT systems, but if GC is not a problem, then
laziness should be even less so. It is much more predictable, especially
when you look at the Core.

Roman



More information about the Haskell-Cafe mailing list