mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
6 lines
292 B
Text
6 lines
292 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/
|