Difference between scripting language and programming language??
Answer Posted / me
Not that it *really* matters, but strictly speaking a
programming language indicates that the written code has to
be compiled using a compiler for the target platform
(Windows, Unix etc), before it can be executed, like for
instance you compile C++ code into an exe file that you can
run by double-clicking it.
A scripting language is a script that is loaded into and
executed by a parser, like for instance javascript.
The javascript parser (or engine) itself would be a program
that is compiled, executed and is running in memory. The
javascript that we then add, is loaded by the engine and
then executed (parsed).
The same thing goes for web pages, the webbrowser (internet
explorer for example) is written in a programming language,
then compiled into an exe (iexplore.exe) and runs in memory
when you start it. The web page is written in HTML (for
example) and loaded into your browser. The browser parses
the HTML script and shows you the webpage.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How do you round a value in javascript?
In a pop-up browser window, how do you refer to the main browser window that opened it?
Which is best for front end?
How many functions are there in javascript?
Is javascript necessary?
Can we learn javascript without knowing java?
Can I open javascript on iphone?
Explain few difference between null, undefined or undeclared javascript variable?
What is dataview in javascript?
How can you create an Object in JavaScript?
Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
Explain spread operator in javascript?
How to set the focus in an element using javascript?
List the comparison operators supported by javascript?
How javascript sort function works?