/introduction-to-type-level-programming-in-scala

This repo contains the Example Code and Slides (via revealjs) for a presentation i gave on Type Level Programming in Scala.

Primary LanguageJavaScriptOtherNOASSERTION

A gentle introduction to Type Level Programming in Scala

These are the slides and the example code for my talk at Stange Group Berlin.

Where can i find the example code?

You can find the different code examples from the talk under app/bool, app/peano and app/list.

How can i view the slides?

You need to have scala and sbt installed. Just execute sbt run in the project folder and open localhost:9000 in your browser.

Where can i learn more about Type Level Programming?