Introducing Functional Programming with Underscore.js
Michael Fogus

#JavaScript
#Underscore.js
#Flow-Based
How can you overcome JavaScript language oddities and unsafe features? With this book, you’ll learn how to create code that’s beautiful, safe, and simple to understand and test by using JavaScript’s functional programming support. Author Michael Fogus shows you how to apply functional-style concepts with Underscore.js, a JavaScript library that facilitates functional programming techniques. Sample code is available on GitHub at https://github.com/funjs/book-source.
Fogus helps you think in a functional way to help you minimize complexity in the programs you build. If you’re a JavaScript programmer hoping to learn functional programming techniques, or a functional programmer looking to learn JavaScript, this book is the ideal introduction.
Table of Contents
Chapter 1. Introducing Functional JavaScript
Chapter 2. First-Class Functions and Applicative Programming
Chapter 3. Variable Scope and Closures
Chapter 4. Higher-Order Functions
Chapter 5. Function-Building Functions
Chapter 6. Recursion
Chapter 7. Purity, Immutability, and Policies for Change
Chapter 8. Flow-Based Programming
Chapter 9. Programming Without Class
Appendix A. Functional JavaScript in the Wild
Appendix B. Annotated Bibliography
Michael Fogus is software developer with experience in distributed simulation, machine vision, and expert systems construction. He's actively involved in the Clojure and Scala communities.









