Yhc
   HOME

TheInfoList



OR:

The York Haskell Compiler (Yhc) is a no longer maintained
open source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
bytecode Bytecode (also called portable code or p-code) is a form of instruction set designed for efficient execution by a software interpreter. Unlike human-readable source code, bytecodes are compact numeric codes, constants, and references (norma ...
compiler for the
functional Functional may refer to: * Movements in architecture: ** Functionalism (architecture) ** Form follows function * Functional group, combination of atoms within molecules * Medical conditions without currently visible organic basis: ** Functional sy ...
programming language Haskell; it primarily targets the Haskell '98 standard. It is one of the four main Haskell compilers (behind GHC, Hugs and nhc98). Yhc is based on the nhc98 Haskell compiler, and is intended eventually to be a more portable, cleaner, better performing rewrite of nhc98 with more and better features. In particular, Yhc features integrated support fo
Hat
the Haskell tracer. The Yhc project uses
Darcs Darcs is a distributed version control system created by David Roundy. Key features include the ability to choose which changes to accept from other repositories, interaction with either other local (on-disk) repositories or remote repositories via ...
for version control. It was originally developed at the Department of Computer Science at the
University of York , mottoeng = On the threshold of wisdom , established = , type = Public research university , endowment = £8.0 million , budget = £403.6 million , chancellor = Heather Melville , vice_chancellor = Charlie Jeffery , students ...
in the UK.


References


External links


Yhc page on the haskell.org wikiYhc home page
Free compilers and interpreters Free Haskell implementations {{prog-lang-stub