Hi, Thanks again for your support! I think more work is needed to sort out compilation vs. interpretation in a notebook-like environment, which is what we are building. But using the implementation of that Groovy console interpreterMode as inspiration, we've made it work with 'defs' being visible globally. FYI: http://kobrix.blogspot.com/2017/05/seco-080-release.html Regards On Wed, May 24, 2017 at 8:36 AM, Jochen Theodorou wrote: > > > On 24.05.2017 09:45, Jochen Theodorou wrote: > [...] >> >> ah, thanks for the clarification... I thought we had changed that >> already in the past. Seems my memory was not correct here. Extracting >> the variables of the topmost scope is not the most difficult thing to do >> I will bring this to the dev list > > > > looks like my memory was not completely wrong and Guillaume did remember: > >> >> groovy:000> :set interpreterMode true >> >> groovy:000> def a = 1 >> >> ===> 1 >> >> groovy:000> println a >> >> 1 > > > > bye Jochen >