Download List

Descripción del Proyecto

Schemik is a high-level lexically-scoped implicitly-parallel dialect of Scheme and Common LISP. This means the parallel execution of programs is done independently of the programmer, and each program written in Schemik always produces the same results no matter which parts of the program are executed simultaneously.

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.

2010-01-29 09:02
1.2.40.0

Esta versión mejora la compatibilidad con la especificación R5RS. Esto significa que la biblioteca estándar fue ampliado con varias funciones nuevas se especifica en R5RS, y varios procedimientos (por ejemplo, quasiquatation) se han modificado para ajustarse a esta norma. Manejo de la memoria ha sido ligeramente mejorado, y varias cuestiones de menor importancia han sido corregidos.
This release improves compatibility with the R5RS specification. This means that the standard library was extended with several new functions specified in R5RS, and several procedures (e.g. quasiquatation) have been modified to conform to this standard. Memory handling has been slightly improved, and several minor issues have been fixed.

2009-08-24 15:12
1.2.38.4

Esta versión corrige varios errores menores que causan daños en la memoria potencial.
This release fixes several minor bugs causing potential memory corruption.

2009-07-30 13:45
1.2.38.3

Esta versión mejora la escalabilidad en x86 y soluciones accidentes en sparc64.
This release improves scalability on x86 and fixes crashes on Sparc64.

2009-06-03 06:23
1.2.38.2

Esta versión corrige varios errores menores que causan accidentes. Por otra parte, la ejecución del procedimiento de "Inicio" se ha mejorado ligeramente. Este lanzamiento también contiene una aplicación preliminar del sistema de ayuda en línea.
This release fixes several minor bugs causing crashes. Moreover, performance of the procedure 'begin' has been slightly improved. This release also contains a preliminary implementation of the online help system.

2009-05-03 16:15
1.2.38.0

Este comunicado tiene un analizador de nuevo. Esto significa que Schemik ya no depende de Flex y Bison. Varios cambios en la interfaz de usuario se han introducido, los mensajes de error sobre todo más detallado. Schemik tiene ahora una página de manual. Varios errores han sido corregidos.
This release has a brand new parser. This means that Schemik no longer depends on Flex and Bison. Several changes in the user interface were introduced, especially more verbose error messages. Schemik now has a manpage. Several bugs have been fixed.

Project Resources