Should I Learn Java in 2018
161–165 of 165 posts
Re: Should I Learn Java in 2018
#162Re: Should I Learn Java in 2018
#163Re: Should I Learn Java in 2018
#164Earlier 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…
Re: Should I Learn Java in 2018
#165IMO 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.
Fibers, pattern matching, continuations, value types, low latency garbage collector …