+ 1

Which language is used to create another programming language?

1st Jul 2019, 7:00 AM
Sammash Mashsam
Sammash Mashsam - avatar
2 Antworten
+ 1
Usually C or C++ for performance.
1st Jul 2019, 7:03 AM
Paul Grasser
Paul Grasser - avatar
+ 1
For interpreted languages, it's usually C. For compiled languages, the compiled languages are usually written in the language itself. The C/C++ compiler GCC was written in C and now it is written in C++. The Go compiler is written in Go. The C# compiler is written in C#. The Java compiler is written in Java. And so on.
1st Jul 2019, 8:20 AM
Vlad Serbu
Vlad Serbu - avatar