
Language::SIOD - Perl bindings to SIOD

This document describes version 0.01 of Language::SIOD, released December 26, 2004.

use Language::SIOD;
my $siod = Language::SIOD->new;
print $siod->eval('(+ 1 1)'); # 2
# See t/*.t in the source distribution for more!

This module provides Perl bindings to an embedded SIOD environment.
SIOD (Scheme in One Defun) is a small-footprint implementation of the Scheme programming language that is provided with some database, Unix programming and CGI scripting extensions.
The documentation is sorely lacking at this moment. For an overview of supported features, please consult t/*.t in the source distribution.

http://www.cs.indiana.edu/scheme-repository/imp/siod.html

Autrijus Tang <autrijus@autrijus.org>

Copyright 2004 by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.