Runtime evaluation: Difference between revisions

m
removed use of pronouns in the task preamble.
m (removed use of pronouns in the task preamble.)
m (removed use of pronouns in the task preamble.)
Line 2:
 
;Task:
Demonstrate youra language's ability for programs to execute code written in the language provided at runtime.
 
Show what kind of program fragments are permitted (e.g. expressions vs. statements), and how to get values in and out (e.g. environments, arguments, return values), if applicable what lexical/static environment the program is evaluated in, and what facilities for restricting (e.g. sandboxes, resource limits) or customizing (e.g. debugging facilities) the execution.