From a10f9b602eeb56876fafdcf7067d93bd90d28a92 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 27 Jun 2022 12:04:45 -0700 Subject: commit old notes on rust implementation --- rust/TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rust/TODO (limited to 'rust/TODO') 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 -- cgit v1.2.3