Skip to content

Details

Let's explore one of Scala's superior features for writing easily extendible libraries: ad-hoc polymorphism or type-classes

• 17.30 Light food and mingle

• 18.00 Welcome, Enno

• 18.05 A code-along introduction to type-classes, Enno

• ca 19.30 Move over to a pub near-by

Type classes are an important combination of several Scala language features: traits, generics aka parametric polymorphism, implicits, scopes, annotations - which can be received scary even without combining.

The Scala standard library and most third-party libraries make extensive use of this interesting mix, so it’s a good idea to try it out ourselfs.

Bring your own laptop

Related topics

You may also like