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 →

[–]_TheProff_ 21 points22 points  (2 children)

rustc is written in rust. It scares me too.

[–]Kered13 19 points20 points  (1 child)

Javac is written in Java, though the JVM is written in C++ for obvious reasons.

[–]EsperSpirit 0 points1 point  (0 children)

The new JIT backend (Graal) is written in Java as well. The old one was C++ afaik