Lua on Google App Engine

Can I use Lua with the Google App Engine? I admit there will be a lot of Java glue, but I would like to use Lua for most of the logic.

+3
source share
2 answers

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.

+6
source

, Lunatic Python Lua Python . , Lua, Python, Google App Engine. .

0

Source: https://habr.com/ru/post/1749321/


All Articles