| Language-MzScheme documentation | view source | Contained in the Language-MzScheme distribution. |
Language::MzScheme::Object - MzScheme value object
use Language::MzScheme;
my $env = Language::MzScheme->new;
my $obj = $env->lookup('cons');
# ...
Following operators are overloaded for this class:
bool "" 0+ ! &{} %{} @{} *{} ${} <>
Under construction.
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
car cdr cadr caar cddr caadr
read write read-char write-char
eval apply lambda lookup
perl_do perl_eval perl_require perl_use perl_no
env bless isa
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. |