[project @ 2000-02-17 12:20:04 by simonmar]
[ghc-hetmet.git] / ghc / README
1 The Glasgow Haskell Compiler
2 ============================
3
4 (this file is fptools/ghc/README in a source distribution, and
5 fptools/README in a binary distribution).
6
7 GHC is a batch compiler for Haskell 98.  See the file ANNOUNCE for
8 information on the current version.
9
10 Haskell is "the" standard lazy functional programming language.
11 Haskell 98 is the current version of the language, released in
12 December 1998.  The language definition is on the Web at
13 http://www.haskell.org/definition/.
14
15 More information on GHC can be found on its web page
16
17         http://www.haskell.org/ghc/
18
19 Documentation
20 =============
21
22 In a binary distribution, pre-formatted documentation can be found in
23 the html and ps directories.  Pre-formatted HTML documentation is also
24 available on the GHC web page.
25
26 In a source distribution, the unformatted (SGML) documentation is in
27 the following places:
28
29   * fptools/ghc/docs/users_guide  Users' Guide.
30   * hslibs/doc/hslibs             Library documentation.
31   * fptools/docs                  Build System Guide.
32
33 We welcome your comments and suggestions about this software!  Please
34 do not suffer or grumble in silence.  The "bug reports" section of the
35 User's Guide says what we would like to know when you report a
36 problem.
37
38 Current GHC team:
39
40     Simon Peyton Jones  <simonpj@microsoft.com>     [our Fearless Leader]
41     Simon Marlow        <simonmar@microsoft.com>    [hired hand]
42     Julian Seward       <v-julsew@microsoft.com>    [hired hand]
43     Reuben Thomas       <v-reubth@microsoft.com>    [hired hand]
44
45 Additional Contributors (in alphabetical order):
46
47     Manuel Chakravarty   <chak@cse.unsw.edu.au>
48     Sigbjorn Finne       <sof@microsoft.com>
49     Kevin Glynn          <keving@cs.mu.oz.au>
50     Jeff Lewis           <jlewis@cse.ogi.edu>
51     Hans Wolfgang Lloidl <hwloidl@cee.hw.ac.uk>
52     Sven Panne           <Sven.Panne@informatik.uni-muenchen.de>
53     Keith Wansborough    <Keith.Wansbrough@cl.cam.ac.uk>
54
55 Past contributors and/or continuing advisors (all @dcs.gla.ac.uk):
56
57     Juan Quintela       (quintela)
58     Thomas Nordin       (nordin)    [@cse.ogi.edu; Green Card Hero]
59     Patrick Sansom      (sansom)    [hired hand, Bidirectional Analyses]
60     Phil Trinder        (trinder)   [hired hand, Parade]
61     Andy Gill           (andy)      [ex-PhD student; at OGI]
62     Cordy Hall          (cvh)       [GRASP]
63     Kevin Hammond       (kh)        [GRASP; at St. Andrews]
64     John Launchbury     (jl)        [AQUA; at OGI]
65     Jim Mattson         (mattson)   [hired hand, AQUA; HP]
66     Darren Moffat       (moffatd)   [slave, summer '95; at MoD]
67     Will Partain        (partain)   [GRASP/AQUA; touring with Johnny Cash]
68     Bryan O'Sullivan    (bos)       [visiting slave, summer '94; at Sun]
69     Alastair Reid       (areid)     [GHCI, STG/Hugs etc.]
70     Andr\'e Santos      (andre)     [PhD student; back in Brazil]
71     David N Turner      (dnt)       [Linear Types; at An-Teallach]
72     Phil Wadler         (wadler)    [GRASP; at Lucent]
73
74 And many others who've contributed bits of code / bug reports in the past.
75
76 Cool people who've let us use their machines:
77
78     sparc-sun-sunos{4,5}   PacSoft, Oregon Graduate Institute
79     hppa1.1-hp-hpux,
80     i386-unknown-linux     Charles Krasic, Oregon Graduate Institute
81     alpha-dec-osf,        
82     i386-*-solaris2        Mark Fanty, CSLU, Oregon Graduate Institute
83
84 Also thanks to Conal Elliott, Microsoft Research for facilitating the work
85 on the Win32 port of GHC.
86
87 Simon's projects' acronyms:
88     GRIP  ('87-'90): Graph reduction in parallel
89     GRASP ('90-'92): Graph reduction applications support project
90     AQUA  ('93-   ): Declarative systems architecture: a quantitative approach
91
92 E-mail contacts:
93     glasgow-haskell-bugs@haskell.org        (bug reports mailing list)
94     glasgow-haskell-users@haskell.org       (users' mailing list)
95
96 Send mail to majordomo@haskell.org with 'help' in the body of the
97 message for information on joining/leaving either of these mailing
98 lists.