Difference between revisions of "Jhc"

From HaskellWiki
Jump to navigation Jump to search
(Expanded the page considerably)
Line 1: Line 1:
 
{{Jhc}}
 
{{Jhc}}
   
Jhc Haskell Compiler
+
== The Jhc Haskell Compiler ==
  +
  +
Jhc is a haskell compiler that aims to produce the most efficient programs possible via whole program analysis and other optimizations. The compiler needs [[GHC]] 6.8.2 or later to be compiled; it cannot be compiled on Windows systems.
  +
 
Go to the[http://repetae.net/computer/jhc Jhc homepage] for a tarball.
  +
It is also possible to install an older version with cabal-install:
  +
cabal install jhc
  +
  +
  +
See also [[Implementations]]
   
http://repetae.net/computer/jhc
 
   
 
[[Category: Implementations]]
 
[[Category: Implementations]]
  +
[[Category: Packages]]

Revision as of 15:24, 23 June 2010

Template:Jhc

The Jhc Haskell Compiler

Jhc is a haskell compiler that aims to produce the most efficient programs possible via whole program analysis and other optimizations. The compiler needs GHC 6.8.2 or later to be compiled; it cannot be compiled on Windows systems.

Go to theJhc homepage for a tarball. It is also possible to install an older version with cabal-install:

 cabal install jhc


See also Implementations