Open lucasconstantino opened 6 years ago
Related to #75
As you can see, I need to improve it, a lot :D Everybody said to me to start reading this book: Haskell Book - hmm look, I just found a free course: Haskell:udemy
What do you think? Is Haskell a good beginning?
Haskell is definitely a great way to learn the concepts, as this is a purely functional language. But I think it's important to try what you learn in terms of concepts on other mainstream languages, such as JavaScript or even PHP. They usually depend on helper libraries, so it's kind of more complicated.
@marcosvlehmkuhl any opinion on this?
The inverse way is true too, no? You can learn the concepts, and after that, to try to apply it on other mainstream languages, even because you need to know the concepts to try to apply it :D
This website is also great http://learnyouahaskell.com.
@MarcelLZ exaclty, I mean you may learn on Haskell, but shortly after you should apply on other languages ;)
Hmmm... I got it :D
I haven't found many examples of functional code in your project. Could you tell us how familiar are you with this programming paradigm? And can you point any pros and cons of using it?