diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-20 16:00:34 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-20 16:00:34 +0100 |
commit | 60b3369ab24f9bd2a4a6d638ab1b3013ebc29814 (patch) | |
tree | 3ff8ec7e95ef314266673b1b3d7bedb880a4a5b0 /todo | |
parent | 9ee73a8459eb2bb58adc29da02de312b7e4e7dca (diff) |
pass State *S everywhere
contains changes from a million years ago that i don't remember much about
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +string interning + pass state through all allocation things + decide on state vs global state, terminology +globals, getting and setting +functions, returning +locals, lexical scoping, closures, upvalues +lists, hashes, other useful types +garbage collector +macros + |