![]() |
|
#1
|
|||
|
|||
scripting languageCan anyone explain me about the basic purpose of scripting language in detail?
|
|
#2
|
||||
|
||||
Re: scripting languageA scripting language is often defined as a programming language that doesn't require compilation to run. It's usually "compiled" by an interpreter or used by a virtual machine, e.g. PHP, Perl, Python, etc. This means the computer system has to process the code everytime it's accessed, although some languages will create a "compiled" version after the first run that it will then use.
Since I'm more familiar with Python right now, I'll explain how it works. Python has an interpreter that compiles the source code after the first run, creating a .pyc file from the original .py file. If the code doesn't change, then everytime the program is called, the Python interpreter will just use the .pyc file since it's already compiled. It will only use the .py file if the source code has changed. Java does something similar to "normal" scripting languages in that it converts the source code into bytecode which is then ran via the Java Virtual Machine. This bytecode is OS independent, so you could pass the bytecode around as an "executable" version of the program. __________________
Common Sense v2.0-Striving to make the world a little bit smarter. |
|
#3
|
|||
|
|||
Re: scripting languagethanks... but i am looking for an online free source to start studying python and javascript...
You got anything in store? |
|
#4
|
|||
|
|||
Re: scripting languageDear friend ,
Following link u to help in learn basic concept in java script w3schools.com sanjay |
|
#5
|
||||
|
||||
Re: scripting languageQuote:
For learning Python, you can look at the tutorials I wrote here on GIDForums. There's also the tutorials on www.python.org, the Dive into Python ebook (just do a search), or the Python books from O'Reilly or Deitel & Deitel. __________________
Common Sense v2.0-Striving to make the world a little bit smarter. |
Recent GIDBlog
Toyota - 2008 July Promotion by Nihal
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fun and easy language | nick5309 | Miscellaneous Programming Forum | 34 | 05-Oct-2006 10:17 |
| Favorite programming language? | crystalattice | C++ Forum | 34 | 06-Dec-2005 18:23 |
| which language ? | onauc | C++ Forum | 2 | 19-Nov-2004 02:53 |
| WMV program language | KrissKross | C++ Forum | 8 | 23-Apr-2004 19:28 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The