Introduction to the Hare programming language
12-29, 12:15–13:45 (Europe/Berlin), HDMI (room 3)
Language: English

Hare is a new systems programming language for writing free software. This talk will introduce the language and share some of its essential ideas.


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.

See also: Slidedeck (125.1 KB)