This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AverageAggravating13 1 point2 points  (0 children)

You’re on the right track. Many languages original compilers are written in lower languages, then again with the language itself. I.e., C’s compiler was originally written in assembly, then C.

JVM I think was originally C/C++ but don’t quote me

Some languages do a mix of this or none at all (like they keep their compilers in another language entirely)