DeVault: Announcing the Hare programming language
Drew DeVault has announcedthe existence of a new programming language called "Hare".
Hare is a systems programming language designed to be simple,stable, and robust. Hare uses a static type system, manual memorymanagement, and a minimal runtime. It is well-suited to writingoperating systems, system tools, compilers, networking software,and other low-level, high performance tasks.