12
Hare 0.24.2 released
(harelang.org)
Welcome to the Hare community!
Hare is a systems programming language designed to be simple, stable, and robust. Hare uses a static type system, manual memory management, and a minimal runtime. It is well-suited to writing operating systems, system tools, compilers, networking software, and other low-level, high-performance tasks.
I'm not that experienced in coding, but how does hare compare with rust for lower level programming?
There is manual memory management, so it seems closer to Zig