- 授权协议: MIT
- 开发语言: Java Lua
- 操作系统: 跨平台
- 软件首页: http://www.luaj.org/luaj/3.0/README.html
- 软件文档: http://www.luaj.org/luaj/3.0/README.html
软件介绍
Luaj 是一个 Java 的 Lua 解释器,基于 Lua 5.2.x 版本,目的是:
基于 Java 的实现,可以在 Java 应用中集成 Lua 虚拟机
轻量级、高性能的执行 Lua
多平台支持
完整的库和工具支持
可在 Java ME、SE 和 EE 环境中执行
luajava api 支持
混合调试
你可直接在 Java 应用中执行 Lua 脚本:
import org.luaj.vm2.*;
import org.luaj.vm2.lib.jse.*;
Globals globals = JsePlatform.standardGlobals();
LuaValue chunk = globals.load("print 'hello, world'");
chunk.call();
Weaving the Web
Tim Berners-Lee / Harper Paperbacks / 2000-11-01 / USD 15.00
Named one of the greatest minds of the 20th century by Time , Tim Berners-Lee is responsible for one of that century's most important advancements: the world wide web. Now, this low-profile genius-wh......一起来看看 《Weaving the Web》 这本书的介绍吧!
