Hi > I am curious, because I have a project in mind that would benefit > greatly from real-time, parallel garbage collection :) Is Haskell real-time? Doesn't lazy evaluation rather destroy lots of the real-time properties that you might like in a language. If you want a real-time functional language you might want to look at Hume. Thanks Neil