What Is Scripting Language
what is scripting language
what, is, scripting, language
What Is Scripting Language
Post Description: what is scripting language
POST# 1188
Posted On: Sat Apr 19, 2008 5:43 pm
web hosting
Topic: What Is Scripting Language
A scripting language doesn't require a program to be compiled before it is run, All the interpretation is done on-the-fly by the client.
With a regular programming language, before you can run a program you have written, you must compile it using a special compiler to be sure there are no syntax errors. With a scripting language, the code is interpreted as it is loaded in the client. Thus, you can test the results of your code more quickly. However, errors won't be caught before the script is run and could cause problems with the client if it can't handle the errors well. In the case of JavaScript, the error handling is up to the browser being used by the viewer.


No Repies
(0) Comments for What Is Scripting Language

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload
     
  1. Introduction To Javascript
  2. What Does Object Base Scripting Mean?
  3. What Does Client Side Scripting Mean?
  4. What Are Server-side Languages
  5. What Is Client Side Language
  6. What Is Scripting Language
  7. A Hello World Example In Javascript Code