| Language-MzScheme documentation | view source | Contained in the Language-MzScheme distribution. |
Language::MzScheme - Perl bindings to PLT MzScheme
This document describes version 0.09 of Language::MzScheme, released December 22, 2004.
use Language::MzScheme;
my $env = Language::MzScheme->new;
my $obj = $env->eval('(+ 1 2)');
# See t/*.t in the source distribution for more!
This module provides Perl bindings to PLT's MzScheme language.
For a proof-of-concept interpreter that can mix Perl and MzScheme code, see the mzperl utility bundled with this distribution.
The documentation is sorely lacking at this moment. For an overview of supported features, please consult t/*.t in the source distribution.
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.
| Language-MzScheme documentation | view source | Contained in the Language-MzScheme distribution. |