The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Language::MzScheme::Object - MzScheme value object

SYNOPSIS

    use Language::MzScheme;
    my $env = Language::MzScheme->new;
    my $obj = $env->lookup('cons');
    # ...

OVERLOADS

Following operators are overloaded for this class:

    bool "" 0+ ! &{} %{} @{} *{} ${} <>

METHODS

Under construction.

Converting into Perl values

    to_bool to_string to_number to_negate
    to_coderef to_hashref to_arrayref to_globref to_scalarref
    as_write as_display as_perl_data

List object methods

    car cdr cadr caar cddr caadr

Port object methods

    read write read-char write-char

Environment dispatchers

    eval apply lambda lookup
    perl_do perl_eval perl_require perl_use perl_no

Miscellanous Utilities

    env bless isa

SEE ALSO

Language::MzScheme, Language::MzScheme::Env

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.

See http://www.perl.com/perl/misc/Artistic.html