Jhc
From HaskellWiki
(Difference between revisions)
(Added links and Blog section) |
(Added "The compiler cannot, however, be compiled on Windows.") |
||
| Line 3: | Line 3: | ||
== The 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. It also performs well as a cross compiler and is able to generate Windows programs on a Linux box, or target embedded systems with little effort. | + | Jhc is a Haskell compiler that aims to produce the most efficient programs possible via whole program analysis and other optimizations. It also performs well as a cross compiler and is able to generate Windows programs on a Linux box, or target embedded systems with little effort. The compiler cannot, however, be compiled on Windows. |
Go to the [http://repetae.net/computer/jhc jhc homepage] for a tarball. | Go to the [http://repetae.net/computer/jhc jhc homepage] for a tarball. | ||
Revision as of 08:43, 11 August 2010
1 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. It also performs well as a cross compiler and is able to generate Windows programs on a Linux box, or target embedded systems with little effort. The compiler cannot, however, be compiled on Windows.
Go to the jhc homepage for a tarball.
1.1 Links
- A comparison to other Haskell compilers in speed and memory usage
