郭學聰 (Hsueh-Tsung Kuo)
Abstract
In some domain of computer & information industries, such as, gaming, Lua is an excellent embedded script language. It can be used to describe daily changed business logic and rule description, but keep consuming little resource including CPU and memory. If we need to offer programmable part in a Python based executable or system for non-programmer, such as game master and multimedia creator, Lua is a well choice. Integrating Lua with Python seems to be easy when using Lua modules from PyPI, but actually has some pitfalls inside, including isolation and complex data exchanging. So I will share some experiences and hope who want to integrate Lua with Python could avoid these traps.
Description
Video