diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-02-15 07:58:03 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-02-22 08:11:29 -0500 |
commit | 689f478eba99ecbe54ba74e09a2e0f466a304031 (patch) | |
tree | e9afdd2e515dc0dd1f2758be76dbdda300b1163b | |
parent | 9ed0bf5b55a524df86dd80ad0966924f8788c984 (diff) |
Add TODO task.
-rw-r--r-- | TODO.org | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |