mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Merge 579ea3821b
into a7068ea636
This commit is contained in:
commit
53e1b48c93
@ -426,7 +426,7 @@ Luego, leí el libro oficial de [Programación en Lua](http://www.lua.org/pil/co
|
||||
Ese es el cómo.
|
||||
|
||||
Podría serle útil darle un vistazo a
|
||||
[Lua Short Reference](http://lua-users.org/wiki/LuaShortReference) en lua-users.org.
|
||||
[Lua Short Reference](http://lua-users.org/files/wiki_insecure/users/thomasl/luarefv51.pdf) en lua-users.org.
|
||||
|
||||
Los principales temas no cubiertos son las librerías estándar:
|
||||
|
||||
|
@ -435,7 +435,7 @@ les librairies standard:
|
||||
Autres références complémentaires:
|
||||
|
||||
* [Lua pour programmeurs](http://nova-fusion.com/2012/08/27/lua-for-programmers-part-1/)
|
||||
* [Référence condensée de Lua](lua-users.org/files/wiki_insecure/users/thomasl/luarefv51.pdf)
|
||||
* [Référence condensée de Lua](http://lua-users.org/files/wiki_insecure/users/thomasl/luarefv51.pdf)
|
||||
* [Programmer en Lua](http://www.lua.org/pil/contents.html)
|
||||
* [Les manuels de référence Lua](http://www.lua.org/manual/)
|
||||
|
||||
|
@ -401,7 +401,7 @@ I started with [BlackBulletIV's Lua for programmers](https://ebens.me/posts/lua-
|
||||
Next I read the official [Programming in Lua](http://www.lua.org/pil/contents.html) book.
|
||||
That's the how.
|
||||
|
||||
It might be helpful to check out the [Lua short reference](http://lua-users.org/wiki/LuaShortReference) on lua-users.org.
|
||||
It might be helpful to check out the [Lua short reference](http://lua-users.org/files/wiki_insecure/users/thomasl/luarefv51.pdf) on lua-users.org. Also avilable in [single-column](http://lua-users.org/files/wiki_insecure/users/thomasl/luarefv51single.pdf) format.
|
||||
|
||||
The main topics not covered are standard libraries:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user