Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Nov 24 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Nov 24

There are 2 main families of language.

There are those which read your source code and interpret what you want to
do *while* reading through your script, hence the name "interpreter".

Then there are those which take your source code and convert it into
something which your processor and operating system understand without
having to use an interpreter. Since these programs are converted into
binary, or "compiled", they run much faster than interpreted programs.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Difference between a script and a program Or get search suggestion and latest updates.


Tagged: