mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
46e9ab0ca5
Please note that port revision for all the Haskell ports without version changes are also bumped. Other per-port updates are coming soon (in separate commits)! In addition to that, separate -docs ports are no longer needed so they are now removed. Thanks ashish@ for the assistance. Obtained from: FreeBSD Haskell
17 lines
853 B
Plaintext
17 lines
853 B
Plaintext
Haskell is the standard lazy purely functional programming language.
|
|
The current language version is Haskell 98, agreed in December 1998,
|
|
with a revised version published in January 2003.
|
|
|
|
The Glasgow Haskell Compiler is a robust, fully-featured, optimising
|
|
compiler for the functional programming language Haskell 98 generating
|
|
good code for a variety of platforms. GHC is a state-of-the-art
|
|
programming suite for Haskell and compiles Haskell to either native code
|
|
or C. It implements numerous experimental language extensions to
|
|
Haskell, including concurrency, a foreign language interface, several
|
|
type-system extensions, exceptions, and so on. GHC comes with a
|
|
generational garbage collector, a space and time profiler, comprehensive
|
|
set of libraries and an interactive system for convenient, quick
|
|
development.
|
|
|
|
WWW: http://www.haskell.org/ghc/
|