What I'd really appreciate (as one of those people who's read LYAH and is struggling to get going with real code) is a Haskell equivalent of Effective Java or Effective C++.
Not sure if it's relevant, and unfortunately it's a bit outdated, but have you seen Real World Haskell? Also related is Beginning Haskell – A Project Based Approach.
Comments
What I'd really appreciate (as one of those people who's read LYAH and is struggling to get going with real code) is a Haskell equivalent of Effective Java or Effective C++.
Not sure if it's relevant, and unfortunately it's a bit outdated, but have you seen Real World Haskell? Also related is Beginning Haskell – A Project Based Approach.
Real World Haskell is obsolete and is about libraries, not the language.
The "Effective" stuff is language-level lessons like:
* http://dev.stephendiehl.com/hask/
* https://twitter.com/haskelltips (someone should organize the archive)
* http://www.slideshare.net/tibbe/highperformance-haskell