script query

  • Thread starter Thread starter reiks
  • Start date Start date
R

reiks

How is script-based programming different from the
langauges like C,C++?

I need a detail explanation

plzz help me out
 
Hi Reiks,

This is not a platform to ask a detail explanation I think that for that you
have to go to the library.

But in general
Code made with script language is never compiled to machine code or
intermidiate code, that is everytime done when it is processed.

Code made with languages as C, C++ are first compiled and than is the
compiled program resused everytime. This is of course much faster than
scripting.

I hope this gives an idea about it?

Cor
 
Back
Top