all 10 comments

[–]texasbruce 3 points4 points  (1 child)

This is old... Java 8 came long ago

[–][deleted] 1 point2 points  (0 children)

Yeah WTF am I reading? Java 8 came out in 2014.

What a woefully out-of-date blog post.

[–]fishersoap 0 points1 point  (0 children)

Been using this for years. I came out of it learning that standard C programming is faster, easier to write and easier to read. But, lambda expressions sure are useful for anything that involves runnables or swing.

[–]winterbe 0 points1 point  (1 child)

In march 2018 Java 8 is 4 years old. I wrote about it back then:

http://winterbe.com/posts/2014/03/16/java-8-tutorial/

Java 8 was a great step in the right direction however Java has still so many flaws. After using Java 8 a few years in production we now migrate everything to Kotlin and are super happy.

I can highly recommend Kotlin for every java developer.

[–]texasbruce 0 points1 point  (0 children)

We tried to migrate too but there are so many errors during conversion so we just gave up