mcc
(replying to rf)
@rf @whitequark @hikari Maybe, but also what I think about a lot is that one of the biggest barriers to making a new language is building a library ecosystem. Like the libraries are at least half of why I want to use Rust or TypeScript.
If I ever do a language project enough it's likely to be built on top of Rust in some way that reuses the ABI just so I don't ever have to learn or expect anyone else to learn a new library ecosystem again.
Iwasawa π (one hikari of too many)
(replying to mcc)
@mcc @rf @whitequark decoupling the ABI from C would solve so many problems
Iwasawa π (one hikari of too many)
(replying to Iwasawa π (one hikari of too many))
@mcc @rf @whitequark or rather decoupling ABI from languages generally. i want a universal cross-language native interface definition format

