I'm currently training myself in 2 different languages:Javascript and Python Here are the exercises I have completed so far. Javascript Multiply: The code does not execute properly. Try to figure out why. Binary addiction: Implement a function that adds two numbers together and returns their su...
If you’re not familiar with Haskell’sdonotation or perhaps only used to it in the context of theIOmonad, note that here I’m using it with the list monad where it means, basically, for each item in the list returned by the expression on the right of a<-, bind the variables in t...