Hacker News new | ask | show | jobs
by kaba0 985 days ago
Go is not a low-level language. They already have Java which sits at the exact same level.
1 comments

They have kotlin which can even compile to native binaries that run without a VM.
That can only compile a very limited subset of normal code.

But no need for that, Android already does AOT.