|
|
|
|
|
by mratzloff
3129 days ago
|
|
I realize that almost every language could be described as a subset of C++, but I read articles like this and think... Deterministic language that has type inference, C interop, and uses ownership to govern object lifetimes? We have that. It's C++11. auto with std::unique_ptr and std::move(). Only slightly serious. ;-) |
|
C++ would even more successful if it was easy to make a proper subset of it.