Difference between revisions of "User:SuzannaLinn Resident/LuaLinks"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 10: Line 10:
* 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.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/lua/index.htm Tutorial.


* https://www.tutorialspoint.com/execute_lua_online.php Online editor and compiler
* https://www.tutorialspoint.com/execute_lua_online.php Online editor and compiler.


* https://onecompiler.com/lua/ 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
* https://marketplace.visualstudio.com/items?itemName=sumneko.lua Extension for Visual Studio Code.




== Luau ==
== Luau ==


* https://luau.org/getting-started Reference page, the language without the Roblox libraries (which are equivalent to the LL functions in LSL)
* 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/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.
* https://create.roblox.com/docs/studio/setting-up-roblox-studio#installing-studio Installation of Roblox Studio, with editor, compiler and debugger.
Line 30: Line 30:
== Others ==
== Others ==


* https://lindenlab.freshdesk.com/support/solutions/articles/31000156725-accessing-aditi How to get access to the Beta Grid (Aditi)
* 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
* https://wiki.secondlife.com/wiki/Project:Editing_Guidelines#How_can_I_contribute.3F How to get access to edit the SL Wiki.
 
* https://modemworld.me/ Inara Pey's blog, summary of SUG meetings with (sometimes) news about Lua, among a variety of posts.
 
* https://www.youtube.com/@PanteraPolnocy/videos Pantera Północy's channel, videos of SUG meetings, and others.

Latest revision as of 01:57, 8 November 2024

Links

Standard Lua

  • 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).


Luau


Others

  • https://modemworld.me/ Inara Pey's blog, summary of SUG meetings with (sometimes) news about Lua, among a variety of posts.