21 Mar 2012 14:25
Xtend 2.3 beta
Hi all, Xtend 2.3 beta is now available. See my blog post for more information: http://blog.efftinge.de/2012/03/xtend-23-beta-version-available.html Cheers, Sven
Hi all, Xtend 2.3 beta is now available. See my blog post for more information: http://blog.efftinge.de/2012/03/xtend-23-beta-version-available.html Cheers, Sven
Do I need to use Juno to build it? I've had trouble using Indigo to build it in the past, because of some dependency problems. I think I need to be able to build it to add in the closure extensions I'm using -- unless you guys have folded those in :).
Hi all,
Xtend 2.3 beta is now available.
See my blog post for more information:
http://blog.efftinge.de/2012/03/xtend-23-beta-version-available.html
Cheers,
Sven
Great going, developers!
Not to steal the limelight from your efforts, but I would like to suggest that (if possible), giving higher priority to language changes might be better than tooling changes at this stage.
In any case, good show!
Xtend 2.3 beta is now available.
See my blog post for more information:
http://blog.efftinge.de/2012/03/xtend-23-beta-version-available.html
Great going, developers!
Not to steal the limelight from your efforts, but I would like to suggest that (if possible), giving higher priority to language changes might be better than tooling changes at this stage.
In any case, good show!On Wed, Mar 21, 2012 at 6:55 PM, Sven Efftinge <sven.efftinge-vKTaeuyewxCzQB+pC5nmwQ@public.gmane.org> wrote:Xtend 2.3 beta is now available.
See my blog post for more information:
http://blog.efftinge.de/2012/03/xtend-23-beta-version-available.html
--
Harshad RJ
http://lavadip.com
Which language improvements would you like to see?
On Thu, Mar 22, 2012 at 1:11 AM, Sven Efftinge <sven.efftinge-vKTaeuyewxCzQB+pC5nmwQ@public.gmane.org> wrote:Which language improvements would you like to see?
From the top of my mind:
- Support for decimal literals
Yep, that's something we want to do very soon.
- Type inference for fields
What's the motivation?
- Traditional for loops
- Something similar to case class from Scala
- Tuples
On Mar 21, 2012, at 3:51 PM, Harshad RJ wrote:
- Support for decimal literals
That's included in the beta.
What's the motivation?
- Traditional for loops
I always use the range operator when i need an index.for (x : 0..list.size) {val ele = list.get(x)}
- Something similar to case class from Scala
We are going to experiment with a more general support for annotation processing, with which such things can easily be done (and even customized to your needs).
- Tuples
You mean tuple types, as a short cut forPair<String, Boolean> and Triple<Foo,Bar,Baz> ?Not sure if that's worth it. Any examples where the currently available support isn't sufficient?
"'it' and 'this' are not allowed as member names" is this new in the beta? On Wed, Mar 21, 2012 at 7:25 AM, Sven Efftinge <sven.efftinge@...> wrote: > Hi all, > > Xtend 2.3 beta is now available. > See my blog post for more information: > > http://blog.efftinge.de/2012/03/xtend-23-beta-version-available.html > > Cheers, > Sven
RSS Feed