Front page Screenshots Installation News FAQ Roadmap |
Schemix I haven't worked on Schemix since late 2003. It was a lot of fun, but these days a much better way to get some kind of Lisp into your OS kernel is Movitz 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 attempts to make a large subset of the kernel functionality 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. Schemix is based on a stripped-down and modified version of TinyScheme. Currently the system can be successfully compiled into a 2.4.x or 2.5.x kernel, which then reads and executes Scheme code from /dev/schemix. Any output is written to /dev/schemix. The current release of Schemix (0.2.1) can be downloaded from here. Schemix has a project page, and a mailing list, both of which are hosted on GNU's Savannah website. The following is a short example of a Schemix session (colour coded to make it easier to read):
$
cat /dev/schemix |