The Zig language
EasyOS Scarthgap-series and Daedalus-series now both have support for Zig in the devx SFS.
Today announced this for Daedalus 6.4.1 on my blog:
https://bkhome.org/news/202410/easyos-d ... n-641.html
What's so special about Zig?
We know that Rust is supposed to be the next great language, but Zig???
To get a feel for how Zig fits into the scheme of things, this chat between two programmers is very informative. Quite long but very watchable:
...you don't need to understand all the concepts discussed; after all these guys are professional programmers, university-trained. But easy to pick up the salient points.
1. A better C compiler than gcc, with all libc's builtin
2. Cross-compile builtin, not just for different CPUs but also OSs (Linux, Mac, Windows, Android).
3. Build system supposedly much better than autotools, cmake, etc.
4. Very simple language compared with Rust
Those two guys also recorded another video discussing point-3.
I posted a brief intro to Zig, with links, to my blog:
https://bkhome.org/news/202410/the-zig-language.html
...discovered after that, more text editors that support Zig syntax-highlighting, such as Vim and NeoVim.