18:42
Tables (Data Structures) - Lua Basics (Part 9)
Tables are the Lua form of arrays, maps, lists, sets, dictionaries, objects etc. Tables are very powerful and a core part of Lua!
8:01
Organising your data in Lua. making structures of data using Table in Lua
Data in Lua can't always be standalone variables. Sooner or later you end up getting to the point where you need something to ...
28:15
Everything You Need To Start Writing Lua
Ok, so maybe not exactly 1000 seconds, but Fireship doesn't stick to exactly 100 seconds either!! I mentioned my course from boot ...
2:24
Lua is a lightweight dynamic scripting language often embedded into other programs like World of Warcraft and Roblox.
5:48
Lua Tables Tutorial | Neovim 💚💙 Lua
In this video, we learn about Lua Tables in general and how they're used in the Neovim Lua API. We also discuss Lua in Roblox.
7:54
In this tutorial we go over the basics of tables. Twitter: https://twitter.com/KarmaKilledTC.
8:49
Lua 5.2 Tutorial 5: Basic Tables
In this video we go over the basics of Lua's tables. Twitter: https://twitter.com/KarmaKilledTC.
5:26
Learning Lua: Part 12 - Tables, Table Library, Data Structures, Arrays, Lists, Records, Queues, Sets
Unlock the power of Lua programming with my latest book, "Learning Lua." Whether you're a beginner or an experienced coder, ...
10:42
Learning Lua: Part 2: Functions and Tables
This video introduces functions and tables. Blog Post: https://videlais.com/2018/11/02/learning-lua-part-2-functions-and-tables/ ...
6:44
A Lua tutorial teaching how to use metatables and the __index metamethod.
6:49
Github Code URL : https://github.com/IshaanShivalli/LuaBasics.
19:43
Lua 5.2 Tutorial 9: Advanced Tables Part 1
In this video we go over using Lua's tables as an equivalent to an object oriented language's classes. Twitter: ...
15:53
Lua Tutorial 26: Using Tables in C library
In this tutorial we go over communicating tables from C to Lua and from Lua to C. Twitter: https://twitter.com/KarmaKilledTC.
11:07
Lua 5.2 Tutorial 18: The Table Library
In this video, we go over the the Lua's table library.
1:49
Lua Tutorial with Neovim: Table ( creation & accessing )
Table is an associative array with the key and the pair similar to the object in javascript there are three different ways to add the ...
2:48
What is Lua - Lua Basics (Part 1)
Lua is a procedural programming language which is mainly used in game development these days. What code editor will I be ...
12:56
Arrays and maps in Lua using Tables
Lua has a super structure called the table. The table can be used to represent both arrays or lists and also maps with key value ...
2:34
Using text-to-speech, an AI explains the fundamentals of Lua Tables, how they work, their purpose, and ways to implement them ...