Hacker News new | ask | show | jobs
by Tim_M 5788 days ago
Haskell is such a great language and it's a real shame that not many companies see it's advantages. There was recently a discussion on haskell-cafe[1] about it's lack of adoption in industries other than finance.

Haskell is perfectly suited for critical systems: I've seen job postings for C++ programmers for air traffic control systems which I think could really do with haskell's type safety.

In recent years however haskell performance and library availability has made it suitable for general high level programming like web development for example[2][3].

[1]http://thread.gmane.org/gmane.comp.lang.haskell.cafe/78651

[2]http://haskell.org/haskellwiki/Web

[3]http://haskell.org/haskellwiki/Applications_and_libraries/We...