summaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo10
1 files changed, 10 insertions, 0 deletions
diff --git a/todo b/todo
new file mode 100644
index 0000000..0dbc87d
--- /dev/null
+++ b/todo
@@ -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
+