This may be possible with a Lua port, such as Kahlua or Jill (Lua is implemented in Java). The Wiki Wiki page on the Lua Implementations does not show ports written in Python.
But you cannot use "vanilla" Lua because it is written in C; as you probably know, GAE only allows Java and Python code.
source
share