Comment on Living Inside Your Own Black BoxComments−delluminatus16yI tried doing this when learning Haskell, to minimize any connection to monads. For whatever reason, 'twasn't easy.Then I tried it with Clojure, even though I don't have to, and it seemed a lot simpler. Just pass a map around with all the data in it, or whatever.
Comments
I tried doing this when learning Haskell, to minimize any connection to monads. For whatever reason, 'twasn't easy.
Then I tried it with Clojure, even though I don't have to, and it seemed a lot simpler. Just pass a map around with all the data in it, or whatever.