UHC

From HaskellWiki
Revision as of 23:32, 10 December 2020 by Ysangkok (talk | contribs) (remove homepage, link is dead)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This page is outdated! See the following links for up-to-date information:


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


Blog articles, tutorials


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