update roadmap

This commit is contained in:
Joeri Exelmans 2025-05-28 07:48:53 +02:00
parent cac0cb7f81
commit bc9a229a5c

View file

@ -10,11 +10,16 @@ done:
- types
- generic types and type unification (inferencing)
- recursive types
- dynamic typing (value + type)
- projectional editor (hosted at https://deemz.org/public/dope2)
todo:
- dynamically typed values: have 'Any' or 'Top' type?
- simpler encoding of product/sum and struct/enum
- mutually recursive types
- turn AST type for lambda calculus expressions from projectional editor into explicit DOPE type
- to support sets of slots, need comparison of slots
=> comparison of values
=> problem: how to compare transformed values? their inputs can come from different types