Skip to content

Programming in Haskell solutions - how'd you know? #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bitwombat opened this issue May 28, 2023 · 1 comment
Open

Programming in Haskell solutions - how'd you know? #1

bitwombat opened this issue May 28, 2023 · 1 comment

Comments

@bitwombat
Copy link

bitwombat commented May 28, 2023

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

@w3ntao
Copy link
Owner

w3ntao commented May 30, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants