Live data from Hacker News

GHC 6.12 released Dramatic parallel performance tuning, dynamic linking...

article.gmane.org

1–4 of 4 posts

Re: GHC 6.12 released Dramatic parallel performance tuning, dynamic linking...

#2
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?)