Conversation

Show replies
Replying to
It looks beginner friendly if you already know how to program. I tend to point rather exaggeratedly at JavaScript because it traces its lineage to ALGOL-60, just like C and C++ and C# and Java and PHP and the list goes on. Is it easy? No. But it makes a lot of other stuff easy.
1
7
Replying to
The truth is that it's hard to make a language that's truly "friendly for beginners" without it being a toy. Although I will say - getting a basic Python setup nowadays is still somehow harder than setting up a C++ toolchain for Windows in the early 2000s.
3