Search Results

1
vote

How can I convince GroovyShell to maintain state over eval() calls?

I am not sure about what you mean about declared classes not existing between evals, the following two scripts work as expected when evaled one after another: class C {{println 'hi' …