-
Notifications
You must be signed in to change notification settings - Fork 66
Should I first learn haskell adequately before using this library? #5
Description
Hi, I'm putting this question here because I couldn't find a way to message you on GitHub.
First, I just want to say this library feels amazing!
Then, I'm wondering if I should get a good understanding of haskell first before jumping in this library?
I tried to write a calculator parser using FTL. The code looked amazing but it took me forever to figure out how to do certain things using FTL. I realized that I don't actually understand the concepts such as applicative functor or monad. I've only heard of these terms from reading articles talking about haskell.
I would love to use this amazing library as much as possible, but it seems my lack of understanding of haskell is hindering my progress. Would learning haskell first be necessary to use this library effectively? Or, perhaps there're some good websites out there which introduce the fundamental concepts of functional languages?
Thanks,