|
|
|
|
|
by rightbyte
1637 days ago
|
|
Ye I feel the author has no clue what he is talking about. "I can appreciate the “macho factor” of being able to write fast software in C or C++ (or even Objective-C), but most people aren’t going to be able to do that" I mean, C is probably the simplest tool to write fast software with, since there are so few hidden costs to know about. Like strdup does a malloc. What else? In C++ you have to know implementation details of the standard lib and calling conventions to write fast code. Java, C# and Go the same but abit more. For e.g. Haskell and Julia you need to know quite much to reason about what code will be generated and good luck doing that with complex code. |
|
The simplicity is the hard part. Fishing for compliments by "pretending" it's so trivial to you shows immaturity.
The author definitely knows what he's talking about. Perhaps it's you who's doesn't?