On 9/28/2012 7:10 AM, Nick Keighley wrote:
> On Sep 28, 5:17 am, Brian <bcl...@es.co.nz> wrote:
>> Paavo Helde <myfirstn...@osa.pri.ee> wrote:
>>> Rui Maciel <rui.mac...@gmail.com> wrote in
>>> news:k425g6$hvo$:
>>
>>>> Paavo Helde wrote:
>>
>>>>> It isn't. Some other languages like C, Java and Objective-C are more
>>>>> popular. See
>>>>> http://www.tiobe.com/index.php/conte...pci/index.html
>>
>>>> Again with this TIOBE nonsense. Using the tiobe index to base any
>>>> claim on the popularity of a programming language makes as much sense
>>>> as searching for the name of a programming language on youtube, and
>>>> claiming that it is more popular than another because the search
>>>> returned more hits. Because that's precisely how the the people
>>>> behind TIOBE rank programming languages.
>>
>>> Yeah, I brought up TIOBE as it looked like an exact match for the OP-s
>>> weird claim ("C++ is the most preferred language"). All this popularity
>>> stuff is quite meaningless anyway, so counting hits is no worse or better
>>> than any other method IMO. PHP is very popular, it does not mean that it
>>> would be a good idea to write my image analysis code in PHP.
>>
>>> Cheers
>>> Paavo
>>
>> Most of those surveys seem to have C++ at or near the top of the list.
>> To put it another way why should C++ be more popular than Visual Basic as
>> Visual Basic is easy to learn and there is less code to write?
>
> only until you start doing real work (ie. non-GUI). As poited out
> before Visual Basic is totally tied to Windows.
>
yeah, and the pointy-clicky Windows-specific GUI-building stuff is also
available for other languages as well, like C#, and C++.
this means, if they want, they can still do the front-end with
pointy-clicky, and choose a language that "actually works" for writing
the program logic.
granted, for my personal uses I haven't seen much reason to be tied to
Windows for sake of point-and-click GUI building, but understandably it
is a bit more convenient than building UIs via OpenGL, which is more
often how I have ended up doing it...