Solarus-Games English Forum

Solarus => Development => Topic started by: HylianThief on October 18, 2015, 12:16:49 AM

Title: Help? :/
Post by: HylianThief on October 18, 2015, 12:16:49 AM
I wanted to know if anyone could help me understand LUA, because its really confusing for me :-\ Is there any simpler way to understand?
Title: Re: Help? :/
Post by: Christopho on October 18, 2015, 11:35:19 AM
To learn Lua, I recommend the Programming in Lua book: http://www.lua.org/pil/contents.html
Title: Re: Help? :/
Post by: froggy77 on October 18, 2015, 12:35:09 PM
I use repl.it (https://repl.it/languages) to test and understand basic commands of Lua (https://repl.it/languages/Lua) (There are different languages).


Title: Re: Help? :/
Post by: MetalZelda on October 18, 2015, 06:38:44 PM
If you have some knowledges in RUBY, it might be much easier to learn.
Title: Re: Help? :/
Post by: HylianThief on October 24, 2015, 06:49:28 AM
Quote from: Christopho on October 18, 2015, 11:35:19 AM
To learn Lua, I recommend the Programming in Lua book: http://www.lua.org/pil/contents.html
Thanks a lot! I'll be reading on this. :-)