Tech
The interesting properties of pure functions
What is a pure function, why is it interesting and how do we use them at Indy?
Lire l'article →
2 articles publiés
What is a pure function, why is it interesting and how do we use them at Indy?
Let’s use recursion to sum the elements of an array and understand how to optimize it with tail call optimization.