PDA

View Full Version : scripts vs. source codes



Texas2Step
2011-12-22, 12:55 AM
What's the main difference between a source code and a script? Which is the more complex of the two?

suwunk
2012-01-16, 09:53 PM
"Scripts" are distinct from the core code of the application, as they are usually written in a different language and are often created or at least modified by the end-user. Scripts are often interpreted from source code or bytecode, whereas the application is typically first compiled to native machine code.
Scripting language - Wikipedia, the free encyclopedia (http://en.wikipedia.org/wiki/Scripting_language)
I think source codes are more complex than scripts