Scala Typeclassopedia with John Kodumal of Atlassian



John Kodumal of Atassian will you give you a tour of some of the powerful type classes in Scala (like "monad", and "functor") in this talk from The SF Scala user group. Below is John's description of his talk:

Ad-hoc polymorphism, known most commonly as "type classes" (in Haskell originally, and Scala more recently) or "protocols" (in Clojure), enables us to write highly generic, modular and reusable code. We can easily invent our own type classes as we see fit, but it turns out that several common type classes -- many of which represent mathematical concepts such as "monad" and "functor" -- capture some very useful patterns for software architecture, and end up appearing frequently in many popular libraries. The "Typeclassopedia" will give us a whirlwind tour of these type classes, their operations and how they're used in real-world, production code.

Want to Learn More about Scala Development?

Check out our training courses and other related Scala videos

Published May 31, 2012