What Future Java Might Look Like
blog.codefx.org
What Future Java Might Look Like
1–10 of 105 posts
Re: What Future Java Might Look Like
#2Re: What Future Java Might Look Like
#3- Data objects https://projectlombok.org/features/Data.html That generate toString, getters, setters etc as required
- Val for local variables https://projectlombok.org/features/val.html I don't start a new project without it.
And if you really want stripe down java checkout http://jpad.io/ a little program I made to make running java scripts/snippets extremely easy.
Re: What Future Java Might Look Like
#4still doesn't look bright imo
Re: What Future Java Might Look Like
#5Re: What Future Java Might Look Like
#6Re: What Future Java Might Look Like
#7Re: What Future Java Might Look Like
#8So... scala with some boilerplate?
Re: What Future Java Might Look Like
#9> Well… first of all, this is no tweet and second of all, > I wasn’t in that audience.
Oh well. So they agree it's sensationalist and I won't hold my breath for those things to appear in the near future. For a recent new release of our library at work we dropped compatibility for Java have value types that were turned into classes in Java again) to see whether we can do things now that would integrate cleanly into a new Java language version later without drastic API changes on our part. Alas, nothing was to be found except for the original 2014 proposal.
Another point is the upgraded switch statement with pattern matching. The next version of C# is currently trying to add this and the current form looks a lot different from the initial proposal. I expect reality to change a fair bit of how those features will end up in Java eventually.