1

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.

ThePiercingPrince
  • 1,873
  • 13
  • 21

1 Answers1

1

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

wmeyer
  • 3,426
  • 1
  • 18
  • 26