I'm looking for good websites for LUA tutorials. I found a few, but they seem incomplete. At least one lists several commands, for instance, without links to a webpage. I also do not understand what compiler I would need. It seems like a Python interpreter would do the job.
good websites for LUA tutorials?
Posted by Worldthinker on Sat 21 Oct 2017 07:12 AM — 2 posts, 15,325 views.
Quote:
LUA
LUA
It's Lua, not LUA.
Anyway, start here:
https://www.mushclient.com/forum/?id=13912&reply=1#reply1
Quote:
I also do not understand what compiler I would need.
I also do not understand what compiler I would need.
Lua is an interpreted language, not a compiled one. You use the Lua interpreter.
Quote:
It seems like a Python interpreter would do the job.
It seems like a Python interpreter would do the job.
The Python interpreter would be the right choice if you were trying to write Python code instead of Lua code.