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.
lproven|1 year ago
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.
mdp2021|1 year ago
It's proably more like "there was a time in which computers were shipped with their own programming language, and it was BASIC (interfaced to ROM and machine code)". So, it's "BASIC as the fundamental coding tool your computer should have been shipped with".
ddgflorida|1 year ago
musicale|1 year ago
Less flexibility than Python or JavaScript, but standardized, relatively easy to use, and always there by default.