I love Lua with all my heart and sole. I can’t stand that python doesn’t have an end statement and you have to indent to perform scoping. However, there are so many libraries available on python that simply don’t exist in Lua. Has any thought been done behind allowing Lua to call python modules? I am sure my question is an ignorant one but it sure would be nice to:
import cv2
import mqtt
import swat
import numby
import dlpy
The list is grand.
L