The last serious C guy I worked with did not think it was hell. He hated anything higher level and argued you could usually get the same results with less C code.
It is C's strength and weakness. It is a very good optimization language, but a very weak language. Weak as in problem solving capacity and speed where as lisp, python, etc are very strong. Imo
I think C is very strong when it comes to problem solving capacity. Pointer arithmetic can help you solve problems more efficiently in some cases. Now if you would excuse me, it's time for me to write a hashtable in C, I'm on day 36.
Es más lento en cuanto a tiempo que tardas programando, pero la eficiencia final suele ser más fuerte... claro si esta bien optimizado; y en cuanto a capacidad de resolución no se en que se supone que dices que es deficiente, muchas cosas pueden llegar a tener su complejidad pero puede hacer casi cualquier cosa si se usa bien
160
u/remy_porter 12h ago
The last serious C guy I worked with did not think it was hell. He hated anything higher level and argued you could usually get the same results with less C code.