The 10 most disliked programming languages in the world

I think if you do C++ first, then moving on to something else like Python is easy - rather than the other way around. Else, you'll have a bit of a surprise when you do C++ first year varsity.

Why did you not like Java?

java syntax is unnecessarily complex

System.out.printlin("Hashi"); = cout << "Hashi";

Scanner score = new Scanner(System.score); = cin >> score;


You see why I always value python than java
 
java syntax is unnecessarily complex

System.out.printlin("Hashi"); = cout << "Hashi";

Scanner score = new Scanner(System.score); = cin >> score;


You see why I always value python than java

Different strokes for different folks, just asking.

The C++ example is only cout << "foobar"; if you included using namespace std; at the top, which is considered bad practice by some, haha

Most modern IDE's does completion for you, so for System.out.println, in Eclipse, type sout, hit Ctrl+Space and it completes it for you

I like Python, but I hate the white space scope thing as much as I hate having to type "begin" and "end"

I have programmed Java for many years, so I am most productive in it, even though some of the syntax is more verbose

For a high school student, for teaching the basics, any language will do - but some, like C / C++, gives you a good grounding into what is actually happening under the hood. Then later when you hit Assembly it will be more familiar.
 
Javascript should be number 2

If you don't like Delphi, you also don't like Pascal

I agree with this, JavaScript is by far my most despised and hated language.
 
Whats wrong with c#?

A lot less than with Java, but still a lot...of code. It's just so friggin verbose.

Python FTW!


/dons flame suit ... I use all three so bite me bitches!!!!!
 
A lot less than with Java, but still a lot...of code. It's just so friggin verbose.

Python FTW!


/dons flame suit ... I use all three so bite me bitches!!!!!

I think those who complain about it have never worked with VB, VBA, COBOL etc :p
 
I agree with this, JavaScript is by far my most despised and hated language.

+1 - I do mostly backend dev, but when I have to do web UIs with JavaScript, I want to slit my wrists.
 
Top
Sign up to the MyBroadband newsletter
X