|
|
|
|
|
by 38
1016 days ago
|
|
> go has proper flag parsing as part of the standard library and C doesn’t That's the whole point. Every single command line program needs command line parsing. Go helps me get the job done, C forces me to write my own parser, or find some third party one. |
|