Update syntax-frozen-tables.md

This commit is contained in:
Daniel P H Fox 2025-03-08 09:34:32 +00:00 committed by GitHub
parent b3ff154202
commit b50bd64ebb
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -79,8 +79,9 @@ TableUtils.join(
)
```
This leaves the feature in an awkward place, where it provides great theoretical benefits, but is impractical to express without using undesirable language features.
Ideally, frozen tables should have only marginal cost to adopt, to reduce friction and encourage wider usage. This inexpressibility is a serious cost.
This leaves the feature in an awkward place, where it provides great theoretical benefits, but is much more verbose to express.
Ideally, frozen tables should have only marginal cost to adopt, to reduce friction and encourage wider usage.
## Design