From 6bd26a0f6104fcbd7c8423258ae2cdf2167187f3 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 12 Aug 2024 08:51:39 +0900 Subject: [PATCH] [qfcc] Add some TODO items They came up when talking about math with Darian --- tools/qfcc/TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/qfcc/TODO b/tools/qfcc/TODO index 8180ed95d..858dc2036 100644 --- a/tools/qfcc/TODO +++ b/tools/qfcc/TODO @@ -19,5 +19,8 @@ o arrays in entities o optional arguments for functions (alternative to overloading) vector(vector fwd, optional vector up) vectoangles = #51; o rewrite type system to be const-correct (hard!) +o symbolic differentiation +o tensor calculus +o geometric calculus ? try to reduce memory consumption ?? embedded nul characters in strings (why?)