Difference between revisions of "GHC"

From HaskellWiki
Jump to navigation Jump to search
m (→‎Documentation: Links to the "latest" documentation)
(→‎Documentation: Updated the link to the downloads page)
(3 intermediate revisions by 3 users not shown)
Line 9: Line 9:
 
These documents relate to the ''latest released'' version of GHC.
 
These documents relate to the ''latest released'' version of GHC.
 
For ''earlier released'' versions click the relevant version on the
 
For ''earlier released'' versions click the relevant version on the
[http://www.haskell.org/ghc/download.html downloads page].
+
[http://www.haskell.org/ghc/download downloads page].
 
For the the ''current HEAD snapshot'' look at
 
For the the ''current HEAD snapshot'' look at
 
[http://www.haskell.org/ghc/download.html#snapshots development snapshots].
 
[http://www.haskell.org/ghc/download.html#snapshots development snapshots].
   
   
; [http://www.haskell.org/ghc/docs/7.0-latest/html/users_guide/index.html The User's Guide]: The User's Guide has all you need to know about using GHC: command line options, language extensions, GHCi, etc.
+
; [http://www.haskell.org/ghc/docs/latest/html/users_guide/index.html The User's Guide]: The User's Guide has all you need to know about using GHC: command line options, language extensions, GHCi, etc.
: Download: | [http://www.haskell.org/ghc/docs/7.0-latest/users_guide.html.tar.bz2 HTML.tar.bz2] | [http://www.haskell.org/ghc/docs/7.0-latest/users_guide.pdf PDF] | [http://www.haskell.org/ghc/docs/7.0-latest/users_guide.ps PS] |
+
: Download: | [http://www.haskell.org/ghc/docs/latest/users_guide.html.tar.bz2 HTML.tar.bz2] | [http://www.haskell.org/ghc/docs/latest/users_guide.pdf PDF] | [http://www.haskell.org/ghc/docs/latest/users_guide.ps PS] |
 
 
; [http://www.haskell.org/ghc/docs/7.0-latest/html/libraries/index.html Standard Libraries]: Documentation for the libraries that come with GHC.
+
; [http://www.haskell.org/ghc/docs/latest/html/libraries/index.html Standard Libraries]: Documentation for the libraries that come with GHC.
: Download: | [http://www.haskell.org/ghc/docs/7.0-latest/libraries.html.tar.bz2 HTML.tar.bz2]
+
: Download: | [http://www.haskell.org/ghc/docs/latest/libraries.html.tar.bz2 HTML.tar.bz2]
 
 
; [http://www.haskell.org/ghc/docs/7.0-latest/html/Cabal/index.html Cabal]: An infrastructure for building and distributing Haskell software.
+
; [http://www.haskell.org/cabal/users-guide/ Cabal]: An infrastructure for building and distributing Haskell software.
: Download: | [http://www.haskell.org/ghc/docs/7.0-latest/Cabal.html.tar.bz2 HTML.tar.bz2] | [http://www.haskell.org/ghc/docs/7.0-latest/Cabal.pdf PDF] | [http://www.haskell.org/ghc/docs/7.0-latest/Cabal.ps PS] |
 
   
 
== Collaborative documentation ==
 
== Collaborative documentation ==
Line 41: Line 40:
 
** [[Mutually recursive modules]]
 
** [[Mutually recursive modules]]
 
** [[/Memory_Management| Memory management and garbage collection]]
 
** [[/Memory_Management| Memory management and garbage collection]]
  +
** [[/Memory Footprint|Memory footprint on the heap of common data-structures]]
   
 
* Platform related matters
 
* Platform related matters

Revision as of 22:27, 29 August 2013

The Glasgow Haskell Compiler is a state-of-the-art, open source compiler and interactive environment for the functional language Haskell.

Documentation

The documentation below relates to using GHC. For documentation about GHC's internals and building GHC, head over to the GHC Developer Wiki.

These documents relate to the latest released version of GHC. For earlier released versions click the relevant version on the downloads page. For the the current HEAD snapshot look at development snapshots.


The User's Guide
The User's Guide has all you need to know about using GHC: command line options, language extensions, GHCi, etc.
Download: | HTML.tar.bz2 | PDF | PS |
Standard Libraries
Documentation for the libraries that come with GHC.
Download: | HTML.tar.bz2
Cabal
An infrastructure for building and distributing Haskell software.

Collaborative documentation

GHC is a big system. We try to document the core functionality (above), but you can help by writing documentation yourself. This section collects documentation written in a collaborative way, by users and developers together. Please help by adding new sections, and by clarifying and improving existing ones.

Development of GHC

See the GHC Developer Wiki. The latest snapshot of the documentation for the next version can be found here.