User:SuzannaLinn Resident/LuaLinks: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
SuzannaLinn Resident (talk | contribs)
No edit summary
SuzannaLinn Resident (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
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.




== Others ==
== SLua ==


* 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://releasenotes.secondlife.com/viewer.html How to download the "Second Life Project Lua Editor" viewer.
 
* https://feedback.secondlife.com/slua-alpha General discussion and feedback on SLua Alpha, to post issues and suggestions.
 
* https://discord.com/channels/677442248157167619/1348710493656977488 SecondLife discord, channel scripting-lua.
 
* 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 06:32, 1 April 2025

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


SLua

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