Downloadliste

Projektbeschreibung

Husk is an implementation of the Scheme programming language for the Haskell Platform. Advanced R5RS features are provided, including continuations, hygienic macros, and a full numeric tower.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2011-12-19 23:31
3.4.4

Diese Version setzt den Trend der schnelle Point Releases für die 3.4.x Serie fort. Die wesentliche Änderung ist die Unterstützung für GHC 7.2.
This release continues the trend of quick point releases for the 3.4.x series. The key change is support for GHC 7.2.

2011-12-13 07:25
3.4.3

Diese Aktualisierungen (lassen Sie-Syntax) und (Letrec-Syntax), Konflikte zwischen Bezeichner mit dem gleichen Namen im äußeren Bereich und im Körper Makro zu vermeiden. Es ändert (Anfügen), um eine beliebige Anzahl von Argumenten, pro R5RS zu akzeptieren. Es ersetzt das Makro für (Fall) durch das von R5RS.
This release updates (let-syntax) and (letrec-syntax) to prevent conflicts between identifiers of the same name in the outer scope and within the macro body. It modifies (append) to accept an arbitrary number of arguments, per R5RS. It replaces the macro for (case) with the one from R5RS.

2011-11-24 14:11
3.4.2

Viele Verbesserungen und Bug-Fixes für lassen-Syntax und Letrec-Syntax und verbesserte Handhabung von definieren und Set! innerhalb einer Makrodefinition.
Many improvements and bug fixes for let-syntax and letrec-syntax, and improved handling of define and set! within a macro definition.

2011-11-17 04:01
3.4.1

Dieses Release fügt experimentelle Unterstützung für lassen- und Letrec-Syntax und behebt zwei kritische Fehler in Bezug auf Makro.
This release adds experimental support for let-syntax and letrec-syntax and fixes two critical macro-related bugs.

2011-11-12 01:24
3.4

Diese Veröffentlichung fügt die erste hygienische Makrounterstützung zu Schale. Es gibt zwei "Seiten": Hygiene und referenzielle Transparenz. Unterstützung wurde für beide Seiten, obwohl es einige Probleme gibt wie in der Version 3.4.x Meilensteine hinzugefügt. Makrounterstützung weiterhin in zukünftigen Versionen zu verbessern. Es gibt einige Bugfixes.
This release adds the first hygienic macro support to husk. There are two "sides": hygiene and referential transparency. Support has been added for both sides, although there are some issues as noted in the Version 3.4.x Milestones. Macro support will continue to improve in future releases. There are some bugfixes.

Project Resources