|
|
|
|
|
by pcwalton
3619 days ago
|
|
> Well, for me being based on pure C instead of the OO interfaces of other APIs it isn't something that makes me wish to use it. But it's not "pure C". C is just the glue. You can use the C++ API if that's what you want, and you have a completely object-oriented API. Can Linux never have an "OO interface" because all syscalls trap into a kernel written purely in C? Of course not, that would be silly. The same is true here. If you program against an object-oriented C++ interface, then you have a fully object-oriented API. |
|
I find interesting that a Rust designer thinks otherwise.