Clase 3 - Blog Lenguajes de Programación
Clase 3 - Blog Lenguajes de Programación The Promises of Functional Programing First, I want to mention how hard is to wrap my mind around the idea of functional programming. Just as the article says the hardest part is not learning how it works if not to unlearn everything, we thought we knew about programming. So, this opinion piece is limited to my basic understanding of functional programming languages. The most important abstraction What I got from the article is that the true value of functional programming is the lack of variables. As useful as we feel variables are in other programming languages, I am convinced they also present several setbacks and limitations. Most of them being data integrity and parallel programming, which are hard to solve with conventional programming languages. Based on this I do think functional programming has a future and some valuable characteristics. I want to go deeper into what the author mentions as the valuable things of not having va...
Comentarios
Publicar un comentario