aboutsummaryrefslogtreecommitdiff
path: root/ClojureCLR/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ClojureCLR/todo.txt')
-rw-r--r--ClojureCLR/todo.txt35
1 files changed, 0 insertions, 35 deletions
diff --git a/ClojureCLR/todo.txt b/ClojureCLR/todo.txt
deleted file mode 100644
index e65b4599..00000000
--- a/ClojureCLR/todo.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-This list is most definitely incomplete.
-
-These are in no particular order.
-
-
-- Look closely at all code generation to find areas for speedup
-
-- Add other bootstrap *.clj files (remaining are: clojure.xml and inspector.xml)
-
-- Add more unit tests for the basic data structures.
-
-- Test against all the clojure/contrib/test_clojure/*.clj files.
-
-- Add gen-class.
-
-- Add proxies.
-
-
-- Add missing array support, including
- -- figure out how to handle ragged n-dim arrays versus true multi-dim arrays.
-
-
-- Add callsites for host expression calls. See MethodBinder.
- -- As part of this, look at the type handling in selecting a target method
- based on argument types in host calls.
-
-Far away in the distance:
-
-- Really pay attention to doing all the proper DLR hosting work.
-
-- Compiler unit tests.
-
-
-
-You can look for TODO comments in the code for additional tasks. \ No newline at end of file