Small build problems on Java 10 / Mac OS 10.9.2 / Gradle 5.6.2

2019-09-28 Thread Angelo Schneider
Hello everyone, I like to experiment with adding smalltalk like method calls to groovy (as a pet project, not as a contribution as I guess no one wants it). Any hint where to start (compiler classes etc.) would be helpful. Thank you Angelo

Re: Small build problems on Java 10 / Mac OS 10.9.2 / Gradle 5.6.2

2019-09-28 Thread Angelo Schneider
14:26 schrieb Paul King : > Groovy already has some similarities with Smalltalk. What particularly did > you have in mind? > > On Sat, Sep 28, 2019 at 9:29 PM Angelo Schneider > wrote: > Hello everyone, > > I like to experiment with adding smalltalk like method calls t

Starting point

2019-10-10 Thread Angelo Schneider
Hi everyone, I cloned a git repository from github (https://github.com/apache/groovy) however I have build problems (especially creating doc does not work, sometimes the antlr step, creating java sources is not running etc.) Then I found on apache.org https://git-wip-us.apache.org/repos/asf?p=gr

Re: STC: strictness of number and string type checking

2019-11-23 Thread Angelo Schneider
y … it is early in the morning here and I have jet lag … so not really sure what is consistent at the moment :P Regards, Angelo privat: www.oomentor.de -- Angelo Schneider OOAD/UML Patterns/FrameWor

Re: Groovy multiplication

2019-12-09 Thread Angelo Schneider
Would that not be handled by BigInteger? I assumed integer literals are treated as BigInter just like float/double literals are treated as BigDecimals. Greetings Angelo Am 09.12.2019 um 00:51 schrieb Edmond Kemokai : > I'd read up on the MAX_VALUE doc but didn't see any mention of this > beha

Re: About the performance of indy

2020-01-08 Thread Angelo Schneider
mistaken. Best Regards privat: www.oomentor.de -- Angelo Schneider OOAD/UML angelo.schnei...@oomentor.de Putlitzstr. 24 Patterns/FrameWorks 76137 Karlsruhe C++/JAVAMob: +49 172 9873893 Am

Re: () call-type syntax for functional interfaces?

2021-04-29 Thread Angelo Schneider
Is that not already covered by the call() - method? I mean the option to declare a method called `Object call(args)´ Best Regards Angelo --- Angelo Schneider angelo.schnei...@oomentor.de +49 172 9873893 > Am 29.04.2021 um 02:47 schrieb Christopher Smith : > > It would be convenient t