Video description
This video’s accompanying exercises and solutions can be found here.
Functional programming has become an integral part of every professional developer's toolkit. Designed for the basic user of Java, C++, Python, JavaScript, or any other popular programming language, this course explains the principles and methods underlying the functional approach. By the end of this course, you'll be able to think about problems from a functional point of view, making it possible for you to program with pure functions and transform procedural solutions to problems into functional solutions.
- Explore the principles and methods underlying the functional approach to programming
- Recognize the distinctions between functional, imperative, and procedural programming
- Learn to program with pure functions and how they benefit testing, debugging, and memoization
- Discover the three most important must-have functions: Filter, map, and fold
- Learn about higher-order functions, lists, recursion, and monads
- Master the ability to transform a procedural solution to a problem into a functional solution
Barry Burd is a professor of Computer Science and Mathematics at Drew University in New Jersey where he's been explaining programming concepts since 1980. He has a Ph.D. in Mathematics from the University of Illinois and is the author of nine software-centric "Dummies" books including Java For Dummies, Android Application Development All-in-One For Dummies, and more.
Product information
- Title: Introduction to Functional Programming
- Author(s):
- Release date: November 2016
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491962749
You might also like
book
Learning Functional Programming
Learn how to think and write code like a functional programmer. With this practical guide, software …
book
Grokking Functional Programming
There’s no need to fear going functional! This friendly, lively, and engaging guide is perfect for …
video
Object Oriented and Functional Programming
Object-Oriented Programming (OOP) has well established design principles, such as SOLID. For many developers, architecture and …
video
Functional Programming For Java LiveLessons
7+ Hours of Video Instruction Almost 8 hours teaching Java programmers how to design and create …