Changes between Version 88 and Version 89 of Commentary
- Timestamp:
- 04/22/08 01:30:24 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary
v88 v89 3 3 This tree of wiki pages is a "commentary" on the GHC source code. It contains all the explanatory material that doesn't belong in comments in the source code itself, because the material is wide-ranging, usually covers multiple source files, and is more architectural in nature. The commentary can also be considered a design document for GHC. 4 4 5 For the dedicated, there are [http://hackage.haskell.org/trac/ghc/wiki/AboutVideos videos of Simon and Simon giving an overview of GHC], at the 2007 GHC Hackathon. 5 For the dedicated, there are [wiki:AboutVideos videos of Simon and Simon giving an overview of GHC], at the 2007 [wiki:Hackathon GHC Hackathon]. 6 7 GHC Hackathon. 6 8 7 9 Please feel free to add material to this commentary: don't worry too much about accuracy, in due course someone will edit your contribution. Try to link to source files as much as possible by using this macro: {{{[[GhcFile(compiler/Makefile)]]}}} (the usual Trac {{{source:}}} macro doesn't work here because the GHC darcs repository isn't integrated into this Trac). Also try to add appropriate links to other parts of the commentary.
