this post was submitted on 14 Jul 2024
13 points (93.3% liked)

Hare

54 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

๐ŸŒ https://harelang.org

founded 8 months ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 3 points 3 months ago (1 children)

I'm not that experienced in coding, but how does hare compare with rust for lower level programming?

[โ€“] kamstrup 4 points 3 months ago

There is manual memory management, so it seems closer to Zig