aboutsummaryrefslogtreecommitdiff
path: root/lang/harec/pkg-descr
blob: 78320088de25d63c7bdec64c46f9f594b68b287e (plain) (blame)
1
2
3
4
5
6
7
8
9
This is the Hare compiler written in C.

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.

WWW: https://harelang.org/