From b3ff1542023385add8a3d5bbde1d715b6dfb07e4 Mon Sep 17 00:00:00 2001 From: Daniel P H Fox Date: Sat, 8 Mar 2025 04:56:14 +0000 Subject: [PATCH] Update review to match PR --- docs/syntax-frozen-tables.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/syntax-frozen-tables.md b/docs/syntax-frozen-tables.md index 451426e..fb91010 100644 --- a/docs/syntax-frozen-tables.md +++ b/docs/syntax-frozen-tables.md @@ -2,7 +2,11 @@ ## Summary -Add a syntax to table literals to allow them to be frozen from construction. +Add syntax for freezing a table upon construction to: +- Improve ergonomics of immutable code +- Reduce friction incurred by fully qualified `table.freeze` +- Trivially detect optimisation opportunities for deeply frozen tables at construction time +- Leverage the technical benefits of immutability in more places via easy adoption ```Lua local struct = {: