Unsubscribe

2018-03-27 Thread OmniTrade
On Tue, Mar 20, 2018, 5:15 PM MG, wrote: > With regards to the Groovy 3.0 Release Notes > (http://groovy-lang.org/releasenotes/groovy-3.0.html) "Nested code > blocks" section: > What about in addition supporting two reserved keywords, "block" and > "eval", as follows: > >

Unsubscribe

2018-03-27 Thread OmniTrade
On Sat, Mar 10, 2018, 9:50 AM MG, wrote: > Hi Groovy enthusiasts !-) > > after having thought about the topic of "putting some money where your > mouth is and help fund Groovy development" some more, and taking into > consideration what people have suggested, I have created a

Re: Advanced binding of methods by name in a template via the binding map

2017-02-14 Thread OmniTrade
make.setResolveStrategy(resolveStrategy); String result = make.toString(); On Mon, Feb 13, 2017 at 3:14 AM, Alessio Stalla <alessiosta...@gmail.com> wrote: > I answered: http://stackoverflow.com/a/42202684/296025 > But that won't solve your problem, I'm afraid. > &g

Advanced binding of methods by name in a template via the binding map

2017-02-12 Thread OmniTrade
Hi All, I won't bore you with the gritty details here since they are already well described on StackOverflow. It seems that few people have the chops to tackle this question. It sounds solvable and maybe some of the pros here can attempt it. http://stackoverflow.com/questions/41196600/how-do-i-