Expert Overview
Things I'm Doing
Talks I've Given
More information soon....
 
Talks I've Given
-
2
Scala Async: A New Way to Simplify Asynchronous Code
Featuring Philipp Haller and Jason Zaugg
Scala Async makes it possible to “suspend” at arbitrary points in a block of regular Scala code, and to “resume” from that point later— all without blocking. This not only makes it possible to make concurrent code look sequential, it makes it possible to actually use even the most unfamiliar...
scala-2.10 -
Functional Programming with Scalaz
Featuring Jason Zaugg
Scalaz is a library to support functional programming in Scala. In this talk, you'll learn: what do we mean by Functional Programming?; how does Scala help (or hinder) the Functional Programmer?; what is "Ad-hoc polymorphism" (and how you could have invented it yourself); whirlwind...
functional-programming scala scalaz