aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-06-15 14:17:03 +0200
committerDrahflow <drahflow@gmx.de>2015-06-15 14:17:03 +0200
commiteef79905ebc97eee30156616f5b7d001988ab262 (patch)
tree3dda04287cd3acc4b69063cbab3823f3d8e56733 /TODO
parent033eda24dfcfecfba0f24d7d4b014e914a470507 (diff)
Also optimize * on constants
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 13eeab8..d5dc1ef 100644
--- a/TODO
+++ b/TODO
@@ -21,4 +21,5 @@
* better interactive error handling when interpreting from stdin
* document ALL THE LIBRARIES
* consider https://en.wikipedia.org/wiki/Hindley%E2%80%93Milner_type_system and finally make the stuff typed correctly
-* rewrite constant . resolutions to constants
+
+* Consider (optionally) replacing all SYSCALLs with libc routines (so we can have an OpenBSD port)