|
|
|
|
|
by josephg
222 days ago
|
|
> If a language is hard to write at first, it’s always hard to write. That seems obviously false. Most fancy programming languages are difficult to write at first, C++ included. But they all get easier over time. Rust got way easier to write over time for me. I'm soooo much more productive in it now compared to when I started. Does C++ not get easier to write over time too? |
|
Neither C++ nor Rust are becoming easier unless new features are added which make them simpler to use in some circumstance.
C++11 & co did make many things simpler. For Rust I don’t know the details of what’s upcoming; it doesn’t seem to be getting simpler.