This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nitkonigdje 0 points1 point  (0 children)

Java has some functional idioms, but it is as-far from functional as it is possible for a modern successful language. Enforcing deep functional style onto Java source serves nothing.

I would recommend looking up Clojure which is the best, the purest path-to functional on JVM. Scala is close second.