Hacker News new | ask | show | jobs
by svnpenn 1013 days ago
on mine it is 1,354 KB. I prefer the 10x LOC savings over a megabyte of hard drive, but you do you.
2 comments

It's not about hard drive space, it's about start up time.

The 10x LOC (despite being a huge exaggeration) is also the fixed cost, not the marginal cost. You're only forging main loop and includes, not any fundamental complexity.

This is also a funny argument coming from a Go programmer considering that Go trades off conciseness and expressivity for simplicity. Show me some of your favorite Go and I'm sure we can replace it with some concise C++.

> C++

I just physically shuddered

I bet you did.
But if everything was written in Go it might be 1 megabyte * the number of users of coreutils. Might be worth using a few more lines of code to save a little bit of space on a lot of machines.