Am 15.05.2018 um 08:42 schrieb Daniel.Sun:
Hi all, Java11 will introduce raw string[1], there is no similar thing in Groovy. In order to improve the compatibility with Java, I plan to add raw string to Groovy too. Since Groovy has supported try-with-resource introduced by Java7, I plan to support the enhanced version[2]. If you have objections, please let me know. Cheers, Daniel.Sun [1] https://issues.apache.org/jira/browse/GROOVY-8564 [2] https://issues.apache.org/jira/browse/GROOVY-8586
+1 on try-with-resource, 0 on the raw string... is the proposal now fixed? Can't say I like the proposal a lot and I think we really have a big problem with our strings... we have much too many ways to express them and I think we really have to slim down here.
bye Jochen