mavilein / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

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

License:Other


Languages

Language:JavaScript 42.3%Language:CSS 40.1%Language:HTML 12.2%Language:Scala 5.4%