GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 12-Dec-2006, 07:27
sai krishna sai krishna is offline
New Member
 
Join Date: Nov 2006
Posts: 16
sai krishna is on a distinguished road

scripting language


Can anyone explain me about the basic purpose of scripting language in detail?
  #2  
Old 12-Dec-2006, 21:06
crystalattice's Avatar
crystalattice crystalattice is offline
Flame War Instigator
 
Join Date: Apr 2004
Location: San Diego
Posts: 1,534
crystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nice

Re: scripting language


A 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  
Old 22-Dec-2006, 06:31
wajahat wajahat is offline
New Member
 
Join Date: Dec 2006
Posts: 20
wajahat is on a distinguished road

Re: scripting language


thanks... but i am looking for an online free source to start studying python and javascript...

You got anything in store?
  #4  
Old 23-Dec-2006, 00:12
nichole nichole is offline
New Member
 
Join Date: Dec 2006
Posts: 1
nichole is on a distinguished road
Cool

Re: scripting language


Dear friend ,


Following link u to help in learn basic concept in java script

w3schools.com



sanjay
  #5  
Old 23-Dec-2006, 12:53
crystalattice's Avatar
crystalattice crystalattice is offline
Flame War Instigator
 
Join Date: Apr 2004
Location: San Diego
Posts: 1,534
crystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nice

Re: scripting language


Quote:
Originally Posted by wajahat
thanks... but i am looking for an online free source to start studying python and javascript...

You got anything in store?
W3CSchools is good. You can also try www.htmlgoodies.com for more Javascript primers.

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 GIDBlogToyota - 2008 July Promotion by Nihal

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

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

All times are GMT -6. The time now is 08:40.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.