Re: About the indy implementation

2019-12-29 Thread Daniel.Sun
Hi Jochen, Thanks for your sharing the history of implementing indy for Groovy :-) I am trying to understand how Groovy supports indy, and I want to implement PIC after I understand the rationale. As you know, it is very important for the performance. As for setting propery in indy, I w

Re: About the indy implementation

2019-12-28 Thread Jochen Theodorou
On 28.12.19 19:25, Daniel.Sun wrote: Hi all, As Groovy 4 will focus on indy and eliminate the old call sites, I am trying to walk through the implementation of indy... Could you tell me why setting property is not supported in indy? It is in TODO list, or not supported on purpose