[5184] in linux-announce channel archive
Linux-Announce Digest #477
daemon@ATHENA.MIT.EDU (Digestifier)
Sat Oct 28 22:13:05 2006
From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date: Sat, 28 Oct 2006 22:13:02 EDT
Linux-Announce Digest #477, Volume #5 Sat, 28 Oct 2006 22:13:02 EDT
Contents:
STklos 0.80 - a Scheme compiler/interpreter (Erick Gallesio)
----------------------------------------------------------------------------
Date: Sat, 28 Oct 2006 16:51:22 -0500
From: Erick Gallesio <eg_@_unice_.fr>
Subject: STklos 0.80 - a Scheme compiler/interpreter
This is an announce for the 0.80 release of STklos.
STklos is a free Scheme System (nearly) conform to R5RS. The aim of this
implementation is to be fast as well as light. The implementation is
based on an ad-hoc Virtual Machine. STklos can also be compiled as a
library, so that one can easily embeds it in an application.
The salient points of STklos are:
* efficient and powerful object system based on CLOS providing
- Multiple Inheritance,
- Generic Functions,
- Multi-methods
- an efficient MOP (Meta Object Protocol)
* a simple to use module system
* implements the full tower of numbers defined in R5RS
* easy connection to the GTK+ toolkit
* Perl compatible regular expressions thanks to the PCRE package.
* tail recursive calls are properly implemented
Changes in this release:
This is a release with important changes to support
multi-threading. This version provides two kinds of threads:
synchronous LURC threads and asynchronous Posix threads (aka
pthreads). LURC threads are implemented using the LURC library, the
Light ULM/Reactive library for C developed at INRIA. LURC supports the
creation of synchronous cooperative threads, synchronizing and
communicating with each other using signals in a deterministic
scheduler (see http://www-sop.inria.fr/mimosa/Stephane.Epardaud/lurc
for details). Other changes:
* Better error messages
* Added the possibility to compile byte-codes to a C file.
* New optimizations
* More customizable REPL
* New primitives
o read-byte
o write-byte
o printf
o fprintf
o base64-{en|de}code
o current-second
* New implemented SRFI-18 (Multithreading support)
* Bug fixes
Homepage/Download: See http://www.stklos.net/
Enjoy
--
Erick Gallesio | tel: +33 (0)492965153
Université de Nice - Sophia Antipolis | fax: +33 (0)492965155
ESSI - I3S -- 930, Route des colles |mailto:eg--at--unice.fr
BP 145 - 06903 Sophia Antipolis CEDEX - FRANCE
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU
You can submit announcements to be moderated via:
Internet: linux-announce@NEWS.ORNL.GOV
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Announce Digest
******************************