Skriptons
|
  |
| Joined: 29 Mar 2013 |
| Total Posts: 1433 |
|
|
| 30 Jan 2016 02:51 PM |
| What are some important lua things to learn on the wiki? |
|
|
| Report Abuse |
|
Moronism
|
  |
| Joined: 08 Feb 2010 |
| Total Posts: 451 |
|
|
| 30 Jan 2016 02:56 PM |
The actual importance of the Lua components depends entirely on what you intend to design using Lua.
Nonetheless, the standard programming concepts such as variables, functions/subroutines, data-types, and data-structures should be understood and utilized, along with default keywords/operators. All "complex" projects are derived directly from those basic concepts.
You should consider tasking yourself with constructing solutions to problems that you would like to "solve." That will allow you to create more effective algorithms as you advance.
Here is an excellent resource for acquiring Lua knowledge:
http://www.lua.org/pil/contents.html |
|
|
| Report Abuse |
|
|
| 30 Jan 2016 02:59 PM |
| Learn variables, functions, loops. Then learn how to read API pages. After that it's all uphill. |
|
|
| Report Abuse |
|