Monday, 7 May 2012

0 Different Between Scripting languages and Programming language


Scripting languages  interpreted at run-time. means every time when  we want to run the program, a separate program needs to read the code and interpret it, and then follow the instructions in the code. (for example. PHP, ASP, JSP, JavaScript, VBScript etc...)

On the other hand Programming language are compiled before  run. Once they are compiled, it can run any number of times. Because compiled code are already been interpreted into machine language, so it is typically faster than scripting language. (for example. C, C++, vb,c# etc.)

0 comments:

Post a Comment

 

Coding Authority Copyright © 2011 - |- Template created by O Pregador - |- Powered by Blogger Templates