Conversation
Notices
-
I want to learn #Haskell but every time I start, it feels so dense. I never get to where I can just start writing a quick script.
-
@taknamay It's pretty rough at the beginning, the way Haskell makes you think about expressing solutions to problems is fundamentally different than most other languages. I'm fairly comfortable with it and not sure I'd use it for "quick scripts" (though there are libraries specifically to promote that) but if you have questions or want to hack on something together let me know.
I have a toy implementation of a library to communicate with the bittorrent DHT that I use as a sandbox. If you're interested I could post it when the repo's a bit more presentable.-
@csaurus yeah I get that a quick script might not be a typical use, but it's easier for me to get a feel for the language
-
-
@taknamay Part of it too is that I think the Haskell community is still coming to grips with what effective pedagogy in Haskell looks like
-
@taknamay try reading Learn You A Haskell or Real World Haskell. It gives you excercises to work through.
-