Hacker News new | ask | show | jobs
by jeffdavis 4494 days ago
"Other than garbage collection..."

Control over memory management is a major, major design point. In my opinion, it's a lot more significant than whether it runs in a VM or uses native code.

For one thing, running in a VM vs. native code is usually an implementation detail. But the only language I can think of where memory management appears to be an implementation detail is Ada.