this post was submitted on 14 Jul 2024
13 points (93.3% liked)
Hare
47 readers
1 users here now
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.
ยฉ Drew DeVault
- irc (official): #hare
- @[email protected]
๐ https://harelang.org
founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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