Hola:
Referencias sobre el lua...
There are many reasons as to why we selected Lua, the foremost being its simple procedural syntax (which will mean that developers of well-known languages, such as Java or C, will experience very little difficulty in adjusting to Lua syntax) and also the way that Lua has been designed from the ground up to extend existing applications (thereby making it the obvious choice for add-on developers to extend Rail Simulator).
Lua is free open source software.
The official Lua site is http://www.lua.org, and on this site you can find a great deal of support including:
- the Lua 5.1 Reference Manual (available online at: http://www.lua.org/manual/5.1/)
- First edition of Programming in Lua (available online at: http://www.lua.org/pil/).
There are also many unofficial discussion and help groups available for people who would like to learn to program in Lua.
Saludos.