NAME
Language::SIOD - Perl bindings to SIOD
VERSION
This document describes version 0.01 of Language::SIOD, released December 26, 2004.
SYNOPSIS
use Language::SIOD;
my $siod = Language::SIOD->new;
print $siod->eval('(+ 1 1)'); # 2
# See t/*.t in the source distribution for more!
DESCRIPTION
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.
SEE ALSO
http://www.cs.indiana.edu/scheme-repository/imp/siod.html
AUTHORS
Autrijus Tang <autrijus@autrijus.org>
COPYRIGHT
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.