mkobit
06/10/2016, 2:26 PMGroovyShell
-esque classes for loading in additional code? i’m thinking about how I would approach running a consumer’s provided Kotlin script (that has to a few parameters, similar to Binding
in groovy) to provide type-safe configuration of some objects. would I be able to dynamically load this, or would I have to make use of an embedded kotlin compiler (or something like that)?