Download List

Descripción del Proyecto

The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler for the functional programming language Haskell. GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell for example concurrency, a foreign language interface, several type-system extensions, exceptions, and so on. GHC comes with a generational garbage collector, a space and time profiler, and a comprehensive set of libraries.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-12-15 00:19 Back to release list
6.12.1

Ha habido una serie de cambios importantes desde la última gran versión. Apoyo a la ejecución en paralelo, se mejoró sensiblemente. La vinculación dinámica es ahora compatible con Linux. El I / O bibliotecas son ahora Unicode, así que sus programas Haskell ahora debe manejar archivos de texto que contienen caracteres no ASCII sin esfuerzo especial. El sistema de paquetes se ha hecho más fuerte mediante la asociación de cada paquete instalado con un identificador único basado en su ABI expuestos. Hay una variedad de pequeños cambios en el lenguaje.
Tags: Major
There have been a number of significant changes since the last major release. Support for parallel execution was considerably improved. Dynamic linking is now supported on Linux. The I/O libraries are now Unicode-aware, so your Haskell programs should now handle text files containing non-ASCII characters without special effort. The package system has been made more robust by associating each installed package with a unique identifier based on its exposed ABI. There are a variety of small language changes.

Project Resources