Hacker News new | ask | show | jobs
by jhartikainen 4738 days ago
Interesting, as a web dev I agree that getting into Haskell can be a bit tricky due to exactly what you said... However, I feel that if you remove the Haskelly parts from Haskell it's no longer really what makes it so great. I think focus should rather be more on writing better guides (many of the existing ones are not very "hands on" so you can't get straight to doing what you want - web development - even though it's doable).

However, that being said, I look forward to seeing how this progresses and anything else you may have in store.

1 comments

As a beginner I got into Haskell for the basics - generics done right, ADTs, typeclasses, very nice syntax, crazy good list operations etc

My reaction to monads & transformers was: "I never asked for this."

I got used to them in a couple of weeks but I know multiple people personally who couldn't grasp them in months. I try to provide them with a toolkit to flex their muscles on and be productive with.