Hacker News new | ask | show | jobs
by DeathArrow 1489 days ago
>C exists to write fast programs, not to write programs fast.

What if you want to write fast programs fast?

Also, while not useful for command line tools or for small run once programs, if the software is running continuously or its size is past a certain threshold, it might pay off to use .NET or Java since the speed is not that far of from C.

https://benchmarksgame-team.pages.debian.net/benchmarksgame/...

https://benchmarksgame-team.pages.debian.net/benchmarksgame/...

1 comments

Most programs are not benchmarks.
Do you mean to support what they wrote, or do you mean to refute what they wrote?