Jhc: Difference between revisions

From HaskellWiki
No edit summary
(Added a link to a comparison to other Haskell compilers)
Line 8: Line 8:




See also [[Implementations]]
=== Links ===
 
* [http://mirror.seize.it/report.html A comparison to other Haskell compilers] in speed and memory usage
 
* [[Implementations]]




[[Category: Implementations]]
[[Category: Implementations]]
[[Category: Packages]]
[[Category: Packages]]

Revision as of 19:18, 27 July 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. 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.

Go to the Jhc homepage for a tarball.


Links