Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture introduces the concept of type classes in Scala, which are generic traits with given instances for specific types. The instructor explains how to implement type classes, such as Ordering, and provides examples with Int, String, and Rational types. The lecture covers retroactive extension, conditional instances for lists, recursive implicit resolution, and extension methods. It concludes with a summary highlighting the advantages of type classes over class extension and their role in ad-hoc polymorphism.