Live data from Hacker News

Should I Learn Java in 2018

e4developer.com

161–165 of 165 posts

Re: Should I Learn Java in 2018

#162

If you want a low stress good paid job, where you would be able to rush home at 5pm, then yes. If you are looking for excitement, learn $hype_of_the_year and join a startup, but be ready to learn $hype_of_the_next_year soon.

I'm in a startup using Java.

Java 10?

Re: Should I Learn Java in 2018

#164
post #90
post #19

Earlier quoted context omitted.

SBT is hellish though and the added complexity that Scala has imposes a lot of cognitive overhead. With Kotlin, you always end up writing cleaner Java and don't risk erring on the side of unneeded entanglement in the spaghetti monster that Scala can sometimes be.

> SBT is hellish though Agreed, ignore it, stick with Maven. > the added complexity that Scala has imposes a lot of cognitive overhead. That's just FUD and memes. Scala is more consistent than Java and much more consistent than Kotlin, which makes it much easier to concentrate on what your code is actually doing. (This is why you will see some very complicated functions and datatypes written in Scala - it's only real…

[deleted]

Re: Should I Learn Java in 2018

#165

IMO the enhancements of Java over the last few versions have been very well chosen. I can't think of another language which has improved so much, and with so little hassle to developers. streams, type inference, lambda expressions, an official REPL: big changes, which effectively targeted some of the biggest pain-points in earlier Java.

And more is coming:

Fibers, pattern matching, continuations, value types, low latency garbage collector …

Post reply on HN