- By Christian Panadero Martinez
- ·
- Posted 18 Jan 2018
Functions
In the previous posts, we took a look at how functions are the core pieces in functional programming languages. We talked about pure functions, referential transparency, side effects and recursion in the previous posts. In this post, we are going to explore some properties of...