- HUGS
: This is a small but complete interpreter for the Haskell
language. It lacks a few extensions that we will need later in the semester.
It is available for most operating systems.
To get started, just get the HUGS interpreter. The February 2000 version is
the most recent, but the November 1999 version is sufficient:
- GHC
: Don't get this until later in the semester. This
is a large optimizing compiler for Haskell which includes extensions for
pre-emptive multitasking and sockets. Unfortunately, it's not too easy to get
the compiler running under Windows. In fact, it may be easier to install
Linux and then install the Linux version of the compiler than to use the
Windows version.
You may also find it useful to install the GHC user's guide and library
documentation.