Jhc

From HaskellWiki
Revision as of 23:18, 9 July 2010 by JohnMeacham (talk | contribs)
Jump to navigation Jump to search

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.


See also Implementations