NQP::Eval

Enables EVAL :lang<nqp>

NQP::Eval

Enables EVAL :lang<nqp>

    use NQP::Eval;
    EVAL :lang<nqp>, 'my int $i := 42; say($i)';

Know Issues

Using EVAL at compile-time (ie inside a BEGIN block) breaks precompilation. This is not specific to evaluating NQP, but a general Rakudo issue.

Bugs and Development

Development happens at GitHub. If you found a bug or have a feature request, use the issue tracker over there.

Copyright and License

Copyright (C) 2015 by [email protected]

Distributed under the Boost Software License, Version 1.0

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.