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

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "= 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 functiona...")
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


In these 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.




Line 34: 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 ]]

Latest revision as of 06:11, 3 October 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