This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Development > chibi-scheme (0.7.1)

Chibi-Scheme is a very small library intended for use as an extension and
scripting language in C programs. In addition to support for lightweight
VM-based threads, each VM itself runs in an isolated heap allowing multiple VMs
to run simultaneously in different OS threads.

The default language is an extended subset of the current draft R7RS Scheme,
with support for all libraries.

The system is designed in optional layers, beginning with a VM based on a small
set of opcodes, a set of primitives implemented in C, a default language, a
module system implementation, and a set of standard modules. You can choose
whichever layer suits your needs best and customize the rest. Adding your own
primitives or wrappers around existing C libraries is easy with the C FFI.

Chibi is known to build and run on 32 and 64-bit Linux, FreeBSD, DragonFly, OS
X, iOS, Windows (under Cygwin) and Plan9.

Maintained by: Erik Falor
Keywords: scheme,functional,programming,embed,extend
ChangeLog: chibi-scheme

Homepage:
http://synthcode.com/scheme/

Source Downloads:
chibi-scheme-0.7.1.tgz (9625e9513363eab10bd2cb4ca71d1501)

Download SlackBuild:
chibi-scheme.tar.gz
chibi-scheme.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds