Search Articles — Sudonull

Search Results

In this project

Memory limit in Lua sandbox on C++

https://sudonull.com/memory-limit-in-lua-sandbox-on-c

How to implement memory control in Lua using a custom allocator in C++. Practical guide for developers.

LuaJIT Scratch analog: 12k scripts at 30 FPS

https://sudonull.com/luajit-scratch-analog-12k-scripts-at-30-fps

Breakdown of a high-performance visual interpreter on LuaJIT and LÖVE2D. Architecture, block code, interpretation, EXE build. For middle/senior dev. Study the implementation of 12289 scripts on weak hardware.

Redis Lua Queue: partition order and worker pool

https://sudonull.com/redis-lua-queue-partition-order-and-worker-pool

Implementation of Redis queue on Lua for strict order in partitions, shared worker pool, retries. Benchmarks, diagrams, code. For middle/senior dev — study and implement.

Renga API and AI Agents for BIM

https://sudonull.com/renga-api-and-ai-agents-for-bim

Integrate AI with Renga API via COM and Python. Automate plugins, STDL families. Comparison with Revit, code examples. Start development without compilation.

From the web

The Programming Language Lua

https://www.lua.org/

Official website of the Lua language about news get started download documentation community site map português designed and …

Download - Lua

https://www.lua.org/download.html

Dec 22, 2025 · Lua is very easy to build and install. There are detailed instructions in the package but here is a simple terminal …

Learn Lua Free - Interactive Course, Real Code | Coddy

https://coddy.tech/landing/lua

Learn Lua programming free with interactive lessons, AI hints, and a certificate. Lua basics, scripting, Roblox-ready - runs in your …

Lua Online Compiler & Interpreter

https://onecompiler.com/lua

Lua is a light weight embeddable scripting language which is built on top of C. It is used in almost all kind of applications like games, …

Welcome to Lua: Your First Step into Programming - Lua Tutorial

https://w3schools.tech/tutorial/lua/index

Lua (which means "moon" in Portuguese) is a lightweight, easy-to-learn programming language. It's like a friendly alien from the …

Lua - Wikipedia

https://en.wikipedia.org/wiki/Lua

Lua originated in 1993 as a language for extending software applications to meet the increasing demand for customization at the time.

Lua Tutorial

https://www.tutorialspoint.com/lua/index.htm

Follow this tutorial chapter-wise for a complete understanding about Lua programming. Start Lua by installing Lua, writing basic …

GitHub - lua/lua: A copy of the Lua development repository, as seen …

https://github.com/lua/lua

Lua This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored …

LuaTools — Manifest Generator For SteamTools!

https://lua.tools/

Download Steam app manifest Lua files by App ID or game name. Fast, free, and easy.

Lua Basic Syntax - GeeksforGeeks

https://www.geeksforgeeks.org/websites-apps/lua-basic-syntax/

Apr 1, 2025 · This article has covered the basics of Lua syntax, including variables, data types, operators, control structures, …

Trending Now