Skip to content Skip to footer

In the context of computer programming, an interpreter is a program that reads source code written in a high level language line-by-line and translates it into machine code,, executing each line immediately after it is translated. The interpreter does not generate an executable file. Popular interpreted programming languages include Python, Ruby, and JavaScript. Interpreted code is generally slower to execute compared to compiled code because the translation process happens during runtime.

0
    Your Cart
    Your cart is empty