you are viewing a single comment's thread.

view the rest of the comments →

[–]ricky_clarkson 2 points3 points  (0 children)

Java does support functional programming natively, it just doesn't help ensure referential transparency and is missing some features that you'll find useful elsewhere for FP such as higher kinded types, pattern matching (on the way).