Back

Explore Courses Blog Tutorials Interview Questions
0 votes
1 view
in Others by (32.9k points)
What is meant by interpreter?

1 Answer

0 votes
by (31.8k points)

An interpreter is a computer program that reads and executes code, line-by-line that is written in a high-level programming language. Interpreters are commonly used in scripting languages like Python, JavaScript, and Ruby. They allow developers to analyze and improve their code since they can immediately see the results of their changes without having to wait for a compilation step. However, in some cases, it may be slower than compiled code because the code is being interpreted at runtime.

If you are interested in learning about interpreter, then check out the video below for more information -

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Apr 15, 2023 in Others by Nisha S (31.8k points)

Browse Categories

...