Hacker News new | ask | show | jobs
by xigoi 1520 days ago
You can add new syntax without destroying backward compatibility, as long as it doesn't conflict with existing syntax. C++ took C and added the std::unique_ptr<int> syntax, which is much more readable.