Lambda Gears project (lgears) has joined to Jari OS, this project was founded by Stepan Zastupov to implement scheme compiler and virtual machine.
SchemeVM will be used as microkernel service to provide scheme applications and configuration interfaces running support. This will allow to create and provide secure interfaces to interact with operating system, also this means that in most cases we're can avoid huge amount of fork() and execve() calls.
We're planning to implement scheme library for interconnecting with other Jari microkernel services and API for writing modules for most of them.
You can checkout lambda gears via - git clone git://rep.jarios.org/lgears.git
Scheme applications might exchange C written utils and applications in future, and it can helps to provide clean and bug free environment for system.