Skip to content

Second Func Prog Sweden MeetUp 2020 - Online

Photo of Magnus S
Hosted By
Magnus S. and 2 others
Second Func Prog Sweden MeetUp 2020 - Online

Details

Welcome to Func Prog Sweden number 2 - 2020!

This MeetUp will be held online, link below.

Join the online meeting at 15 and we will start the program at 15:15

  • Intro
  • Presentation 1 – Developing a Monadic Type Checker for an Object-Oriented Language by Kiko Fernandez Reyes

Abstract
In this talk, Kiki will show how to build a compiler for an object-oriented language, using the functional language Haskell. The focus of the talk is the implementation of the type checker, but this design works well for developing static analysis tools, such as tracking uniqueness of variables to ensure data-race freedom. We will start with a simple type checker that accepts as input an abstract syntax tree and returns as output either an error or a typed abstract syntax tree. We will add more useful features with minimal changes to the initial implementation. Among these changes, I will try to cover some of the following features, starting with simple ones and moving to more complex cases: how to add backtraces, how to access a global environment, throw multiple errors, throw warnings, and how to leverage Haskell to statically prevent the use of the
non-annotated abstract syntax tree where one expects it to be typed. All of these examples exercise mathematical concepts such as monoids, functors, applicatives, monads, monad transformers, and data kinds (lifting types to kinds). Join me on this functional adventure.

This work was accepted as an experience report at the International Conference on Software Language Engineering, and we have a great software artefact as a companion to the paper. The artefact is easy to follow even for those who do not have too much experience with Haskell, and it has intermediate sections that ease-out some of the details of using data-kinds.

Official: https://dl.acm.org/doi/10.1145/3357766.3359545
Preprint: https://www.plresearcher.com/files/sle19-preprint.pdf
Software Artifact: https://www.plresearcher.com/files/monadic-typechecker/README.html

Photo of Func Prog Sweden group
Func Prog Sweden
See more events
Online event
This event has passed