on March 2-3, 2016 at Hub's Cira Centre
The first Typelevel Summit was co-located with the Northeast Scala Symposium in Philadelphia, with one day of recorded talks and one day of unconference.
You can find photos from the summit here. Thanks to Brian Clapper and Alexy Khrabrov who also documented the event.
The Summits are open to all, not just current contributors to and users of the Typelevel projects, and we are especially keen to encourage participation from people who are new to them. Whilst many of the Typelevel projects use somewhat “advanced” Scala, they are a lot more approachable than many people think, and a major part of Typelevel’s mission is to make the ideas they embody much more widely accessible. If you’re interested in types and pure functional programming we’d love to see you here! Check our front page for upcoming events.
Time | Talk |
---|---|
8:30 |
Registration |
9:00 |
Opening Remarks |
9:10 |
Becoming a cat(s) person
Want to contribute to Cats? Let’s head over to the Cats Issues list and do some live coding! Along the way we will see how the codebase is organized, the various bits of automation provided, and how you can use our various channels to get feedback... More |
9:40 |
Break |
9:55 |
End to End and On The Level
This talk answers the burning question 'Can I build a complete web service using solely Typelevel libraries?' In Scala we are spoiled for choice for web frameworks, database layers, JSON libraries, and a thousand other essential tools for applicat... More |
10:35 |
Probabilistic Programming: What It Is and How It Works
Probabilistic programming is the other Big Thing to happen in machine learning alongside deep learning. It is also closely tied to functional programming. In this talk I will explain the goals of probabilistic programming and how we can implement ... More |
11:05 |
Break |
11:20 |
Introducing Typelevel Scala into an OO environment
Its difficult enough trying to introduce a new language into an established environment. This problem is compounded when the new language comes with a paradigm shift. This talk will detail one process which successfully introduced Functional Scala... More |
12:00 |
Efficient compiler passes using Cats, Monocle, and Shapeless
Centered around a new standalone recursion scheme library (Matryoshka), this talk shows how to take advantage of various Typelevel projects to write many conceptually-independent data transformations, but have them efficiently combined into a smal... More |
12:30 |
Lunch Break |
14:00 |
Keynote: Dependently-Typed Haskell
Is Haskell a dependently typed programming language? The Glasgow Haskell Compiler's many type-system features, such as Generalized Algebraic Datatypes (GADTs), datatype promotion, multiparameter type classes, type families, and more recent extensi... More |
15:00 |
Break |
15:20 |
Evaluation in Cats: the Good, the Bad, and the Lazy
A unique part of Cats' design is its Eval type. This type abstracts over evaluation strategies, and is the primary way to encode laziness in Cats APIs. It also includes a trampoline to allow safe, efficient implementations of algorithms that requi... More |
15:40 |
Easy, intuitive, direct-style syntax for Monad-comprehensions!
Easy, intuitive, direct-style syntax for monad comprehensions! Like Scala async or SBT .value, but generalized to any monad. Implemented, ready to be used and requiring only vanilla Scala 2.10/2.11 and blackbox macros. Future extensions could incl... More |
16:00 |
Scala Exercises
Scala Exercises is a web based community tool open sourced by 47 Degrees. It contains multiple koan and free form style exercises maintained by library authors and maintainers to help you master some of the most important tools in the Scala Ecosys... More |
16:15 |
Break |
16:30 |
From Simulacrum to Typeclassic
Simulacrum simplifies development of type class libraries. It is used in a number of open source libraries, including Cats. In this talk, we’ll tour the features of Simulacrum, and look at the forthcoming Typeclassic project, which merges Simulacr... More |
We’d like to thank all our sponsors who help to make the Summit happen:
Thanks to the generous private supporters (in alphabetic order): Steve Buzzard, Jeff Clites, Ryan Delucchi, Pedro Furlanetto, Rob Norris, Erik Osheim, Michael Pilquist, SlamData, Stewart Stewart, Frank S. Thomas, and the anonymous patrons.