|
|
|
|
|
by Freebytes
556 days ago
|
|
In the past, BASIC was certainly the easiest programming language to use, but ironically, many newer programming languages are now actually easier to learn. Yes, BASIC is easy, but Python, PHP, and C# are actually just as easy as the old syntax when it comes to web based solutions. |
|
I'd really dispute that.
I've never looked at C# but no member of the C or greater curly-braces family is genuinely easy. It's just familiarity.
Python is a mess in places because the C libraries underneath show through.
This ugly mess:
https://docs.python.org/3/library/stdtypes.html#printf-style...
PHP is an ugly mess from "Hello, world" on up.