|
|
|
|
|
by int_19h
2664 days ago
|
|
JVM is too high-level, is the problem. You're still tied to its memory model, its object model, its type system etc. It's much better to build this in layers - a standardized lowest layer that's something like WASM, then a standardized object model on top of that etc. That way, you can have a single stack supporting a broad variety of languages, with degree of interop compatibility dictated by how much in common they have. |
|