summaryrefslogtreecommitdiff
path: root/issues/mgamma/mgamma-design.gmi
diff options
context:
space:
mode:
authorPjotr Prins2024-10-27 20:37:29 +0100
committerPjotr Prins2024-10-27 20:37:29 +0100
commit172db5d9d6858cbe39f547934218ca3e76a066b5 (patch)
tree4e48180626b94514b0cca5cbebcc51c757212ac9 /issues/mgamma/mgamma-design.gmi
parentd2ea175a9880cbb15ae55ee7993ffd39c6900b5f (diff)
downloadgn-gemtext-172db5d9d6858cbe39f547934218ca3e76a066b5.tar.gz
mgamma: notes on Nim and Rust
Diffstat (limited to 'issues/mgamma/mgamma-design.gmi')
-rw-r--r--issues/mgamma/mgamma-design.gmi2
1 files changed, 2 insertions, 0 deletions
diff --git a/issues/mgamma/mgamma-design.gmi b/issues/mgamma/mgamma-design.gmi
index e5cd460..ed4c061 100644
--- a/issues/mgamma/mgamma-design.gmi
+++ b/issues/mgamma/mgamma-design.gmi
@@ -33,3 +33,5 @@ What to now?
* Support for AVX (?)
* Possibility to drop to low level C programming (?+prescheme+C?)
* High level -- PN -- glue (?+Guile?)
+
+Current candidates for ? are Nim and Rust. Neither has a really nice matrix interface - though Nim's is probably what I prefer and it is close to python. Chicken may work too when I get fed with mentioned two languages.