Compare commits

..

2 Commits

Author SHA1 Message Date
5e724c6b40 feat(journal): update end of week 7 2026-06-29 08:55:24 +02:00
15c6ec899e feat(journal): update week 7 2026-06-24 16:03:00 +02:00

34
journal/week7.typ Normal file
View File

@@ -0,0 +1,34 @@
#import "template.typ": week, day
#show: week.with(num: 7)
#day(1)
- better handle type variables
- write simple demo script
- various fixes
#day(2)
- weekly meeting
- start implementing data-frame and column types
#day(3)
- statically check cast expressions on literal values
- add unsafe cast
- setup user manual
- setup report
#day(4)
- work on data-frame and column types (method resolution, subtyping)
#day(5)
- work on data-frame and column types (asserts, dunders)
- start writing user manual (quick start)
#day(7)
- work on user manual (Midas reference, supported Python syntax)