aboutsummaryrefslogtreecommitdiffstats
path: root/rust/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'rust/TODO')
-rw-r--r--rust/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/rust/TODO b/rust/TODO
new file mode 100644
index 0000000..6198755
--- /dev/null
+++ b/rust/TODO
@@ -0,0 +1,10 @@
+- basic tests
+- fold in norvig's "lispy2" additions http://norvig.com/lispy2.html
+- fix quote (should take an expr, not a list?)
+- fix cond/cdr behavior working right; also empty tuple
+- get minimal.scm to run
+- if let
+- use getopt
+? multi-part lambdas
+? apply
+? re-write runge kutta with lists, not vectors