English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

example of programming and scripting language

2007-04-26 16:26:33 · 4 answers · asked by aina_shaharina 1 in Computers & Internet Programming & Design

4 answers

"Programming" languages are things like C, C++, C#, Java, Visual Basic and Delphi. Program languages typically are more structured, more complex and have greater power. Some programming languages like C#, Java, and Visual Basic require a virtual machine. Instead of the code running directly against the processor, a virtual machine is used as a layer between the processor and code in order, which usually has the purpose of allowing the application to run on multiple platforms.

"Scripting" languages are things like vb script, and java script, asp, jsp, php. You usually don't have to declare variables before you use them. They aren't compiled. Scripting language are typically used in web design. This is very useful on the client side because of the security restrictions imposed by the browser.

2007-04-26 17:41:18 · answer #1 · answered by Michael M 6 · 0 0

Theoretically, scripting languages are like "lesser" programming languages that are interpreted and run (or compiled and appropriate, depending) by this technique they administration. Scripting languages have a tendency to be at a larger element than the language the overall software grow to be coded in, as they are oftentimes no longer performance severe. for example, a software coded in C or C++ may use Python as a scripting language. the excellence is if truth be told in use-case really than in language; in spite of the truth that there are scripting languages which aren't able to run on their personal, they're a lot less effortless than in basic terms utilising a programming language to script the moves of the device.

2016-10-18 04:08:12 · answer #2 · answered by mcgoon 4 · 0 0

Scripting or writing scripts, is programming within a program. Traditionally you would write scripts to automate certain functionality within another program. Traditionally scripts would have very specific task .
A scriptin language is
Easy to learn - compared to traditional programming languages.
It takes much less code to do something with scripting than when using a traditional programming language.

They are processed from scratch every time you run them,
A compiled language (like Java and C,) are processed once (think of a food processor) and reduced (if you will,) to a simpler form that allows it to run faster than a script that has to be reprocessed every time
Scripting languages run inside another program.
Scripting languages are not compiled.
Scripting languages are easy to use and easy to write.

2007-04-26 16:34:22 · answer #3 · answered by Anonymous · 0 0

Programming languages need to be compiled like C or C++. Scripting languages like ActionScript or JavaScript are interpreted and read line-by-line.

2007-04-26 16:32:03 · answer #4 · answered by sfpiano 4 · 0 0

fedest.com, questions and answers