|
I’ve
been developing a new implementation of the LuaJava
for Lua 5.0 LuaJava is a scripting tool for Java. The goal of this
tool is to allow scripts written in Lua to manipulate components developed in Java. LuaJava allows
Java components to be accessed from Lua using the same
syntax that is used for accessing Lua`s native objects,
without any need for declarations or any kind
of preprocessing. LuaJava also allows Java to implement an interface using Lua. I have released a beta version availabe at http://www.ideais.com.br/luajava It is available
under the same terms and
conditions as the Lua language. Any feedback is welcome. Thanks, Thiago --- |