fp

Functional programming can appear quite daunting to a new developer, and rightly so. It’s not a simple concept and my aim in this post is to try and break it down into manageable chunks (my answer to anything complex).

Key concepts that I aim to cover include:

Higher-order functions
Recursion
• No side-effects
Immutability
• Currying and partial application
Pattern Matching

Leave a comment