Why there is no port of python libraries to lua?
Lua is truly a fantastic language with many advantages.
It's easy to use and understand, and much faster than Python. I believe it could be a better alternative to Python, as both are interpreted languages.
So why not migrate Python libraries to Lua?
I understand that Lua's best use is integrating with other systems due to its small size and good compatibility with C.
I think the only real advantage Python offers is its integrated environment. If Lua had this feature, there would be no need for Python.
I know this might sound a bit optimistic, but I'd like to know if there are any other limitations preventing this?
Thank you in advance.
Edit: I want to thank everyone who commented on this post, I learned a lot from all of you and made me look at the topic from a new perspective.