Analyse et conception de systèmes
Vendredi 17 décembre 2021, 10 heures 30, Salle 1007
Aliaume Lopez (LSV) Basic operational preorders for algebraic effects
Analyse et conception de systèmes
Vendredi 10 décembre 2021, 10 heures 30, Salle 1007
Pierre-Evariste Dagand (IRIF) [CANCELED] Commentary on “Formal Metatheory of Second-Order Abstract Syntax”
I propose (rather: Adrien has volunteered me) to show up with an Agda buffer and offer a live tour and commentary of the code.
Canceled: instead a PPS seminar will take place online, featuring Jérémy Ledent (University of Strathclyde) on Simplicial Models for Multi-Agent Epistemic Logic (https://www.irif.fr/seminaires/pps/index)
Analyse et conception de systèmes
Jeudi 2 décembre 2021, 14 heures, salle 15-16 101 (campus Jussieu)
Raphael Monat (APR/LIP6/Sorbonne Université) A Modern Compiler for the French Tax Code
Séminaire IRILL / GdT Programmation @ LIP6
Analyse et conception de systèmes
Vendredi 26 novembre 2021, 10 heures 30, Salle 1007
Giuseppe Castagna (IRIF) Type-cases, union elimination, and occurrence typing
To apply this system in practice, we define a canonical form for the expressions of our extension, called MSC-form. We show that an expression of the extension is typable if and only if its MSC-form is, and reduce the problem of typing the latter to the one of reconstructing annotations for that term. We provide a sound algorithm that performs this reconstruction and a proof-of-concept implementation.
Analyse et conception de systèmes
Jeudi 18 novembre 2021, 14 heures, salle 15-16 101 (Jussieu)
Xavier Thompson (Nexedi) Un système d'objets sans le GIL dans Cython
Cython permet de joindre Python et C/C++ au sein d'un même langage. L'intérêt majeur de Cython est qu'il rend facile l'utilisation de code C/C++ comme back-end de code Python. On peut ainsi contourner le GIL de Python (le verrou global qui ne permet qu'à un seul thread à la fois d'exécuter du bytecode Python dans l'interpréteur CPython).
Avec Cython+, nous étendons les possibles de Cython sur trois aspects: 1. Tout d'abord, nous introduisons un système d'objets utilisables sans le GIL en exécution multi-thread sur plusieurs coeurs. La gestion de la mémoire est automatique comme en Python grâce à un comptage de références atomique. De plus une couche de compatibilité transparente en fait de vrais objets Python manipulables en tant que tels directement depuis l'interpréteur Python. 2. De plus, nous ajoutons à cela un modèle d'exécution asynchrone à base d'acteurs et une implémentation d'un scheduler inspiré par celui de Go. 3. Enfin, nous sommes en train d'explorer un système de types pour la thread safety inspiré par ceux de Pony et Rust.
Séminaire IRILL / GdT Programmation @ LIP6
Analyse et conception de systèmes
Vendredi 12 novembre 2021, 10 heures 30, Salle 1007
Ada Vienot (IRIF) [CANCELED] Synchronous semantics and functional reactive programming: a tentative unification
Several lines of research have enriched this approach with strong type systems: works based on Nakano's guarded recursion use type-theoretical modalities to guarantee productivity. While this approach has its benefits, many of such domain specific functional languages fail to have a runtime suitable for resource-scarce environments. Such environments usually use the synchronous programming paradigm, which uses more specialized methods, but gives strong guarantees on the efficiency of the program.
In this presentation, we aim to present a recent synthesis between the two approaches by describing how a FRP language can be given a semantics in the synchronous style. We will then investigate the potentially deeper connections between synchronous programming and FRP.
Séance repoussée à une date ultérieure. Je [Pierre-Évariste] serai en 1007 pour accueillir et divertir les naufragés du GT.
Analyse et conception de systèmes
Lundi 8 novembre 2021, 14 heures, Salle 1007
Emilio Jesus Gallego Arias (IRIF) Reading Group: AI meets Theorem Proving (1/?)
Analyse et conception de systèmes
Vendredi 22 octobre 2021, 10 heures 30, Salle 1007
Théo Zimmermann (IRIF) PR of the Month: Architecture of a GitHub bot, the trigger-action model