|
|
|
|
|
by herohamp
1882 days ago
|
|
Portability.
Say I wanted to make language X run on all platforms, but I didn't actually care about compiling it on all platforms. I can just write a relatively simple VM for each platform. This is one of the reasons Java was and still kinda is so ubiquitous |
|
Edit: ^Aside from being able to execute the bytecode on any platform