Jump to content

about the defining of scripting

Featured Replies

I am a bit confused about the difference between programming and scripting.......

 

Can any one tell me the definition of scripting?

 

Albert

For the most part, scripts are an interpreted language; that is, an interpreter will go through your code line by line, and execute those instructions as it goes along (for example, PHP, perl, Python, etc). A compiled language (such as C/C++), the entire source file is converted to a format the machine can understand - please note that most of the time this isn't machine code, but rather an extremely fast and rather simplistic interpreted language.

  • Author

Then , What is the difference of Unix Shell and Unix commands?

 

Albert

A unix shell is basically an interpreter - it does the executing part.

 

You type commands into this shell and it executes them - basically you tell the shell what to do.

 

If you're referring to UNIX applications, then these are (for the most part) compiled programs that, as I said before, are put into a specific format (ELF mostly) for a very fast interpreter built into the kernel.

  • Author

Do all scripting languages use for making webiste? if not, then what is the use of scripting language in another ways?

 

Albert

  • Author

Acutally, What is the name of Windows script? is it vbscript?

What does Windows script do?

 

Albert

  • Author

but Dave, you say that vbscript is used on Internet, Does nt it have other uses on Windows except on Internet?

 

Albert

As far as I'm aware, the two main uses for VBScript are:

 

1) To add functionality to webpages (in the same kind of way as JavaScript)

2) To add functionality to programs in general, if the programmer so desires.

 

I can't tell you any more than that, sorry :)

Archived

This topic is now archived and is closed to further replies.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.