Download List

專案描述

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

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

This release fixes several minor bugs causing potential memory corruption.

2009-07-30 13:45
1.2.38.3

This release improves scalability on x86 and fixes crashes on Sparc64.

2009-06-03 06:23
1.2.38.2

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

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