Mark-Jason Dominus wrote:
> 
> The perl 5 -> perl 6 translator should replace calls to 'eval' with
> calls to 'perl5_eval', which will recursively call the 5->6 translator
> to translate the eval'ed string into perl 6, and will then eval the
> result.

And that gives us a convenient name space for inlining other more or
less alien languages

        ML_eval<<END_ML_SECTION;

Reply via email to