Runtime evaluation: Difference between revisions

Content added Content deleted
(Added Julia language)
m (→‎{{header|Perl 6}}: fix markup)
Line 1,110: Line 1,110:
=={{header|Perl 6}}==
=={{header|Perl 6}}==
Any syntactically valid sequence of statements may be run, and the snippet to be run can see its outer lexical scope at the point of the <tt>eval</tt>:
Any syntactically valid sequence of statements may be run, and the snippet to be run can see its outer lexical scope at the point of the <tt>eval</tt>:
<lang perl>use MONKEY-SEE-NO-EVAL;
<lang perl6>use MONKEY-SEE-NO-EVAL;


my ($a, $b) = (-5, 7);
my ($a, $b) = (-5, 7);