Runtime evaluation: Difference between revisions

m
m (→‎{{header|Perl 6}}: sign error)
Line 512:
 
===Evaluation within limits===
{{works with|Tcl|8.5}}<br>
Even stronger protection of the master interpreter is available from Tcl 8.5 onwards through the setting of resource limits on the slaves. These allow the master to prevent the evaluated script from going berserk:
<lang tcl>set i [interp create]
Anonymous user