UHC

From HaskellWiki
Revision as of 14:34, 24 March 2015 by Henk-Jan van Tuyl (talk | contribs) (Added links, mentioned Haskell 2010 features and the JavaScript backend)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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

Features:

  • 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

Important links:


Blog articles, tutorials


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