4f8a0efa0d
syntax that is used for accessing Lua`s native objects, without any need for declarations or any kind of preprocessing, and also allows Java to implement an interface using Lua. WWW: http://www.keplerproject.org/luajava/ PR: 118529 Submitted by: Sunghyuk Do <sunghyuk@gmail.com> Approved by: miwi (mentor)
6 lines
295 B
Text
6 lines
295 B
Text
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, and also allows Java to implement
|
|
an interface using Lua.
|
|
|
|
WWW: http://www.keplerproject.org/luajava/
|