|
|
|
|
|
by optymizer
1339 days ago
|
|
C is not meant to be a beautiful language. C is meant to write programs that run as fast as possible on any CPU. The beauty of C comes from being able to tame the hardware and OS complexity to get the most speed, not from taming the complexity of the software architecture or abstract design. If I had to pick one language to code in for the rest of my life, it would be C. |
|