Appendix C. Where to go from here

You’ve now had some experience writing functional programs in Java. The extent to which you apply what you’ve learned to everyday Java programming is up to you. Aiming to be 100% functional is probably too much for many Java programmers. Using fully functional I/O, for example, is probably not something that every reader will want to do in their production code. But if you want to adopt the functional programming paradigm for professional projects, you have choices to make.

C.1. Choosing a new language

The first choice is the language you’ll use. Often, choosing a different (more functional-friendly) language isn’t an option. But sometimes it is. We’ve only scratched the surface of the subject, and with the ...

Get Functional Programming in Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.