invesdwin / invesdwin-context

Module system for software product lines
GNU Lesser General Public License v3.0
6 stars 0 forks source link

implement scripting for groovy #12

Closed subes closed 2 years ago

subes commented 2 years ago

Here an example for how to retain imports between evaluations (though I don't think that we need that): https://github.com/scijava/scripting-groovy/blob/master/src/main/java/org/scijava/plugins/scripting/groovy/GroovyScriptLanguage.java

subes commented 2 years ago

done