+ 12
Functional programming in Java
I need to learn functional programming in Java. Any advise? good reference? helpful web page?
9 Answers
+ 11
I too wish to learn codasan.com, so let's wait for the answers đ
+ 11
@Yerucham I have book on FP in Java by Subramaniam. But I want to make sure if it is good introduction to subject or I should read another book. So hopefully somebody knows more than me and shares her experience.
+ 11
Where I learnt functional programming in Java -
https://classroom.udacity.com/courses/ud282
+ 9
My plan is to reach to a state of good understanding of Java first. After that I might study other languages too.
+ 9
@Dev ah Udacity, always helpful
+ 8
https://www.developer.com/java/data/what-is-functional-programming-in-java.html
https://blog.jooq.org/2015/11/10/beware-of-functional-programming-in-java/
https://flyingbytes.github.io/programming/java8/functional/part1/2017/01/23/Java8-Part1.html
https://dzone.com/articles/functional-programming-java-8
https://www.ibm.com/developerworks/library/j-java8idioms1/index.html
https://www.manning.com/books/functional-programming-in-java
http://www.functionaljava.org/
https://jlordiales.me/2014/11/01/overview-java-8/
http://www.tothenew.com/blog/functional-programming-in-java8-using-lambda-expressions/
https://www.javaworld.com/article/2078610/java-concurrency/functional-programming--a-step-backward.html
https://www.javacodegeeks.com/2014/03/functional-programming-with-java-8-lambda-expressions-monads.html
https://media.pragprog.com/titles/vsjava8/hello.pdf
+ 1
I would suggest www.edx.org .
+ 1
For the people who are really interestrd, I would suggest Software Development Fundamentals course which is a Java course using Eclipse IDE and part of a Micr Masters course from University of Penn..
Happy CODING
0
How about Scala? It's a functional language running on the JVM.