UHC

From HaskellWiki
Revision as of 21:59, 26 September 2010 by Wlangstroth (talk | contribs) (stub for UHC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

UHC is the Utrecht Haskell Compiler. UHC supports almost all Haskell98 features plus experimental extensions. The compiler runs under MacOSX, Windows (cygwin), and various Unix flavors.

Features:

Multiple backends, including a bytecode interpreter backend and a full program analysis backend, both via C. Experimental language extensions, some of which have not been implemented before. Implementation via attribute grammars and other high-level tools. Ease of experimentation with language variants, thanks to an aspect-oriented internal organisation.

Homepage: http://www.cs.uu.nl/wiki/UHC

This article is a stub. You can help by expanding it.