Quote from stevegee58:
Why? Because I can code it much more quickly in C because it's the language I use in my day job (well, C++ really). Spending time learning the latest new whiz-bangy languages is counter-productive for me. I'd much rather work directly on projects in the language I'm most familiar with.
Remember the Beta versus VHS video tape war? Even though Beta was technically superior to VHS, guess who won out?
Quote from 2rosy:
I hope this was a joke. The languages I proposed for simple tasks are simple to learn. If you know how to program already you could easily type into google "how to get a file using simple_lang_x" "how to parse file in simple_lang_x" and be done in few lines of code in a short period of time.
Anyone who suggests using C to download data is a fool
Quote from 2rosy:
I hope this was a joke. The languages I proposed for simple tasks are simple to learn. If you know how to program already you could easily type into google "how to get a file using simple_lang_x" "how to parse file in simple_lang_x" and be done in few lines of code in a short period of time.
Anyone who suggests using C to download data is a fool
Quote from stevegee58:
If a non-programmer asked me what programming language they should learn first I would not recommend C/C++
Quote from stevegee58:
hftvol is right. Religious devotion to a language is pointless. All that matters is quickly and reliably getting an application working to make money. I'll let academics carp over which obscure language is "best" whatever that means. I want to write programs that make me money the fastest, easiest, most reliable way I can so I use the tools I'm most familiar with.
Quote from 2rosy:
I thought it was you who was religiously devoted to C. I just pointed out that its the wrong tool for the "common tasks" you described in your first post. However, I do think C has its place for other things.