Functional Programming for Beginners: Pure Functions Explained

Why is it that pure functions can’t use mutable states in most cases, and how do you fight mutability by working with immutable values? Check it out in this live coding session by Michal Plachta, the author of Grokking Functional Programming. Watch the full video at: 📚📚📚 Grokking Functional Programming | To save 40% off this book use discount code: watchplachta40 📚📚📚 About the book: Grokking Functional Programming“ is a practical book written especially for object-oriented programmers. It will help you map familiar ideas like objects and composition to FP concepts such as programming with immutable data and higher-order functions. You will learn how to write concurrent programs, how to handle errors, and how to design your solutions with modularity and readability in mind. In the end, you’ll be ready to pick a functional language and start writing useful and maintainable software.
Back to Top