ee12a62db83cfa6967713dce23f0376d6c67b1a7
[ghc-hetmet.git] / ghc / docs / comm / index.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3   <head>
4     <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
5     <title>The GHC Commentary - The Beast Explained</title>
6   </head>
7
8   <body BGCOLOR="FFFFFF">
9     <h1>The Glasgow Haskell Compiler (GHC) Commentary [v0.10]</h1>
10     <p>
11       <!-- Contributors: Whoever makes substantial additions or changes to the
12       document, please add your name and keep the order alphabetic.  Moreover,
13       please bump the version number for any substantial modification that you
14       check into CVS.
15       -->
16       <strong>Manuel M. T. Chakravarty</strong><br>
17       <strong>Simon Marlow</strong><br>
18       <strong>Simon Peyton Jones</strong><br>
19       <strong>Julian Seward</strong><br>
20       <strong>Reuben Thomas</strong><br>
21       &nbsp;<br>
22     <p>
23       This document started as a collection of notes describing what <a
24       href="mailto:chak@cse.unsw.edu.au">I</a> learnt when poking around in
25       the <a href="http://haskell.org/ghc/">GHC</a> sources.  During the
26       <i>Haskell Implementers Workshop</i> in January 2001 it was decided to
27       put the commentary into 
28       <a href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/">GHC's CVS
29         repository</a>
30       to allow the whole developer community to add their wizardly insight to
31       the document.
32     <p>
33       <strong>The document is still in its infancy - help it grow!</strong>
34
35     <h2>Before the Show Begins</h2>
36     <ul>
37       <li><a href="feedback.html">Feedback</a>
38       <li><a href="others.html">Other Sources of Wisdom</a>
39     </ul>
40
41     <h2>Genesis</h2>
42     <ul>
43       <li><a href="genesis/genesis.html">Outline of the Genesis</a>
44       <li><a href="genesis/makefiles.html">Mindboggling Makefiles</a>
45     </ul>
46
47     <h2>The Beast Dissected</h2>
48     <ul>
49       <li><a href="the-beast/driver.html">The Glorious Driver</a>
50       <li><a href="the-beast/prelude.html">Primitives and the Prelude</a>
51       <li><a href="the-beast/syntax.html">Just Syntax</a>
52       <li><a href="the-beast/basicTypes.html">The Basics</a>
53       <li><a href="the-beast/modules.html">Modules, ModuleNames and Packages</a>
54       <li><a href="the-beast/vars.html">The Real Story about Variables, Ids, TyVars, and the like</a>
55       <li><a href="the-beast/renamer.html">The Glorious Renamer</a>
56       <li><a href="the-beast/typecheck.html">Checking Types</a>
57       <li><a href="the-beast/desugar.html">Sugar Free: From Haskell To Core</a>
58       <li><a href="the-beast/simplifier.html">The Mighty Simplifier</a>
59       <li><a href="the-beast/mangler.html">The Evil Mangler</a>
60       <li><a href="the-beast/alien.html">Alien Functions</a>
61       <li><a href="the-beast/ncg.html">The Native Code Generator</a>
62       <li><a href="the-beast/ghci.html">GHCi</a>
63     </ul>
64
65     <h2>RTS &amp; Libraries</h2>
66     <ul>
67       <li><a href="rts-libs/stgc.html">Spineless Tagless C</a>
68       <li><a href="rts-libs/primitives.html">Primitives</a>
69       <li><a href="rts-libs/prelfound.html">Prelude Foundations</a>
70       <li><a href="rts-libs/prelude.html">Cunning Prelude Code</a>
71       <li><!-- <a href="rts-libs/arrays.html"> -->Array Libraries</a> 
72         <small>[not available yet]</small>
73       <li><a href="rts-libs/foreignptr.html">On why we have <tt>ForeignPtr</tt></a>
74     </ul>
75     <p>
76       The online master copy of the Commentary is at
77     <blockquote>
78       <a href="http://www.cse.unsw.edu.au/~chak/haskell/ghc/comm/">http://www.cse.unsw.edu.au/~chak/haskell/ghc/comm/</a>
79     </blockquote>
80     <p>
81       This online version is updated 
82       <a
83          href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/docs/comm/">from 
84         CVS</a>
85       daily.
86
87     <p><small>
88 <!-- hhmts start -->
89 Last modified: Wed Feb  6 22:21:52 EST 2002
90 <!-- hhmts end -->
91     </small>
92   </body>
93 </html>