Hacker News new | ask | show | jobs
by VMG 4620 days ago
Just to counter-signal the general negativity bias of internet comments on anything popular:

I liked Learn You A Haskell a lot.

1 comments

Yup, I didn't mean to open a negativity fest. It's a double edged sword with the shallow examples (e.g. calculating BMI). LYAH does a very good job of explaining every single detail in those lines of code, I've never left an example confused but at the same time the simplicity keeps you from having questions you want to explore.

I don't think this is a bad thing. In any mathematics class I ever excelled in I spent a lot of time mindlessly executing the mechanics and knowing the names and pieces that were relevant, once I knew all that it became very easy to see the interpretations and the applications.

I think I'll finish LYAH before doing one of these more application oriented tutorials.

To ameliorate my point; I use LYAH as a reference piece a lot. It's well written and is a really takes time over many subjects. I mostly wanted to make (badly!) a point that there are resources out there that will push experienced and non-experienced alike. And they don't need to be in the language you're looking to learn right now.

Either way - I hope to give Write Yourself a Scheme... a go sometime soon. Looks good.