Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Lua Programming Language- A Beginner to Advanced Guide
Rating: 3.9 out of 5(2 ratings)
21 students

Lua Programming Language- A Beginner to Advanced Guide

A Premium Bundle of Lua Programming
Created byAnurag Kaushik
Last updated 7/2025
English
English [Auto],

What you'll learn

  • Table manipulation, String Manipulation, File Handling etc
  • Loops, Functions, Garbage Collection etc.
  • Operators, String, Modules etc.
  • Mytables, Metatables, Datatypes, Arrays etc.

Course content

4 sections30 lectures2h 24m total length
  • Introduction0:50

    Discover Lua, an open source language built on C, used across servers and mobile apps. Learn basics and applications for beginners and advanced users, with text editor and command line.

  • Overview of Lua2:33

    Explore Lua, a lightweight, extensible language written in ANSI C that integrates with C, offering safe execution and automatic memory management, plus scripting for game programming, web extensions, databases.

  • Variables in Lua6:23

    Explore how Lua handles variables, including local and global scope, table fields, and the distinction between lvalues and rvalues, with practical examples of initialization, assignment, and swapping.

  • Data types in Lua3:19

    Explore Lua data types, including nil, boolean, number, string, function, user data, thread, and table, and learn how the type function reveals a value’s type and nil defaults.

  • Operators in Lua7:02

    Explore arithmetic, relational, logical, and miscellaneous operators in Lua, and learn operator precedence with practical examples using a and b values.

  • Hands on for Operators in Lua9:46

    Practice Lua operators hands-on, covering arithmetic, relational, logical, and miscellaneous operators with examples of plus, minus, multiply, divide, modulus, exponent, unary minus, concatenation, and length.

Requirements

  • Basic Understanding of Programming

Description

Lua is an open source language built on top of C programming language. Lua has its value across multiple platforms ranging from large server systems to small mobile applications. This course covers various topics ranging from the basics of Lua to its scope in various applications. This course is designed for all those readers who are looking for a starting point to learn Lua. It has topics suitable for both beginners as well as advanced users. It is a self-contained course and you should be able to grasp the concepts easily even if you are a total beginner. However it would help if you have a basic understanding of working with a simple text editor and command line.

Lua is an extensible, lightweight programming language written in C. It started as an in-house project in 1993 by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes.

Common Use Cases

  • Game Development

  • Embedded Systems

  • Scripting Inside Applications

  • Configuration Files

  • IoT and Robotics

It was designed from the beginning to be a software that can be integrated with the code written in C and other conventional languages. This integration brings many benefits. It does not try to do what C can already do but aims at offering what C is not good at: a good distance from the hardware, dynamic structures, no redundancies, ease of testing and debugging. For this, Lua has a safe environment, automatic memory management, and good facilities for handling strings and other kinds of data with dynamic size.

Who this course is for:

  • Beginners, Students, Learners, Programmers, Developers etc.