lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Jan 18, 2010 at 12:39 PM, Andrea D'Amore <and.damore@gmail.com> wrote:
> Hello,
> with reference to
> <http://lua-users.org/lists/lua-l/2008-09/msg00443.html> are there any
> news about integrating Lua into Google App Engine?
>
> Is it possible at all to run lua code in App Engine using Lunatic?

Lunatic Python uses the native Lua interpreter, so the answer is no.
You can try one of the Lua interpreters for the JVM (LuaJ, Kahlua,
Mochalua...); they may need changes to the io library, and you will
have to write bindings to interface the Lua code to the app engine
Java libraries.

--
Fabio Mascarenhas