日期:2014-05-16  浏览次数:20335 次

BicaVM-使用JavaScript写的JVM
BicaVM
======

This project is an implementation of a JVM in JavaScript. At the
moment it runs Java code, but is more like a proof of concept than a
real JVM. A lot of work is required to make this JVM run Java code
(including writing an entire runtime enviroment).

超级大牛:程序员Artur Ventura.使用JavaScript写的JVM,可以运行60%的Java编译码。代码未经过调优。但是Javascript可以跨浏览器运行,无论在PC机上,还是现在流行的移动设备,如:iphone,ipad等运行使用。

获取代码:https://github.com/nurv/BicaVM