• AbelianGrape@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    5 hours ago

    Yeah, I like subleq.

    • compiler is extremely fast, faster even than tinycc
    • strongly statically typed: all values are ints. Since it’s all of them, you don’t even need to write it!
    • memory safe: the entire (virtual) address space is guaranteed to be accessible at all times so there’s no way to leak any of it (can’t release it anyway) or to segfault (it’s all accessible).

    Subleq is the obvious winner in my mind.