![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| [SOLVED] explain how you would distinguish a scripting language such as javascript fr ...full blown programming ...? how to distinguish a scripting language such as javascript from a full blown programming language such as java pay particular attention as it is being used for web programming |
| |
| |||
| A scripting language has an INTERPRETER, which is a program that interprets the instruction into something that the processor can execute at the time of execution. A compiled program, on the other hand, is executable and runs directly on the processor in binary form. Scripts can be run on every platform that has an interpreter (i.e Linux, Mac, Sun, a PDA, anything) but binary code is much faster for demanding applications. |
![]() |
| Thread Tools | |
| Display Modes | |
| |