Glasgow Haskell Compiler (GHC)

Introduction

The Glorious Glasgow Haskell Compilation System, more commonly known as the Glasgow Haskell Compiler or GHC, is an open source native code compiler for the functional programming language Haskell. It provides a cross-platform environment for the writing and testing of Haskell code and it supports numerous extensions, libraries, and optimizations that streamline the process of generating and executing code. The lead developers are Simon Peyton Jones and Simon Marlow. It is distributed along with the Haskell Platform.

Usage

Compute Systems Invocation Version(s)
Red Hat Linux (64-bit) % /util/bin/ghc
% /util/bin/ghci
6.12.1 (default)

Notes

  1. Exit ghci with Ctrl-d.

People

  1. Stuart Shapiro, instructor.

References

  1. http://en.wikipedia.org/wiki/Glasgow_Haskell_Compiler
  2. http://www.haskell.org/ghc/
  3. http://www.haskell.org/haskellwiki/GHC
AttachmentSize
echo.hs845 bytes