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).
Yeah, I like subleq.
tinycc
int
s. Since it’s all of them, you don’t even need to write it!Subleq is the obvious winner in my mind.