▲ | Asraelite 11 hours ago | |||||||||||||
https://tech.nextroll.com/blog/dev/2022/11/11/exploring-mona... The thing that always makes FP concepts click for me is seeing them explained in a language that isn't Haskell or similar. I don't know why people are so obsessed with using Haskell for tutorials. Its syntax is a nightmare for newcomers and you can do FP in so many other languages. | ||||||||||||||
▲ | mrkeen 10 hours ago | parent [-] | |||||||||||||
For instance, C#:
compared to:
Guess which one I googled, and which one I typed from memory. | ||||||||||||||
|