v3 Language
New features
- arrays and maps
- indexed reads + writes
- nested functions (closures)
Arrays / maps
- [1,2,3]
- {"a":1, "b":2}
- hashable keys only
Functions as values
- call any expression
- lexical scoping
Heap + GC
- arrays/maps/closures on heap
- mark-and-sweep
1 / 1