This commit is contained in:
2026-09-12 19:31:05 +02:00
parent 57ae671f88
commit fd4e879c0c
20 changed files with 1232 additions and 255 deletions

View File

@@ -21,6 +21,9 @@ match guards `when` / `if`
loop/until/repeat/unless comme synonymes de structures existantes
magic getters/setters
mandatory native GC
immutability by default for ordinary variables/objects
mandatory `mut` qualifier for ordinary mutation
Rust-style user-visible borrow/lifetime syntax as the default programming model
```
## 47.2 À éviter sauf besoin démontré