Scalaz: An Introduction to Scala's Library(stackmob.com)
stackmob.com
Scalaz: An Introduction to Scala's Library
http://www.stackmob.com/2011/11/why-stackmob-uses-scalaz-with-scala/
4 comments
Thank you for posting that link.
Orignal article's title is better. Scalaz is a library for Scala, not "Scala's Library". There's some good stuff in there but it's a completely optional third-party library.
relevant exercises from one of scalaz' authors
http://blog.tmorris.net/lifting-haskell-addendum/
http://blog.tmorris.net/lifting/
and the applicative functor and following chapters in Learn you a Haskell (it wasn't real easy to navigate scaladocs, source, etc. Some folks used to just hoogle and then look for the same-named scalaz method
http://groups.google.com/group/scala-user/browse_frm/thread/...
and the scalac switches -explaintypes, -Ytyper-debug are kinda helpful.
http://blog.tmorris.net/lifting-haskell-addendum/
http://blog.tmorris.net/lifting/
and the applicative functor and following chapters in Learn you a Haskell (it wasn't real easy to navigate scaladocs, source, etc. Some folks used to just hoogle and then look for the same-named scalaz method
http://groups.google.com/group/scala-user/browse_frm/thread/...
and the scalac switches -explaintypes, -Ytyper-debug are kinda helpful.
If you've just come to read the comments, be aware that this article is extracted from a more detailed work-in-progress https://github.com/jrwest/learn_you_a_scalaz If you have a serious interest in Scalaz you'll be better off reading that.