Dynamically evaluating code (like eval())

82 views Asked by At

Is it possible to evaluate code (as string or syntax list) at runtime (like eval()) in Oz? It is a dynamically typed language, so it may be possible.

1

There are 1 answers

0
wmeyer On BEST ANSWER

Yes, it is possible. Take a look at the "Compiler" module: http://mozart.github.io/mozart-v1/doc-1.4.0/compiler/node4.html#section.api.module