]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/blob - DESCR
Added INSTALL script
[pkgsrc-ghc.git] / DESCR
1 GHC: The Glasgow Haskell Compiler.
2
3 The Glasgow Haskell Compiler is a robust, fully-featured, optimising
4 compiler for the functional programming language Haskell 98
5 (http://www.haskell.org). GHC compiles Haskell to either native code
6 or C. It implements numerous experimental language extensions to
7 Haskell, including concurrency, a foreign language interface, several
8 type-system extensions, exceptions, and so on. GHC comes with a
9 generational garbage collector, a space and time profiler, and a
10 comprehensive set of libraries.