Thursday, March 24, 2016

Difference between Script and Language

ScriptProgramming Language
Script is light weight Program Programming language code (program) is Heavy weight program
Script is easy to understand and installProgramming language having trouble to understand
Script is simple to implementProgramming language code is complex to implement
Header files not required for scriptHeader file are essential part of programming language
No library required for scriptLibrary are mandatory for programming language
Script are interpreter basedLanguages are interpreter and compiler based
Scripts are used at client sidePrograms are used at client as well as Server side
Variables can be dynamically declared (implicit)Variables should be statically declared (explicit)
Script are not rule basedPrograms are completely rule based
Script having poor graphics implementationsPrograms having powerful graphics implementations
Ex. Live Script, JavaScript, VBscript, PERL Script, Python Script. Ex. FORTRAN, COBOL, PASCAL, BASIC, ALGOL, CPL, BCPL, C, C++, java, C#


No comments:

Post a Comment