zion icon indicating copy to clipboard operation
zion copied to clipboard

A statically-typed strictly-evaluated garbage-collected readable programming language.

Results 3 zion issues
Sort by recently updated
recently updated
newest added

Think about named struct initialization or named parameters.

enhancement

## Escape analysis Goal: Implement escape analysis in order to avoid unnecessary heap allocations. After translation, before gen phase, add a phase to annotate heap-exprs. ### Escape phase 1. Build...

enhancement