rf
(replying to ✧✦Catherine✦✧)
@whitequark @mcc @hikari Rust is the product of a new programming language becoming much, much more feasible to create over decades. I'm hoping the same thing happening again will make it more possible for the space "near" Rust (using some of its ideas) to be more fully explored
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

