I’m looking into using Lua in a web project. I can’t seem to find any way of directly parsing in pure python and running Lua code in Python.
Does anyone know how to do this?
Joe
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s this project (pylux) which embeds Lua in Python. It seems rather inactive though, but it may be a good project to have a look at.