I
I
IrideSharks2014-11-04 17:16:46
Programming
IrideSharks, 2014-11-04 17:16:46

What is the difference between a compiler and an interpreter?

I understand how the first one works, but I can't figure out the difference between them.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
GavriKos, 2014-11-04
@IrideSharks

The interpreter analyzes the program line by line and immediately executes it line by line. Compiler - analyzes and converts code in a high-level language into a closer to machine language. But it does not perform object binding and other things.

E
Edward, 2014-11-04
@svargy

What is different from what?

A
Alexey Yeletsky, 2014-11-04
@Tiendil

well, there is wikipedia:
compiler
interpreter

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question