NAME
Language::MzScheme - Perl bindings to PLT MzScheme
VERSION
This document describes version 0.04 of Language::MzScheme, released June 11, 2004.
SYNOPSIS
use strict;
use Language::MzScheme;
my $env = Language::MzScheme->basic_env;
my $val = $env->eval('(+ 1 2)');
# See t/1-basic.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. Please consult t/1-basic.t in the source distribution, for a synopsis of supported features.
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.