Difference between revisions of "UHC"
From HaskellWiki
(Added Category:Implementations and a link to the wiki page Attribute grammar) |
(remove homepage, link is dead) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Implementations]] | [[Category:Implementations]] | ||
− | 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. | + | This page is outdated! See the following links for up-to-date information: |
+ | |||
+ | * Repository: https://github.com/UU-ComputerScience/uhc | ||
+ | |||
+ | ------------------------------- | ||
+ | |||
+ | UHC is the Utrecht Haskell Compiler. UHC supports almost all Haskell98 and Haskell 2010 features plus experimental extensions [http://foswiki.cs.uu.nl/foswiki/Ehc/UhcUserDocumentation#A_4_Haskell_compatibility]. The compiler runs under MacOSX, Windows (cygwin), and various Unix flavors. | ||
Features: | Features: | ||
− | Multiple backends | + | * Multiple backends: |
− | Experimental language extensions, some of which have not been implemented before | + | ** a [http://foswiki.cs.uu.nl/foswiki/Ehc/UhcJazyDocumentation JVM bytecode interpreter backend] |
− | Implementation via [[Attribute grammar | attribute grammars]] and other high-level tools | + | ** a [http://uu-computerscience.github.io/uhc-js/ JavaScript backend] |
− | Ease of experimentation with language variants, thanks to an aspect-oriented internal organisation. | + | ** and a full program analysis backend |
+ | |||
+ | * Experimental language extensions, some of which have not been implemented before | ||
+ | * Implementation via [[Attribute grammar | attribute grammars]] and other high-level tools | ||
+ | * Ease of experimentation with language variants, thanks to an aspect-oriented internal organisation | ||
+ | |||
+ | |||
+ | == Blog articles, tutorials == | ||
+ | <!-- Add new links at the top --> | ||
+ | |||
+ | * [http://chrisdone.com/posts/2012-01-06-uhc-javascript.html Compiling to JavaScript with UHC] | ||
+ | * [http://lhc-compiler.blogspot.com/2010/07/great-haskell-compiler-shootout.html The Great Haskell Compiler shootout] (comparison of speed of compiled programs, anno 2010) | ||
− | |||
{{Stub}} | {{Stub}} |
Latest revision as of 23:32, 10 December 2020
This page is outdated! See the following links for up-to-date information:
- Repository: https://github.com/UU-ComputerScience/uhc
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:
- Multiple backends:
- a JVM bytecode interpreter backend
- a JavaScript backend
- and a full program analysis backend
- 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
- Compiling to JavaScript with UHC
- The Great Haskell Compiler shootout (comparison of speed of compiled programs, anno 2010)
This article is a stub. You can help by expanding it.