programming-in-haskell
programming-in-haskell copied to clipboard
Programming in Haskell solutions - how'd you know?
Hi Wentao!
Thanks for putting your solutions to Programming in Haskell online.
It was many years ago that you went through that book! Do you use Haskell now? I see you have some Rust projects...
Also, did you figure out all the solutions yourself? This one in particular had me stumped. Do you remember how you figured it out?
https://github.com/w3ntao/programming-in-haskell/blob/master/Chapter-12/Exercise_12_5_7.hs#L12-L18
I've been studying Haskell on-and-off for a few years and usually have to look at the solutions for the tougher puzzles.
Cheers, Greg
Hi Greg,
Don't feel bad for not understanding Monad, which is a infamously difficult (and in most cases useless) topic. To be honest I can hardly understood those code I wrote years ago (perhaps I never understood!)
I've been studying Haskell on-and-off for a few years and usually have to look at the solutions for the tougher puzzles.
Yes, also true for me. Just go for StackOverflow, Reddit, talk to people when you are stuck.
Best, Wentao