+ 5
In which language are compilers and interpretors written??
compiler language
2 odpowiedzi
+ 12
That depends on the language. Java VMs are written in C or C++ for example, and C++ compilers in C or C++ also. But you can write one in any language.
0
Often compilers use a starting point in another language, then go on in the language they are for. That is called bootstrapping.