diff options
author | bnewbold <bnewbold@robocracy.org> | 2022-06-27 12:04:45 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2022-06-27 12:04:45 -0700 |
commit | a10f9b602eeb56876fafdcf7067d93bd90d28a92 (patch) | |
tree | 28853823aa808ee58f229f4489f87efe6a7e9b6a /rust/TODO | |
parent | 553a6fc04dfcb6f07cdcba5534eeed4ed708858a (diff) | |
download | spectrum-master.tar.gz spectrum-master.zip |
Diffstat (limited to 'rust/TODO')
-rw-r--r-- | rust/TODO | 10 |
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 |