Hacker News new | ask | show | jobs
by john_reel 3572 days ago
As someone who isn’t familiar with functional programming at all or too familiar with Java, where do I start?
3 comments

Unless you have a strong reason to use Java, I'd stay far out of it in learning FP. Pick a language where FP model fits well into the language core (e.g., ocaml, Haskell; google for other options), not glommed on as an afterthought to a general purpose language.
Depends on your goals, Java isn't the best if your aim is to learn FP.