Hacker News new | past | comments | ask | show | jobs | submit login
GHC 6.12 released Dramatic parallel performance tuning, dynamic linking... (gmane.org)
53 points by dons on Dec 14, 2009 | hide | past | favorite | 2 comments



Dynamic linking feature is huge. One of the reasons C simply cannot go away is because it's the only fully portable medium for implementing algorithms and generic libraries: everybody loves talking to C libs. (zlib, cairo, libcurl, high-perf drivers for databases and so on)

Dynamic linking allows Haskell to graduate from the ranks of "glue languages" into a truly universal medium to develop libraries in. I just hope that Haskell-generated .so files can automatically initialize their runtimes (is there a Linux version of Windows DllMain?)


So, estimated release date for 6.14?

(I kid, I kid. This is great. and dynamic linking is wonderful indeed. old-gregg - it's not too hard to hack it in, I'm doing it in Hubris.)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: