|
|
|
|
|
by awinter-py
3738 days ago
|
|
interesting to see that the highly-supported VM platforms are spawning ecosystems of languages that target other languages. javascript is the best example but JVM is a close second (clojure, scala, kotlin). the trade-off here is accepting build slowness & complexity in exchange for escaping the negatives of the default language for your platform. I think we won't get off this trend until we figure out a bytecode format that balances sandboxing and portability. WASM? |
|