aboutsummaryrefslogtreecommitdiffstats
path: root/rust/TODO
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2022-06-27 12:04:45 -0700
committerbnewbold <bnewbold@robocracy.org>2022-06-27 12:04:45 -0700
commita10f9b602eeb56876fafdcf7067d93bd90d28a92 (patch)
tree28853823aa808ee58f229f4489f87efe6a7e9b6a /rust/TODO
parent553a6fc04dfcb6f07cdcba5534eeed4ed708858a (diff)
downloadspectrum-master.tar.gz
spectrum-master.zip
commit old notes on rust implementationHEADmaster
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