diff options
author | Pjotr Prins | 2024-10-27 20:37:29 +0100 |
---|---|---|
committer | Pjotr Prins | 2024-10-27 20:37:29 +0100 |
commit | 172db5d9d6858cbe39f547934218ca3e76a066b5 (patch) | |
tree | 4e48180626b94514b0cca5cbebcc51c757212ac9 /issues | |
parent | d2ea175a9880cbb15ae55ee7993ffd39c6900b5f (diff) | |
download | gn-gemtext-172db5d9d6858cbe39f547934218ca3e76a066b5.tar.gz |
mgamma: notes on Nim and Rust
Diffstat (limited to 'issues')
-rw-r--r-- | issues/mgamma/mgamma-design.gmi | 2 |
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. |