2001-12-21 21:23:40 +01:00
|
|
|
nhc98 is a fully-fledged compiler for Haskell 98, the standard lazy functional
|
|
|
|
programming language. Written in Haskell, it is small and very portable, and
|
|
|
|
aims to produce small executables that run in small amounts of memory. It comes
|
|
|
|
with extensive tool support for automatic compilation, foreign language
|
|
|
|
interfacing, heap and time profiling, tracing, and debugging.
|
|
|
|
|
2005-05-20 13:10:07 +02:00
|
|
|
WWW: http://www.haskell.org/nhc98/
|
2001-12-21 21:23:40 +01:00
|
|
|
|
|
|
|
-- Oliver Braun
|
|
|
|
obraun@informatik.unibw-muenchen.de
|