Thursday, March 19, 2020

Application (Programming) Language vs Scripting Language

https://www.programmingeeks.com/scripting-vs-programming-languages/

The compiled languages came to be known as programming languages and the ones that utilized an interpreter were known as scripting languages.

Scripting Language:
Interpreter based, no need to compile
Does not create a file type
JavaScript, PHP, Ruby, Perl, VB Script, etc.


Programming Language:
Compiler based ,needs to compile first
Creates a .exe file
C, C++, Java, Pascal, C#, VB, Basic, COBOL, etc.


No comments:

Post a Comment

JMeter Simple Controller

  Simple Controller is just a  container  for user request.