Saved Bookmarks
| 1. |
How scripting language is differ from programming language? |
|
Answer» A scripting or script language is a programming language that SUPPORTS scripts: programs written for a special runtime ENVIRONMENT that automate the execution of TASKS that COULD alternatively be executed one-by-one by a human operator. Scripting languages are often interpreted (rather than compiled). |
|