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.

  • darkmatternoodlecow@programming.dev
    link
    fedilink
    arrow-up
    23
    arrow-down
    2
    ·
    5 months ago

    If there’s one thing the history of computers has shown us beyond the shadow of doubt, it is that programmers cannot under any circumstance be trusted to manage memory.