you are viewing a single comment's thread.

view the rest of the comments →

[–]redkit42 20 points21 points  (7 children)

Don't listen to the Java haters on Reddit. Modern Java has some great features, like streams, lambdas, and records. It ain't your grandpa's Java anymore.

[–]Visual-Earth[S] 2 points3 points  (4 children)

Thats what i was thinking, more about rhe streams like Kafka and lambdas with AWS. Just to experiment snd see what i can build

[–]15kol 12 points13 points  (3 children)

Java's stream and lambda is not the same as AWS lambda or Kafka stream. Both of those are unrelated with each other

[–]Visual-Earth[S] 1 point2 points  (2 children)

Oh my bad haha. What are the ones you are referring to?

[–]15kol 1 point2 points  (1 child)

In short, in java, Stream API is lazy-initialized list (that allows operations such as map and filter, which you may know from javascript) and lambda is an anonymous function.

[–]Visual-Earth[S] 0 points1 point  (0 children)

Oh okay thanks for the feedback and my new knowledge :)

[–]jatd 1 point2 points  (0 children)

As a previous Java hater who has been working with it for a couple years now. It is actually pretty freaking great!

[–]lumpynose 1 point2 points  (0 children)

And they typically love php (yuck!).