[project @ 2001-08-08 09:48:58 by chak]
[ghc-hetmet.git] / ghc / docs / comm / the-beast / driver.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 Glorious Driver</title>
6   </head>
7
8   <body BGCOLOR="FFFFFF">
9     <h1>The GHC Commentary - The Glorious Driver</h1>
10     <p>
11       The Glorious Driver (GD) is the part of GHC that orchestrates the
12       interaction of all the other pieces that make up GHC.  It supersedes the
13       <em>Evil Driver (ED),</em> which was a Perl script that served the same
14       purpose and was in use until version 4.08.1 of GHC.  Simon Marlow
15       eventually slayed the ED and instated the GD.
16     <p>
17       The GD has been substantially extended for GHCi, i.e., the interactive
18       variant of GHC that integrates the compiler with a (meta-circular)
19       interpreter since version 5.00.
20
21     <p><small>
22 <!-- hhmts start -->
23 Last modified: Wed Aug  8 19:22:14 EST 2001
24 <!-- hhmts end -->
25     </small>
26   </body>
27 </html>