stevendgarcia

↗ HN profile [ 48.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I’ve been exploring a new systems-language design built around a single hard rule: Data lives exactly as long as the lexical scope that created it. Outer scopes can never retain references to inner allocations. There is…