summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-02-15 07:58:03 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-02-22 08:11:29 -0500
commit689f478eba99ecbe54ba74e09a2e0f466a304031 (patch)
treee9afdd2e515dc0dd1f2758be76dbdda300b1163b
parent9ed0bf5b55a524df86dd80ad0966924f8788c984 (diff)
Add TODO task.
-rw-r--r--TODO.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index 8309e09..ad2d3ca 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,4 +1,11 @@
* Tasks
+** TODO [#C] Rename some matrix procedures
+matrix4-mult! -> matrix4-mul!
+matrix4* -> matrix4:*
+matrix4= -> matrix4=?
+
+ditto for matrix3
+
** TODO [#A] Add define-script syntax
isaneran on #guile said that they were re-evaluating top-level
definitions with geiser that contained a script value, and when they