Comment on All computation is effectful (2009)parentComments−codygman11ythere is plenty of imperative stateful code written in Haskell.Yep. For instance here's a program that logs into paypal to check your balance in Haskell using screen scraping:https://github.com/codygman/hs-scrape-paypal-login/blob/mast...
Comments
Yep. For instance here's a program that logs into paypal to check your balance in Haskell using screen scraping:
https://github.com/codygman/hs-scrape-paypal-login/blob/mast...