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
you are viewing a single comment's thread
view the rest of the comments
[โ€“] kamstrup 4 points 3 months ago

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