Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / nhc98 / DESCR
blobae31268f9bb09e7c7e42d874cf1f11bd9b97555c
1 nhc98 is a fully-fledged compiler for Haskell 98, the standard lazy
2 functional programming language. It based on Niklas Rojemo's nhc13, a
3 compiler for an earlier version of the language. Written in Haskell,
4 it is small and very portable, and aims to produce small executables
5 that run in small amounts of memory. It also comes with extensive tool
6 support.
8 With hmake, a replacement for the other makes used in Haskell
9 development, the big advantage is that you don't have to write a
10 Makefile - the tools extract dependencies automatically from your
11 source files, and issue appropriate commands to rebuild your target.
13 Greencard is a foreign-language interface. It is a preprocessor for
14 Haskell which allows Haskell functions to call C. This allows access
15 to operating system services and other libraries.
17 Hat is a source-level tracer for Haskell which gives the user access
18 to otherwise invisible information about a computation and helps the
19 programmer to understand how a program works or why it does not.