+ 1
What is the best order from the easiest to hardest for everybody who wants to learn all the programming languange?
Become the Master
3 Antworten
+ 8
Languages hardest to easiest, from someone who knows only one language but reads a lot of opinions and therefore is probably wrong in places:
Machine Language
Assembly
Esoteric languages like Brainfuck
C++
C
Rust
Swift
Haskell
Perl
Java
C#
Go
Lisp languages
JavaScript
Ruby
PHP
Python
HTML + CSS
Scratch
Pseudo-code
+ 1
in my eyes, rust and Haskell rank among the hardest to learn.
Python is easy to pickup and slightly difficult in mastering. Java is similar.
+ 1
@Ahri, you mentioned esoteric languages. Turns out Malbolge was designed to be painful and hard to learn. It is an esoteric language, a Turing complete one just as bf is. Though there is no insights on why this goal made any sense to the creators.