Question

Is it possible to embed the Python DLL to a Lua program? And expose functions to it? I've also thought about a wrapper library, if Lua can't handle this on its own. May there be already a project trying this?

Était-ce utile?

La solution

A quick googling finds Lunatic Python, a two-way Python-Lua bridge.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top