Jordan
(replying to Iwasawa 🌟 (one hikari of too many))
@hikari @mcc @rf @whitequark I keep playing with writing down a syntax for it and then get bogged down when I realize the most interesting thing would be enums/ADTs. Though maybe what Rust picked for repr(C) enums is close enough.
Jordan
(replying to Jordan)
@hikari @mcc @rf @whitequark LLVM is nearly this except where it isn’t at all. WASM is sort of this except it’s not actually native; it’s just easier to target than the JVM or CLR.
Iwasawa 🌟 (one hikari of too many)
(replying to Jordan)
@jrose @mcc @rf @whitequark llvm is extremely not this in practice. wasm is maybe our only hope