Difference between revisions of "User:SuzannaLinn Resident/LuaLinks"
Jump to navigation
Jump to search
(Created page with "= Lua index = * History ** What is Lua? ** User:SuzannaLinn_Resident/Lu...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
= | = Links = | ||
== Standard Lua == | |||
* | * https://www.lua.org/pil/contents.html Online book "Programming in Lua", based on version 5.0. | ||
* https://www.lua.org/manual/5.1/ Reference manual, version 5.1. | |||
* | * https://www.lua.org/manual/5.4/ Reference manual, latest version 5.4. Remember that Luau diverged from Lua in version 5.1 and some of the new features are not there (and neither will be in LuaSL). | ||
* https://www.tutorialspoint.com/lua/index.htm Tutorial | |||
* | * https://www.tutorialspoint.com/execute_lua_online.php Online editor and compiler | ||
* https://onecompiler.com/lua/ Online editor and compiler | |||
* | * https://marketplace.visualstudio.com/items?itemName=sumneko.lua Extension for Visual Studio Code | ||
* | == Luau == | ||
* https://luau.org/getting-started Reference page, the language without the Roblox libraries (which are equivalent to the LL functions in LSL) | |||
* https://create.roblox.com/docs/tutorials/fundamentals/coding-1/coding-fundamentals Tutorials, including and oriented to the Roblox libraries | |||
* https://create.roblox.com/docs/studio/setting-up-roblox-studio#installing-studio Installation of Roblox Studio, with editor, compiler and debugger. | |||
== Others == | |||
* https://lindenlab.freshdesk.com/support/solutions/articles/31000156725-accessing-aditi How to get access to the Beta Grid (Aditi) | |||
* https://wiki.secondlife.com/wiki/Project:Editing_Guidelines#How_can_I_contribute.3F How to get access to edit the SL Wiki |
Revision as of 02:42, 30 September 2024
Links
Standard Lua
- https://www.lua.org/pil/contents.html Online book "Programming in Lua", based on version 5.0.
- https://www.lua.org/manual/5.1/ Reference manual, version 5.1.
- https://www.lua.org/manual/5.4/ Reference manual, latest version 5.4. Remember that Luau diverged from Lua in version 5.1 and some of the new features are not there (and neither will be in LuaSL).
- https://www.tutorialspoint.com/execute_lua_online.php Online editor and compiler
- https://onecompiler.com/lua/ Online editor and compiler
- https://marketplace.visualstudio.com/items?itemName=sumneko.lua Extension for Visual Studio Code
Luau
- https://luau.org/getting-started Reference page, the language without the Roblox libraries (which are equivalent to the LL functions in LSL)
- https://create.roblox.com/docs/tutorials/fundamentals/coding-1/coding-fundamentals Tutorials, including and oriented to the Roblox libraries
- https://create.roblox.com/docs/studio/setting-up-roblox-studio#installing-studio Installation of Roblox Studio, with editor, compiler and debugger.
Others
- https://lindenlab.freshdesk.com/support/solutions/articles/31000156725-accessing-aditi How to get access to the Beta Grid (Aditi)
- https://wiki.secondlife.com/wiki/Project:Editing_Guidelines#How_can_I_contribute.3F How to get access to edit the SL Wiki