How interpreters for programming languages are made. Do they need another programming language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How interpreters for programming languages are made. Do they need another programming language?

How interpreters for programming languages are made. I want to know that how people make their programming language and we use it.

15th Dec 2020, 4:33 PM
NOOB
NOOB - avatar
1 Answer
+ 3
Compliers and Interpreters are often written in the langauge they are compiling. Also they are often written in low level lanagauges such as C, to increase the speed of interpreting and Compiling.
15th Dec 2020, 4:59 PM
Ratnapal Shende
Ratnapal Shende - avatar