Where to learn Lua?
Where did you learn Lua? I'm trying to learn it for Garrys Mod, and can't seem to find a good up-to-date guide.
Yeah, there are probably only a few legitimately difficult Lua concepts.
The only real things you could have issues with is the C API, coroutines, the functional programming aspects of the language, and maybe completely grasping the concept of tables. (Actually, those things I stated are already pretty much half the entire language. Lua isn't a huge language, but because of the things I mentioned it makes it extremely powerful and capable.)