Chapter 14. Dynamic code evaluation
Golo provides facilities for dynamically evaluating code from strings in the form of the
gololang.EvaluationEnvironment
class. It provides an API that is useful both when used from Golo
code, or when used from a polyglot JVM application that embeds Golo.