jhc (original) (raw)
Jhc Haskell Compiler
How to install
The Manual
jhc is a haskell compiler which aims to produce the most efficient programs possible via whole program analysis and other optimizations.
Using Jhc
- See the Installation Page for information about downloading and installing jhc.
- For information on running jhc, see The User's Manual.
- Join the jhc mailing list for jhc discussion, announcements, and bug reports.
- There is a spot on the wiki but it doesn't have much info yet. feel free to expand it.
Developing Jhc
- the development page has information on how to pull the development tree from the darcs repository
- the bug tracker tracks known jhc issues, bugs can be added by submitting darcs patches or just posting to the mailing list jhc@haskell.org
- An informal graph of the internal code motion in jhc is here (pdf).
Historical
- The Orignal Page original announcement of jhc, goes somewhat into motivation, but the description of the state of jhc is out of date.
My homepage -> computer stuff -> jhc