aboutsummaryrefslogtreecommitdiff
path: root/devel/hare/pkg-descr
blob: 705f855e6cf45837768c188e58a99e9f782e096b (plain) (blame)
1
2
3
4
5
6
7
This is the Hare build driver and standard library.

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.