Francisco Gutierrezfreefrancisco.hashnode.dev·Aug 9, 2024Function Composition and Currying In PythonComposition and currying are features of functional programming languages that can be very convenient in some situations. Haskell supports composition and currying directly, so as a spoiled Haskeller, I don't want to do without those luxuries when I ...Discuss·782 readsPython
Riki Phukonrikiphukon.hashnode.dev·Jan 3, 2024wtf is a MONAD?!A monad in X is a monoid in the category of endofunctors of X. I came across the term MONAD in a meme and when I googled. The above sentence was what I got. Not very helpful when you’re trying to learn about monads in functional programming isn’t it...DiscussTypeScript