NAME
Language::MzScheme - Perl bindings to PLT MzScheme
VERSION
This document describes version 0.05 of Language::MzScheme, released June 13, 2004.
SYNOPSIS
use Language::MzScheme;
my $env = Language::MzScheme->new;
my $obj = $env->eval('(+ 1 2)');
# See t/*.t in the source distribution for more!
DESCRIPTION
This module provides Perl bindings to PLT's MzScheme language.
The documentation is sorely lacking at this moment. For an overview of supported features, please consult t/*.t in the source distribution.
SEE ALSO
Inline::MzScheme, http://plt-scheme.org/software/mzscheme/
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.