Télécharger la liste

Description du projet

KSM-Scheme is a Scheme interprter that integrates easily with functions and variables defined in the C programming language. KSM-Scheme implements the Revised5 Report on the Algorithmic Language Scheme standard. In addition to the standard, KSM-Scheme has extensions that enable it to call C functions and to manipulate C variables directly.

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.

2001-05-14 12:56
0.3.2

Ce communiqué ajoute le support pour le C-syntaxe, ce qui devrait permettre aux utilisateurs d'exploiter la puissance expressive de Scheme avec la syntaxe compacte de C.
Tags: Major feature enhancements
This release adds support for C-like syntax, which
should make it possible for users to exploit the
expressive power of Scheme with the compact syntax
of C.

2001-04-23 10:52
0.3.1

Ce communiqué ajoute le support pour la programmation multi-thread, utilisant la bibliothèque de threads POSIX (libpthread.so). Thread, mutex, variable de condition, sémaphore, sigwait, et atfork sont disponibles.
Tags: Major feature enhancements
This release adds support for multi-threaded
programming, using the POSIX thread library
(libpthread.so). Thread, mutex, condition
variable, semaphore, sigwait, and atfork are
available.

2001-04-06 16:02
KSM-Scheme version 0.3.0

Cette version prend en charge Unicode. Représentation interne des cordes et des identifiants est l'UTF-8. En conséquence, il accepte les programmes de régime qui sont écrits dans n'importe quel jeu de caractères d'encodage, si elles sont convertibles en Unicde (presque n'importe quel encodage). Moteur d'expressions régulières (basé sur celui de Henry Spencer) a été améliorée pour le support Unicode.
Tags: Major feature enhancements
This release supports Unicode. Internal
representation of strings and identifiers is
encoded by UTF-8. Consequently, it accepts Scheme
programs that are written in any character-set
encoding, if they are convertible to Unicde
(almost any encoding). Regular expression engine
(based on that of Henry Spencer) has been enhanced
to support Unicode.

2001-01-30 15:13
0.1.0

Version initiale.
Initial release.

Project Resources