> Gesendet: Sonntag, 04. November 2018 um 01:43 Uhr
> Von: "Thibault Kruse"
> An: dev@groovy.apache.org
> Betreff: Re: About the enhanced version of `Properties`, i.e. `GProperties`
[...]
> If not, that would leave importing and interpolation, but as I said
> there is already an apache commons p
let us assume we add a setConfig method to GroovyScriptEngineImpl... how would you call it?
ScriptEngineManager factory = new ScriptEngineManager();
ScriptEngine engine = factory.getEngineByName("groovy");
GroovyScriptEngineImpl groovyEngine = (GroovyScriptEngineImpl) engine;
groovyEngine.setC
Hi Jochen,
Agreed.
To be frank, I wish I could use Guava in apache groovy project, but I
have never proposed to use it because of its big size ;)
Cheers,
Daniel.Sun
-
Daniel Sun
Apache Groovy committer
Blog: http://blog.sunlan.me
Twitter: @daniel_sun
--
Sent from: http://groo
Guillaume, draft info for the board report due next week. I haven't added
any download numbers.
cheers, Paul.
==
## Description:
Apache Groovy is a multi-faceted programming language for the Java platform.
Groovy is a powerful, optionally typed and dynamic language, with static-
typing