Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 376 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 376 Bytes

jhc

hc 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.

http://repetae.net/computer/jhc/