JSPL

 view release on metacpan or  search on metacpan

lib/JSPL/Runtime/CommonJS.pm  view on Meta::CPAN


JSPL::Runtime::CommonJS - A CommonJS-complaint Runtime

=head1 SYNOPSYS

    use JSPL;

    my $ctx->stock_context('commonJS');
    $ctx->eval(q| 
	var print = function() {
	    var stdout = require("system").stdout;
	    stdout.print.apply(stdout, arguments);
	}
    |);

=head1 DESCRIPTION

This JSPL Runtime plugin implements the emerging CommonJS standards APIs.

=head1 CONFORMACE



( run in 0.487 second using v1.01-cache-2.11-cpan-05444aca049 )