|
|
|
|
|
by staticassertion
1414 days ago
|
|
> The other safe languages have explicitly taken the view the interop with C++ is bad I think it's more that interop with C++ is hard and ultimately a lot less valuable than interop with C, which is what the vast majority of languages use for FFI. > It doesn’t matter how “safe” your language is if the first thing you have to do is make a pure C (even losing potential for automatic lifetime management the C++ would allow) interface. I don't see how that leads to "it doesn't matter" |
|
Whether that's true in practice...? I guess we'll need a few more years to tell.