Skip to content

Comment on The C Programming Language - Part 0

Comments

> So a Java program which is compiled to byte code is actually run as an interpreted program using the jvm as an interpretor.

Of course, this is not quite true; large parts of the program are JITted, and the result is sometimes faster than C.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.