The Parrot parser already has support for this at the grammar level but we
regard some of the current implementation details as experimental.

At the moment it is almost just an alias for "def" but discussions have
been around whether we can make the behavior closer to Java when used
within static Groovy code. We haven't defined exactly what this would mean
yet but roughly I suspect it could mean the same inferencing as now but
without flow typing.

Cheers, Paul.


On Fri, Mar 23, 2018 at 10:12 PM, Merlin Beedell <mbeed...@cryoserver.com>
wrote:

> I see that the newly release JDK 10 now supports the “var” declaration for
> local variables where the type can clearly be inferred from its initialiser:
>
>
>
> http://openjdk.java.net/jeps/286
>
>
>
> I note that Groovy’s “def” syntax (among others) was mentioned but
> rejected.
>
>
>
> Would Groovy move to support this syntax in the same way (support ‘var’
> only for Type Safe inferred declarations) or as a general alias to the
> “def” keyword?
>
>
>
> JDK 10 also has support for “docker” containers.  The ecosystem has
> certainly shifted!
>
>
>
> Merlin Beedell
>
>
>

Reply via email to