|
|
|
|
|
by triceratops
2024 days ago
|
|
> That claim is still valid. Have you worked with designers? Yes. I have. I'm telling you that people with zero knowledge of programming can write Hello World in 10 minutes if you teach them. That's why I'm calling your statement elitist nonsense, because it is. I was asking you what you think a "scripting" language is, not what Wikipedia says it is. |
|
Yeah well, lots of javascript programmers are not formally taught. That is still the point.
Anyone can write C programms if taken by the hand. But not without.
But allmost anyone can write javascript without being taken by the hand.
You just open the console/integrated dev tools.
Type in some commands you see on some website - voila, first programm. Then you can make experiments on the fly - because, wait for it - scripting language.
The enviroment is already there and you manipulate it with some scripts. You see immediately what works and what not.
In C you have to build your enviroment. Means setting up compiler etc. .. which means knowing the terminal or setting up complex software with nonintuitive design. Many ways of fail for the unguided beginner before the first programm succesfully compiles and .. then it still can fail on runtime.
Is that difference so hard to grasp?