Categories
nhc98
nhc98 is a small, easy to install, standards-compliant compiler for Haskell 98, the lazy functional programming language. It is very portable, and aims to produce small executables that run in small amounts of memory. It produces medium-fast code, and compilation is itself quite fast. It also comes with extensive tool support for automatic compilation, foreign language interfacing, heap and time profiling, tracing, and debugging. (Some of its advanced kinds of heap profiles are not found in any other Haskell compiler.) It supports the new common primitive FFI (Foreign Function Interface), and includes the most advanced space-profiling facilities of all Haskell implementations. Most importantly, it allows graphical debugging of programs using both Hat and HOOD. nhc98 is available for all 32-bit Unix-like platforms. Although it is itself written in standard Haskell 98, it can be quickly and easily be bootstrapped from C sources, so you do not need another Haskell compiler to get started.
Last updated 21 Sep, 2006
About
Leadership
- Malcolm Wallace - Maintainer
Requirements
- gcc (Use Requirement)
- gmp (Use Requirement)
Versions
1.18
1.18 released on 2005-03-15
- Released: 15 Mar, 2005
- Code Maturity: Stable
- Source Archive: http://haskell.org/nhc98/download.html
- Licenses: GPLv2orlater
- Interfaces: Command Line



