[Haskell-cafe] Re: What is Haskell unsuitable for?
Henning Thielemann
schlepptop at henning-thielemann.de
Fri Jun 18 21:12:54 EDT 2010
Maciej Piechotka schrieb:
> 1. Glueing a few highier level, object-oriented libraries if it is just
> glueing.
>
> 2. (Currently) AFAIK real-time applications although it is rather
> property of GHC GC then the language itself
In my experience the garbage collector was not the problem in real-time
applications, but memory leaks that make the garbage collector slow.
More information about the Haskell-Cafe
mailing list