Difference between revisions of "Jhc"

From HaskellWiki
Jump to navigation Jump to search
(→‎Links: Added a link to "ANNOUNCE: Start Ajhc project with forking jhc")
Line 23: Line 23:
 
==== Blog articles ====
 
==== Blog articles ====
   
* [http://ujihisa.blogspot.com/2009/09/installing-jhc-via-cabal-on-haskell.html Installing JHC Via Cabal on Haskell Platform]
+
* [http://ujihisa.blogspot.com/2009/09/installing-jhc-via-cabal-on-haskell.html Installing JHC Via Cabal on Haskell Platform] (out of date, do not use the cabal jhc as it is an old fork)
   
 
* [http://lhc-compiler.blogspot.com/2010/07/great-haskell-compiler-shootout.html The Great Haskell Compiler shootout]
 
* [http://lhc-compiler.blogspot.com/2010/07/great-haskell-compiler-shootout.html The Great Haskell Compiler shootout]

Revision as of 22:56, 23 May 2014

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. The compiler cannot, however, be compiled on Windows.

Go to the jhc homepage for a tarball.


Links


Blog articles