stevendgarcia
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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…