Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一堆需要移植到 Google App Engine 应用程序的 Lua 脚本。理想情况下,我希望能够在 Python 中运行这些脚本,无论是通过解释器还是使用 Lupa 之类的包装器/桥接器。关于如何做到这一点的任何想法?
在 App Engine Flex 中设置单独的微服务,以便您可以执行以下操作:
从 Python 运行 Lua 脚本