schemix - Summary
This group is not part of the GNU Project.
Schemix is a Scheme system, implemented as a patch to the Linux kernel. It aims to attain R5RS compliance while remaining small, fast and easy to understand.
The intended use of Schemix is for exploration of the Linux kernel and for rapid, interactive prototyping of Linux drivers and other new kernel features. To achieve this, Schemix will attempt to make a large subset of the kernel API available to Scheme programs. Interactivity is via a character device, /dev/schemix which presents a REPL (Read, Eval, Print Loop) to anyone having access to the device.
Registration Date: Fri 04 Apr 2003 04:33:28 PM UTC
License: GNU General Public License v2 or later
Development Status: 3 - Alpha
posted by quacker, Tue 22 Jul 2003 04:12:36 PM UTC
This is the release announcement for Schemix version 0.2.1.
New in this release:
- Parts of Schemix can now be written in Scheme.
- Schemix now includes most of R4RS.
- A much improved and simplified build system.
- Lots of bugfixes and code cleanups.
[...]
posted by quacker, Mon 23 Jun 2003 06:24:18 PM UTC
I am pleased to announce the release of Schemix version 0.2.0.
New in this release:
- Schemix has a concept of kernel name-spaces (allowing symbols of the
form module-name::symbol-name)
- It builds as a module, or as part of the kernel, on Linux versions
[...]
posted by quacker, Sun 27 Apr 2003 01:17:06 PM UTC
I am pleased to announce the release of Schemix version 2.4.20.
Schemix is a Scheme system, implemented as a patch to the Linux
[...]
- Browse open items
Submit a new item
- Browse open items
Submit a new item
Powered by Savane 3.14-f13d.
Corresponding source code