Buch, Englisch, 146 Seiten, Format (B × H): 140 mm x 216 mm, Gewicht: 196 g
Reihe: Quick Programming
Buch, Englisch, 146 Seiten, Format (B × H): 140 mm x 216 mm, Gewicht: 196 g
Reihe: Quick Programming
ISBN: 978-1-032-41531-4
Verlag: Chapman and Hall/CRC
Why learn functional programming? Isn’t that some complicated ivory-tower technique used only in obscure languages like Haskell?
In fact, functional programming is actually very simple. It’s also very powerful, as Haskell demonstrates by throwing away all the conventional programming tools and using only functional programming features. But it doesn’t have to be done that way.
Functional programming is a power tool that you can use in addition to all your usual tools, to whatever extent your current mainstream language supports it. Most languages have at least basic support.
In this book we use Python and Java and, as a bonus, Scala. If you prefer another language, there will be minor differences in syntax, but the concepts are the same.
Give functional programming a try. You may be surprised how much a single power tool can help you in your day-to-day programming.
Zielgruppe
Professional Practice & Development, Professional Training, and Undergraduate Core
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmierung: Methoden und Allgemeines
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Spiele-Programmierung, Rendering, Animation
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
Weitere Infos & Material
1. What Is Functional Programming? 2. Methods and Functions 3. Higher-Order Functions 4. Functional Interfaces in Java 5. If Expressions 6. Comprehensions 7. Closures 8. Currying 9. Function Composition 10. Optional Values 11. Lists 12. Streams 13. Important Functions 14. Pipelines 15. Summary and Final Examples. Afterword. Index.