9 ms·
I don't get it. Instead of "Let's get C++ easier to debug" why not: "Let's only write performance intense parts in C++", and have the rest in an interpreted
by buggy_code 17y ago
I don't get it.
Instead of "Let's get C++ easier to debug"
why not:
"Let's only write performance intense parts in C++", and have the rest in an interpreted scripting language, where things like this (and more) come much cheaper?
- simonw 17y agoThey might well be going for "Let's only write performance intense parts in C++, and make those bits easier to debug"
- chadaustin 17y agoBingo. Most of our application is Python, but all of the 3D stuff is in C++.