Page 1 of 1

Lua exercises

Posted: Mon Mar 09, 2026 2:58 am
by gamer69
Hi just getting into LUA seriously now and wonder what exercises people recommend to help you learn it within the CMO context.

Thank you

Re: Lua exercises

Posted: Mon Mar 09, 2026 5:11 pm
by BDukes
gamer69 wrote: Mon Mar 09, 2026 2:58 am Hi just getting into LUA seriously now and wonder what exercises people recommend to help you learn it within the CMO context.

Thank you
Best way to learn it is to use it. I think picking a small task you'd like it to do as a great start and will keep you more interested. You can also download user scenarios and see examples of what they've done. Most AI language models can generate the code now, just makes sure you add a few detail level things to your query like the URL of the documentation (https://commandlua.github.io/).

M

Re: Lua exercises

Posted: Mon Mar 09, 2026 5:18 pm
by Knightpawn
BDukes wrote: Mon Mar 09, 2026 5:11 pm Most AI language models can generate the code now, just makes sure you add a few detail level things to your query like the URL of the documentation (https://commandlua.github.io/).

M
Further to the above, I have asked Claude - to design (using code from the above URL only) a Lua course for me (no prior knowledge whatsoever) focused on CMO. It started by asking if I have some prior knowledge of excel functions (which I do) and then started teaching step by step in a really enjoyable fashion.