+ 8
Of all programming languages, which are more difficult to learn?
7 Antworten
+ 3
Malbolge
+ 15
The hardest is always the first one, because the mechanisms of all languages are very similar, but syntax is different.
I would say c++ because it doesn't have many features that were added later in other languages.
+ 3
@Ulisses Cruz Thx
+ 2
Considering "ALL" the programming languages in the world probably the esoteric ones like Brainf*uck, but if we exclude that category than Assembler, at least for me.
They are more difficult than others because you have only few operators and that's it, so write a small function will result in a lot of lines.
If you are talking about the languages in Sololearn then C++ is the most difficult and normally having a good knowledge of it will help to quickly learn other languages.
+ 2
C++ and Java. C++ have a very complicated way of using pointers to access data stuctures. Java have a huge amount of classes that grow without control, an seems scary.
+ 1
C++ would technically be the hardest. The rest are fairly easy in comparison.
0
Lisp