logoalt Hacker News

samustoday at 4:46 AM1 replyview on HN

For the simple reason that class files with JVM bytecode are the standardized intermediate representation. Therefore, duplicating the frontend is wasted effort.


Replies

pjmlptoday at 6:31 AM

Up to a point.

Embedded systems versions tend to have their own ways, which is why despite everything Android using Dex isn't a first in the Java ecosystem.

show 1 reply