Why does a programmer need to learn scripting language or mark up before engaging fully in programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Why does a programmer need to learn scripting language or mark up before engaging fully in programming

3rd May 2017, 7:14 PM
Abaebu Marshall
Abaebu Marshall - avatar
2 Answers
+ 5
My idea is that basically there must be a beginning as I do not believe in magic to wake up as a programmer....scripting is just the basics of the programming world
3rd May 2017, 7:16 PM
Abaebu Marshall
Abaebu Marshall - avatar
+ 7
it's not necessary. it's just the easiest way to begin with programming. take JavaScript for example: everyone has a browser and a text editor, so you don't need to download and install additional software to start coding. you don't need to compile the code. you see the results right away. you'll learn how to structure your code, you learn about loops and conditions, also methods/functions. this knowledge makes it much much easier to head over to programming languages like C++ or java.
3rd May 2017, 7:21 PM
Mario L.
Mario L. - avatar