Hacker News new | ask | show | jobs
by yuashizuki 4126 days ago
Native means ur apps gets compiled to binary during compilation process, and not scripts being interpreted by a vm at runtime.
1 comments

That's interpreted/JITed vs AOT compiled, not native vs non-native.