开发者

Does Scala run on the JamVM

开发者 https://www.devze.com 2023-01-31 17:03 出处:网络
Does Scala 2.8 ru开发者_如何学JAVAn on the JamVM? Yeah, it works. I just wrote a small program on it, and it was fine. Under stress I guess is a separate issue.I see no reason why it wouldn\'t, but th

Does Scala 2.8 ru开发者_如何学JAVAn on the JamVM?


Yeah, it works. I just wrote a small program on it, and it was fine. Under stress I guess is a separate issue.


I see no reason why it wouldn't, but the best way to check this is to try it out.


Scala produces 100% valid Bytecode.

So the real question becomes: "Is JamVM compatible with valid Java bytecode?"

That one I can't answer, but I suspect that it is :)

0

精彩评论

暂无评论...
验证码 换一张
取 消