Download List

Descripción del Proyecto

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.

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.

2011-12-19 23:31
3.4.4

Esta versión sigue la tendencia de punto rápido versiones para la serie de 3.4. x. El cambio fundamental es el soporte para 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

Esta versión versiones (let-sintaxis) y (letrec sintaxis) para evitar conflictos entre identificadores del mismo nombre en el ámbito exterior y dentro del cuerpo de la macro. Modifica (anexar) para aceptar un número arbitrario de argumentos, por Scheme. Reemplaza la macro (caso) con el Scheme.
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

Muchas mejoras y correcciones de errores permiten sintaxis sintaxis de letrec y manejo mejorado de definir y conjunto! dentro de una definición de macro.
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

Esta versión agrega soporte experimental para dejar que sintaxis y letrec y corrige dos errores críticos relacionados con la macro.
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

Esta versión incorpora el primer apoyo de macro higiénico a husk. Hay dos "partes": higiene y transparencia referencial. Se ha agregado soporte para ambas partes, aunque hay algunos problemas, como se observa en la versión 3.4. x hitos. Macro apoyo seguirá en el futuro mejorar lanzamientos. Hay algunas correcciones de errores.
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