The same old arguments...
The same old arguments...
Posted Dec 7, 2025 7:36 UTC (Sun) by mb (subscriber, #50428)In reply to: The same old arguments... by josh
Parent article: Eventual Rust in CPython
> > For a language that doesn’t even support dynamic linking?
>C++ generics don't support dynamic linking either
And Rust does support dynamic linking.
https://doc.rust-lang.org/reference/linkage.html
It's only that Rust crates typically won't make the C++ trade off to make that happen.
