diff options
author | Pjotr Prins | 2024-10-27 14:59:40 +0100 |
---|---|---|
committer | Pjotr Prins | 2024-10-27 14:59:40 +0100 |
commit | e6b3abedcce2125b34b3c64d9bffb7c4b856b857 (patch) | |
tree | 007dee2823471c57c9cd1e35d69a4960edbce619 /issues | |
parent | bb7c19896b77b616af283eecd48907228640804f (diff) | |
download | gn-gemtext-e6b3abedcce2125b34b3c64d9bffb7c4b856b857.tar.gz |
mgamma: notes on Julia support
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 747ada8..fc556fd 100644 --- a/issues/mgamma/mgamma-design.gmi +++ b/issues/mgamma/mgamma-design.gmi @@ -22,3 +22,5 @@ So, what do we want out of our languages: Julia looks like a great candidate, even though it has notable downsides including the big 'server' blob deployment and the garbage collector (the latter also being a strength, mind). Alternatives could be Rust and Prescheme which have no such concerns, but lack the nice matrix notation. The approach will be to start with Julia and reimplementing GEMMA functions so they can be called from Julia and/or guile. + +Oh, I just found out that Julia, like zig, is no longer up-to-date on Debian. And the Guix version is 2 years old. That is really bad. If these languages don't get supported on major distros it is a dead end! |