Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#ruby
The link between the running application and your handcrafted code is never severed, because that scripting code is translated every time it's invoked; in other words, for every web page that your application renders.
If you want to change selection, open document below and click on "Move attachment"

Scripting Languages
cation's source code all the time. Scripting languages have no compiler or compilation phase per se; instead, they use an interpreter—a program that runs on the web server—to translate handwritten code into machine-executable code on the fly. <span>The link between the running application and your handcrafted code is never severed, because that scripting code is translated every time it's invoked; in other words, for every web page that your application renders. As you might have gathered from the name, the use of an interpreter rather than a compiler is the major difference between a scripting language and a compiled language.


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.