J
joe
Joshua Maurice wrote (In thread: "No unanswered question"):
From "what I have read/been reading/been interested by and in", I
ascertain that C++ cannot compete (in the realm of fun and efficient
software development) with the likes of languages with a compilation
system that consists of modules rather than header+source files. I
"gather", that it is like going from pencil to pen (and being able to
write 100 times faster!). <the obvious question omitted>
<your questions here please>
Oh yes. I am not advocating changing C++ itself at all. I am merely
advocating abandoning GNU Make and all other incorrect incremental
build systems in favor of correct incremental build systems. Old
projects which use Make can continue to use Make, but new projects
would hopefully have build scripts of an incrementally correct build
system.
From "what I have read/been reading/been interested by and in", I
ascertain that C++ cannot compete (in the realm of fun and efficient
software development) with the likes of languages with a compilation
system that consists of modules rather than header+source files. I
"gather", that it is like going from pencil to pen (and being able to
write 100 times faster!). <the obvious question omitted>
<your questions here please>