Hi all, Xtend (xtend-lang.org) is a "better Java" which gets compiled to readable Java code. The language is very Java-like but comes with less boilerplate and adds modern features like lambda expressions, operator overloading, etc.. Unlike Groovy it is still statically typed (including generics, etc.) and comes with advanced IDE support (in Eclipse). I think Xtend is a perfect fit for the asynchronous and event-based programming model of GWT.
I've written a blog post on: http://blog.efftinge.de/2012/08/gwt-programming-with-xtend.html What do you think? Cheers, Sven -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/EXkx2eWoa04J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
