|
|
|
|
|
by pjmlp
4361 days ago
|
|
Java happened. Sun took the JIT from SELF and everyone went JIT, repeating the VM everywhere from the P-Code days. Forgetting the native wave that followed. However Java and C# do have quite a few native compilers available. They just tend to be forgotten on discussions about them. |
|
Are there any viable ones for java? It would be pretty cool if one could leverage some of the java ecosystem without having to include a vm. EDIT: I'm guessing that making command line utilities would be more viable, for example.