+ 2
Which language is the Hardest Language ? See description for more..
Which language is the hardest language you think you cannot learn and why ? And what language is the easiest one you've ever learn? .. C++ , C# , Java , JavaScript , Php , Html ?
8 Respostas
+ 4
@Manual, I wish you good luck with the ASM language. There are fewer people that know this programming then about 15 years ago when it was still mandatory in lots of classes. However, if you get the hang out of it the door to great potential will open for you. I mastered it once but I forgot a lot if it because I didn't keep up with it and I have been busy professionally in Managerial skills. A few months ago, I recandled my interest in programming that's why I'm on SoloLearn...😆😆😆☺☺☺
+ 3
@Eric you're 100% right about assembler...
+ 2
The hardest language I ever worked with was x86 assembler. The easiest, pure HTML.
I'm not sure how much assembler is used these days, but with it, you can write lightning fast and small footprint apps, but it is very complex and cryptic.
And I agree with Mohamed - C family languages are all similar syntax/flow - not exactly the same, but there are lots of similarities. If you know one, another in that family will most likely be easier to learn.
+ 2
for me Assembly and Ocaml
+ 1
if I know c or any c-family language, what prevents me from learning other c-family languages?
+ 1
And i didnt ask about only C family other languages are also mention here and the question is about ( which language ) which includes not only c but also others. Sure you understand what i mean.
+ 1
most of them are influenced by c, in away or another
+ 1
@Eric
I am trying to learn asm to use with C++!
It is a work in progress...