Unlike earlier compilers e.g. Hugs, GHC has support for concurrency and parallelism, including Software Transactional Memory.
There are some language extensions available, including support for the FFI, or Foreign Function interface, which is enabled by default.
The latest Haskell Report on which the current version of GHC is based on is Haskell 2010.
One unfortunate fact about Haskell is poorly maintained external libraries.
No comments:
Post a Comment