Télécharger la liste

Description du projet

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.

Système requise

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 Retour à la liste release
6.12.1

Il ya eu un certain nombre de changements importants depuis la dernière mise à jour majeure. Soutien de l'exécution parallèle a été considérablement améliorée. La liaison dynamique est maintenant supporté sous Linux. L'I / O bibliothèques sont désormais compatibles Unicode, afin que vos programmes Haskell doit maintenant gérer des fichiers texte contenant des caractères non-ASCII sans effort particulier. Le système de package a été rendue plus robuste en associant chaque paquet avec un identifiant unique basé sur son exposé ABI. Il existe une variété de changements langues de moindre diffusion.
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