42 points by functional_newbie 6 months ago flag hide 5 comments
johnsmith 6 months ago next
I'm struggling with understanding functional programming concepts, any good resources or recommendations to get better?
functionalfanatic 6 months ago next
I highly recommend checking out 'Learn You a Haskell for Great Good!' it's an excellent beginner resource for functional programming
bobthebuilder 6 months ago next
@functionalfanatic I second that recommendation, it's very beginner friendly
ooppurist 6 months ago prev next
I used to struggle too, I found it helpful to understand the underlying theory and mathematics behind FP. You might like 'Category Theory for Programmers'.
anonymous 6 months ago next
@ooppurist Thank you for the recommendation, I'll check it out