Runtime evaluation: Difference between revisions

Content added Content deleted
Line 733: Line 733:
=={{header|Racket}}==
=={{header|Racket}}==


Racket has the usual <tt>eval</tt> that is demonstrated [[http://rosettacode.org/wiki/Runtime_evaluation/In_an_environment#Racket here]], and in addition, it has a sandbox environment that provides a safe evaluator that is restricted from accessing files, network, etc.
Racket has the usual <tt>eval</tt> that is demonstrated [[Runtime_evaluation/In_an_environment#Racket|here]], and in addition, it has a sandbox environment that provides a safe evaluator that is restricted from accessing files, network, etc.


<lang Racket>
<lang Racket>