What is an Interpreted language?

Last updated 3 years, 3 months ago | 1210 views 75     5

Tags:- PHP Python

Interpreted language

An Interpreted language executes its statements line by line. Languages such as Python, Javascript, R, PHP, and Ruby is a prime examples of Interpreted languages. Programs written in an interpreted language runs directly from the source code, with no intermediary compilation step.