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

From Second Life Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Learning Lua: The New Scripting Language for SL. =
= Introducing Lua: The New Scripting Language for SL. =


In this pages, I am compiling information about Lua and LuaSL to give you an overview of their features and functionalities.
In these pages, I am compiling information about Lua and LuaSL to give you an overview of their features and functionalities.
 
 
I have opened a topic in the community forums: [https://community.secondlife.com/forums/topic/516476-expecting-lua/ Expecting Lua]. If you have any additional information, questions, comments, opinions or anything else related to Lua in SL that comes to mind, please share them! :)




Line 9: Line 12:


For advanced scripters who have a solid understanding of other programming languages and don't require detailed classes, I will host script meetings and Q&A sessions, to exchange ideas and ask questions.
For advanced scripters who have a solid understanding of other programming languages and don't require detailed classes, I will host script meetings and Q&A sessions, to exchange ideas and ask questions.
If LSL is your main scripting language and you want to expand your programming skills beyond SL, learning Lua is a great next step. Lua introduces powerful features and modern programming concepts that will broaden your knowledge and make it easier to transition to modern, in-demand languages like C#, Python, and JavaScript.




== Lua index ==
== Lua index ==


* [[User:SuzannaLinn_Resident/LuaHistory | History]]
* [[User:SuzannaLinn_Resident/Lua_History | History]]
** [[User:SuzannaLinn_Resident/LuaHistory#What_is_Lua.3F | What is Lua?]]
** [[User:SuzannaLinn_Resident/Lua_History#What_is_Lua.3F | What is Lua?]]
** [[User:SuzannaLinn_Resident/LuaHistory#Why_Lua.3F | Why Lua?]]
** [[User:SuzannaLinn_Resident/Lua_History#Why_Lua.3F | Why Lua?]]
** [[User:SuzannaLinn_Resident/LuaHistory#Which_Lua.3F | Which Lua?]]
** [[User:SuzannaLinn_Resident/Lua_History#Which_Lua.3F | Which Lua?]]




Line 26: Line 32:
** [[User:SuzannaLinn_Resident/LuaLanguage1#Tables_as_lists | Tables as lists]]
** [[User:SuzannaLinn_Resident/LuaLanguage1#Tables_as_lists | Tables as lists]]
** [[User:SuzannaLinn_Resident/LuaLanguage1#Tables_as_.28key.2C_value.29_pairs_.28like_the_linkset_data.29 | Tables as (key, value) pairs (like the linkset data)]]
** [[User:SuzannaLinn_Resident/LuaLanguage1#Tables_as_.28key.2C_value.29_pairs_.28like_the_linkset_data.29 | Tables as (key, value) pairs (like the linkset data)]]
** [[User:SuzannaLinn_Resident/LuaLanguage1#Tables_of_functions_instead_of_if...elseif_chain | Tables of functions instead of if...elseif chain]]
** [[User:SuzannaLinn_Resident/LuaLanguage1#Events_and_states | Events and states]]




Line 32: Line 40:
** [[User:SuzannaLinn_Resident/LuaLanguage2#Functions.2C_parameters_and_returns | Functions, parameters and returns ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Functions.2C_parameters_and_returns | Functions, parameters and returns ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Functions.2C_anonymous_functions | Functions, anonymous functions ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Functions.2C_anonymous_functions | Functions, anonymous functions ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Sorting_dictionary_tables | Sorting dictionary tables ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Closures | Closures ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Closures | Closures ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#For_and_iterators | For and iterators ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#For_and_iterators | For and iterators ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Metatables_and_metamethods | Metatables and metamethods ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Metatables_and_metamethods | Metatables and metamethods ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Objects | Objects ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Objects | Objects ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Objects_and_encapsulation | Objects and encapsulation ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Objects_and_inheritance | Objects and inheritance ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Objects_and_inheritance | Objects and inheritance ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Objects_and_inheritance_with_functions_override | Objects and inheritance with functions override ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Objects_and_abstract_classes | Objects and abstract classes ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Objects_and_multiple_inheritance | Objects and multiple inheritance ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Objects_and_multiple_inheritance | Objects and multiple inheritance ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Error_handling | Error handling ]]
** [[User:SuzannaLinn_Resident/LuaLanguage2#Error_handling | Error handling ]]
Line 56: Line 68:
** [[User:SuzannaLinn_Resident/LuaFuture#Should_we_stop_learning_LSL_and_wait_for_Lua.3F | Should we stop learning LSL and wait for Lua?]]
** [[User:SuzannaLinn_Resident/LuaFuture#Should_we_stop_learning_LSL_and_wait_for_Lua.3F | Should we stop learning LSL and wait for Lua?]]
** [[User:SuzannaLinn_Resident/LuaFuture#Will_LuaSL_be_updated_to_the_new_versions_of_Luau.3F | Will LuaSL be updated to the new versions of Luau?]]
** [[User:SuzannaLinn_Resident/LuaFuture#Will_LuaSL_be_updated_to_the_new_versions_of_Luau.3F | Will LuaSL be updated to the new versions of Luau?]]
** [[User:SuzannaLinn_Resident/LuaFuture#Will_LSL_scripts_compiled_in_Mono_be_automatically_recompiled_to_Luau.3F | Will LSL scripts compiled in Mono be automatically recompiled to Luau?]]
** [[User:SuzannaLinn_Resident/LuaFuture#Will_there_be_an_option_to_choose_between_compiling_to_Luau_or_to_Mono.3F | Will there be an option to choose between compiling to Luau or to Mono?]]





Latest revision as of 01:44, 8 November 2024

Introducing Lua: The New Scripting Language for SL.

In these pages, I am compiling information about Lua and LuaSL to give you an overview of their features and functionalities.


I have opened a topic in the community forums: Expecting Lua. If you have any additional information, questions, comments, opinions or anything else related to Lua in SL that comes to mind, please share them! :)


I will begin a series of in-world classes on LuaSL as soon as it becomes available in the Beta Grid. These classes will be oriented to scripters who primarily use LSL, and they will cover not only Lua but also introduce new programming concepts that are currently absent in LSL.

Once Lua is launched on the Main Grid, I will repeat the same series of classes, allowing you to choose the moment to start your learning journey.

For advanced scripters who have a solid understanding of other programming languages and don't require detailed classes, I will host script meetings and Q&A sessions, to exchange ideas and ask questions.


If LSL is your main scripting language and you want to expand your programming skills beyond SL, learning Lua is a great next step. Lua introduces powerful features and modern programming concepts that will broaden your knowledge and make it easier to transition to modern, in-demand languages like C#, Python, and JavaScript.


Lua index