#functional-programming
Read more stories on Hashnode
Articles with this tag
Lo que haremos en esta ocasión será 'jugar' con este concepto de funtor aplicativo, específicamente lo vamos a usar para validar datos que un usuario...
We will 'play' with applicative functors. To be more specific we will use it to validate some user input that comes from a form. If you don't know...
¿Qué pasaría si pudiéramos extraer la idea detrás de operaciones como map y filter y aplicarlas a otro tipo de colecciones más allá de los arreglos?...
What if I told you we can extract the essence of list operations like map and filter and apply them in other kinds of collections beyond arrays? What...
Aprender sobre el paradigma funcional en la programación no es una tarea fácil, sobre todo si buscan material que contenga ejemplos prácticos de cómo...
Learning about functional programming is not an easy task, specially if you search for articles that have concrete examples of the concepts they try...