
16 Jun
2010
16 Jun
'10
2:25 a.m.
On Tue, 2010-06-15 at 19:47 -0400, aditya siram wrote:
Hi all, Haskell is a great language and in a lot of ways it still hasn't found a niche, but that's part of what is great about it.
But I wanted to ask people are more experienced with Haskell - what kinds of problems is it unsuited for? Have you ever regretted using it for something? Meaning if you could write the program over you would do it in another language.
thanks ... -deech
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 Regards