[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Is it possible to perfectly convert the Python script (the one without peripheral operations, e.g: IO) to Lua script?
- From: 孙世龙 sunshilong <sunshilong369@...>
- Date: Fri, 29 Jan 2021 11:28:31 +0800
Hi, list
Is it possible to perfectly convert the Python script to Lua script?
The script that contains peripheral operations is not to be considered.
I find an open source project(i.e
https://github.com/dmitrii-eremin/python-lua) which may achieve this
goal, but it seems not been maintained anymore since 2017.
Best regards
sunshilong