What systems developers want:
🤷 algebraic data types
🤷 trait-based generics
🤷 Hindley–Milner type system
❌ npm-style package ecosystem
❌ language-specific build system
✅ shared libraries, dynamic linking
✅ stable, well-defined ABI
✅ precise control over symbols (exports, versioning, visibility, relocations)
✅ seamless FFI with C and C++