Jhc
From HaskellWiki
Revision as of 19:53, 27 July 2010 by Henk-Jan van Tuyl (talk | contribs) (Added links and Blog section)
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
- A comparison to other Haskell compilers in speed and memory usage