it->behavior

This commit is contained in:
Arseny Kapoulkine 2021-05-03 12:44:33 -07:00
parent 266e44df4b
commit 9360cbc7b7

View file

@ -13,7 +13,7 @@ Whenever new syntax is introduced, we need to ask:
For changes in semantics, we should be asking:
- Is it easy to understand and non-surprising?
- Is behavior easy to understand and non-surprising?
- Can it be implemented performantly today?
- Can it be sandboxed assuming malicious usage?
- Is it compatible with type checking and other forms of static analysis?