|
|
|
|
|
by andrepd
3406 days ago
|
|
Make the language easy to use without any mental burden? But you do realize programming is not easy, especially when you're aiming for high performance. How can you make a language easy to use "without any mental burden"? Programming is hard, programming well and with performance in mind is even more so. Some things you just can't magically make easy. |
|
In C++, you fight with the language first and then face the problem.