Re: Dumb reflection problem - create object from String

require ‘facet/kernel/constant’

myExampleClassInstance = constant(‘MyExampleClass’).new

T.