Guillaume is a second-year PhD student at Remote and IRIF (Institut de Recherche en Informatique Fondamentale) in Paris, with a scholarship from José Valim’s Dashbit. He has an MSc in Theoretical Computer Science from ENS de Lyon, where he developed a passion for functional programming. Guillaume has published two papers in programming languages, focusing on type inference and the practical implementation of gradual-typing systems. These can be found in his Google Scholar profile.
Guillaume likes finding novel ways to improve the programming experience, by bringing theory into practice.
I propose a talk on my PhD research on introducing a type system to Elixir. This talk will focus on set-theoretic types, and how they are uniquely suited to represent Elixir programs. I will discuss the potential benefits of a type system designed for Elixir, such as detecting common bugs and providing direct feedback on code quality.
In addition to exploring the use of types to describe and enforce function interfaces, I will provide examples of new syntax for types that could be added to the language. I will delve into the concept of gradual typing, and its ability to mix typed and untyped code, as well as ease the optional transition of existing codebases towards types.
I will share my perspective on the project, the challenges we have faced in collaboration with Giuseppe Castagna and José Valim, and the current state of the work.
Talk objectives:
Target audience: