this post was submitted on 13 Oct 2025
21 points (100.0% liked)
programming
278 readers
1 users here now
-
Post about programming, interesting repos, learning to program, etc. Let's try to keep free software posts in the c/libre comm unless the post is about the programming/is to the repo.
-
Do not doxx yourself by posting a repo that is yours and in any way leads to your personally identifying information. Use reports if necessary to alert mods to a potential doxxing.
-
Be kind, keep struggle sessions focused on the topic of programming.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hare is cool to see, I'm personally following Zig as well because of its "No hidden control flow" pledge which is like music to my lisp ears.
For C-likes at least it should be Rust and not archaic like Java or JS without TS.
I do want to note that Zig is not unique in that regard, however, and Lisp is a language with hidden control flow at least by virtue of having a classic GC.