Is Visual Basic .NET More Popular Than JavaScript? (zdnet.com)
Microsoft's Visual Basic .NET now ranks above JavaScript, PHP, SQL on TIOBE's index of programming language popularity, which ZDNet notes is "the highest it's ever been since [TIIOBE] started tracking the Microsoft language in 2001."
Tiobe analysts said it was "very surprising" that Visual Basic .Net is now the fifth most popular language, only behind C++, Python, C, and Java. It's even ahead of JavaScript, which currently lies in seventh place, down from sixth a year ago. C# meanwhile fell from fifth spot a year ago to sixth this month. The language index still reckons Visual Basic .Net will "sooner or later go into decline", but concedes it's popular for dedicated office applications in small and medium enterprises, and is probably still used by many developers because it's easy to learn.
TIOBE's methodology "basically...comes down to counting hits for the search query +"<language> programming," TIOBE explains on its web page -- though its results don't always agree with other analysts.
InfoWorld points out that on this month's PyPL Popularity of Programming Language index, which analyzes how often language tutorials are searched for on Google, VB.NET "doesn't even register Visual Basic.Net or Visual Basic among its Top 10 languages" -- and JavaScript comes in third, behind only Python and Java.
TIOBE's methodology "basically...comes down to counting hits for the search query +"<language> programming," TIOBE explains on its web page -- though its results don't always agree with other analysts.
InfoWorld points out that on this month's PyPL Popularity of Programming Language index, which analyzes how often language tutorials are searched for on Google, VB.NET "doesn't even register Visual Basic.Net or Visual Basic among its Top 10 languages" -- and JavaScript comes in third, behind only Python and Java.
Maybe because schools think the Basic language is basic enough to be taught to kids?
Slashdot, fix the reply notifications... You won't get away with it...
That's why Microsoft created Typescript - to fix Javascript. Javascript is great for hacking together something that no one else will use, but for use in a team, it fosters the creation of mountains of muck that no one can make sense of. The same is true of Python and Ruby. Sure, you don't have to worry about declaring types, but you pay for that big time when you try to figure out the code months later.
So in RFTA this ranking, TIOBE is counting the number of times somebody queries "C programming", "Java programming", etc. while weighting the number according to the search engine used.
Where is the basic research that says a programmer is using a if they are doing a search on " programming"?
I would really like to see something like tracking the number of lines of code being put on GitHub for each language as a more realistic measurement followed by the number of contributors - that would give you a realistic idea of how many people are programming in a language along with the number of lines of code that are being produced.
Until we get something like this, how about we cut back on the monthly or more frequent /. stories stating that "XYZ is the most popular programming language" based on some arbitrary measurement system that hasn't been validated in any way.
Mimetics Inc. Twitter
I use a lot of languages but I do all my prototyping on my Mac in VBA/Excel native code before I branch out into other platforms.
This isn't even a good measure of popularity. Just because a language is widely used doesn't mean there are a lot of questions and discussions about it.
It is perhaps more accurate to say this is a measure of "Which language causes its users the most problems?" or even "Which language has the dumbest users?"
So it is no surprise that VB won.
I haven't heard of any elementary schools using BASIC for years.
Now the expectation is Scratch or a variation on products that use the block programming approach.
Mimetics Inc. Twitter
Otherwise Justin Bieber would be the greatest musician that ever lived
He is. To some people that are not you. Probably younger. They prefer to listen to J.B. than to J.Bach. This is what makes art, some indefinable qualities added to the technicalities.
Slashdot, fix the reply notifications... You won't get away with it...
At last, we talk about a language crappier than PHP
Slashdot, fix the reply notifications... You won't get away with it...
Javascript, as a language is okay but I find its run-time environment to be the big issue - especially when you're (ironically) trying to do real time interactive programming (which I believe it was created for).
Mimetics Inc. Twitter
The whole point of Visual Basic is to enable those people you say "lost your job? Learn to code" to use something that is less daunting and more practical. It was designed to be a tool for someone who has a simple idea and wants to either automate their own business or sell something to a niche market and make a middle class living.
Visual Basic was and is night and day better in many cases there than Node, Python, etc. You couldn't ask for something simpler than "draw the UI and start writing event handlers" for a basic, tiny app just getting started.
How so? What runtime issues have you seen?
Then you don't get around much at all. It is widely used. And it is just wordy C#. Bytecode is basically the same. It tends to be more popular with people who don't call themselves programmers but who do it everyday. Nah they don't care what you think because they need to get their job done quickly so the rest of the business can make money. They aren't snobbish assholes who relish browbeating people with tribal customs and languages. It is used to get shit done.
VB, Fortran, Cobol, etc. All still in use.
How the hell would any of us know? We're each aware of what we use, plus what's used by other people at our jobs, schools etc. It's a tiny subset of all developers.
FWIW, I don't like either particularly.
Confucius say, "Find worm in apple - bad. Find half a worm - worse."
This is like asking if gonorrhea is a more popular STI than chlamydia.
Log in or piss off.
This just show how poor TIOBE's methodology really is.
Take a look at stats from actual pull request in github
The most popular languages are:
1. Javascript
2. Java
3. Python
4. PHP
5. C++
6. C#
7. Typescript
8. Shell
9. C
10. Ruby
VB.Net is not even in the top 10
Now, you can argue that these are mostly open source projects, and that proprietary code might be different. Fair enough, but I don't see how search results (TIOBE's method) reflect proprietary code any better than this.
Probably a lot of older software getting a revamp or needs things changed now and some poor sod got the job "add X to our current system".
Another reason for a spike in VB.NET interest would be there was a big project to port something off it to another language.
Sig. Sig. Sputnik
Look VB.net is basically just C# with a syntax that seems a little less scary to beginners. In fact people have written scripts to convert VB.net to C# and back again. VB.net is no longer like the qbasic or gwbasic that came free with dos. VB.net isn't even like visual basic 6. Actually even vb 6 had its place as it was a language that let novices quickly put gui front ends on things. Remember that anyone can make both garbage and good code from just about any language. True some languages seem to make writing unmaintainable code easier -- but if you try hard enough you can do that in any language.
Moving from VB.NET to C# is pretty easy. I made the switch ten years ago, but still do some VB.NET in maintenance mode. VB is OK, but there is almost no support any more (open source, tutorials, etc.) VB is not really easy to learn. Even VB script is not that easy. I would always recommend C# for people who want to live in the Microsoft environment. The tools are the best, and support is improving.
They've somehow got the word "Shit" confused with "Popular".
If I'm searching Google for:
- Java Programming
- Visual Basic Programming
- JavaScript Programming
What am I looking for? Clearly, I'm a student, or someone just curious about programming.
If I'm a programmer, experienced in writing code, these are not things I would search for. Instead, I'm looking for:
- Java Serialize JSON
- C# REST API call
- JavaScript Ajax Mathod
The methodology of this "study" self-selects students, or curious people who don't know about programming. JavaScript is everywhere, like the air, but nobody outside of programming thinks of it as a "language," and most probably don't even know that it exists. Visual Basic, on the other hand, is limited to legacy code in large corporations. It had big marketing dollars behind it, so lots of non-programmers heard about it at one point or another.
It's not surprising that the analysis came up with the ranking that it did.
stop kidding around
That might all be anecdotal. I've worked as a contractor at multiple government agencies. If they went .NET, they went C# every time, whether it was before I arrived or when I was assisting in the ASP to ASP.NET "modernization."
It's probably more relevant to do something as simple as an Indeed.com search (not the end all be all, mind you). Straight up VB.NET in most metropolitan areas vs C# in those areas, and you'll get numbers like a 160 count for VB.NET vs. an 1800 count for C#. And if that's the case, the numbers would be an even huger margin for Java or Javascript vs. VB.NET.