Register now or log in to join your professional community.
Maybe any programming language that don't include interface - Forms view - for user such as : COBOL
Assembly Language as well as Per language
I agree with mr Mohamed also I don't like python, lisp and prolog
Programming languages having less community support. As today's learners usually get solutions from the community.
This may be the reason for the popularity of Python
which person knoledge of basic programming his person gain. those person have not knoledge of base own gys are hte but knowledge person does not hate.
The programming languages that people hate the most are Delphy, Perl and VBA.
It's subjective question. It depends on the programmer why he/she hate a programming language. I personally do not like C++ with it's not so friendly pointer and straucture concepts
I would say Javascript for its unpredictibility and what can be viewed as illogical logic
There are MANY examples I would spend days to cover them all. Here are a dozen of them:> '3'-21> '3'+2"32"----------------------------------------------------> null>0false> null==0false> null>=0true----------------------------------------------------> 0=="0"true> 0==[]true> "0"==[]false----------------------------------------------------> 1+'1'-'1'10----------------------------------------------------> 078+179> 077+164----------------------------------------------------> {}+""0> ""+{}"[object object]"----------------------------------------------------> 2.toFixed(2)Uncaught SyntaxError: Invalid or unexpected token> 2 .toFixed(2)"2.00"----------------------------------------------------> [1,2,3]+[4,5,6]"1,2,34,5,6"----------------------------------------------------> {}+[]0> ({}+[])"[object object]"----------------------------------------------------> true+true===2true> true-true===0true----------------------------------------------------> 0.1+0.2==0.3false----------------------------------------------------> Math.max()>Math.min()false> Math.max()<Math.min()true
The background of hate in this context us ones' disability in comprehending the language itself. So, which ever computer language, a person hates is becuase that person cannot understand it properly and cannot use it properly. So, there is a quote that "Hate cannot drive out hate: only love can do that". So, we need to work harder and had to do more examples if want to fall in love with a programming language.
Many people hate javascript and c/c++, even though all of these languages are easy to learn if you understand the abstract logic of programming concepts.Based on my experience, many people (who don't like the above-mentioned languages) never try to even read or watch an introductory material related to the said languages.