118k views
3 votes
Why some programming languages use compilers and other interpreters ?​

User Itsathere
by
4.7k points

1 Answer

4 votes

Answer:

A compiler takes a lot of time to analyze the source code. However, the overall time taken to execute the process is much faster. An interpreter does not generate an intermediary code. Hence, an interpreter is highly efficient in terms of its memory.

Step-by-step explanation:

User Eflyax
by
3.6k points