What is different between Scripting language and Markup language ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is different between Scripting language and Markup language ?

20th Jun 2017, 12:33 AM
Abdalgader
Abdalgader - avatar
4 Answers
+ 3
scriptling language u can make programs, like 3+4, in a markup language it just put the things on the screen for u, but no "running program", did u understand?
20th Jun 2017, 12:40 AM
Juliano Ventola
Juliano Ventola - avatar
+ 1
Markup uses tags to render a screen(HTML) or describe information (XML). scripting languages are able to execute logic e.g. what to display, validation, add variables, initiate processes. Scripting languages don't require compiling. This is a trade-off as they are faster to deploy/change but often slower to execute.
20th Jun 2017, 1:17 AM
Owen Christie
0
Juliano Ventola ,Thanx alot , yeah I got it now in simple concepts. Can you explain it to me as programming concepts?
20th Jun 2017, 10:14 PM
Abdalgader
Abdalgader - avatar
0
Jesus , Thanx alot , You mean that the Scripting languages need to interpreting rather than compiling .and this directly explain to me the difference agenist the Compiled (Programming) languages !
20th Jun 2017, 10:26 PM
Abdalgader
Abdalgader - avatar