Elk is an implementation of the Scheme programming language.
Version: 3.99.7Elk is an implementation of the Scheme programming language. In contrast to existing, stand-alone Scheme systems Elk has been designed specifically as an embeddable, reusable extension language subsystem for applications written in C or C++. Elk project is free software, and can be used, modified and distributed in almost any way.
License: DFSG approved
Operating System: Linux
Homepage: www.sekurity.com
Developed by:
Developers using Elk can deliver applications with different components written in different languages, such as an efficient core written in C or C++ and an extensible user interface layer implemented in Scheme. To help building hybrid application architectures, Elk supports a tightly-knit interworking of the C/C++ parts of applications with Scheme code.
Elk is also useful as a stand-alone Scheme implementation, in particular as a platform for rapid prototyping of X11-based Scheme programs.
What's New in This Release:
· The last known garbage collector integrity bug was fixed.