Linkedin

TALKS

PhD in Informatics Seminar #1 2022/2023 | DI Ciências ULisboa

Title: FreeST: A functional programming language with context-free session types
Speaker: Bernardo Almeida, LASIGE/DI-FCUL
Date: November 16, 12h
Where: Room 6.3.27

Abstract: Communication plays a significant role in software systems. Therefore, it is essential to define protocols that account for the order and form of the messages exchanged between different system agents. Session types offer mechanisms to model these interactions. FreeST is a functional concurrent programming language where messages are exchanged on bidirectional channels governed by context-free session types. The first FreeST version (1.0) features a predicative polymorphic type system (also known as a prenex polymorphic system), which does not allow type variables to be instantiated with polymorphic types. In this seminar, we introduce FreeST 2.0, in which we lift the previous restriction and thus have an impredicative polymorphic type system. Furthermore, we highlight the major changes regarding FreeST’s first version.