What programming languages were used to program programming languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What programming languages were used to program programming languages?

13th Jun 2018, 9:03 AM
Owbird
Owbird - avatar
2 Answers
+ 4
It's a little bit more complex than this, when you want to create a new programming language you have to design its syntax, than you have to write a compiler, or an interpreter, to make the code in your new programming language work. The compiler, or interpreter, could be written in any language, but usually is c++ because of its high performance. Hope this answered your question. PS: this could help understand https://medium.freecodecamp.org/the-programming-language-pipeline-91d3f449c919
13th Jun 2018, 9:19 AM
Daniele Lasagno
Daniele Lasagno - avatar
0
thanks
13th Jun 2018, 9:21 AM
Owbird
Owbird - avatar