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

Aug 4, 2026 · Lua is very easy to build and install. There are detailed instructions in the package but here is a simple terminal session …

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.

Learn Lua Free - Interactive Course, Real Code | Coddy

https://coddy.tech/landing/lua

Apr 25, 2026 · Learn Lua programming free with interactive lessons, AI hints, and a certificate. Lua basics, scripting, Roblox-ready - …

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, …

LuaTools — Manifest Generator For SteamTools!

https://lua.tools/

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

Releases · lua/lua - GitHub

https://github.com/lua/lua/releases

Dec 22, 2025 · Added option LUA_NOBUILTIN This option allows external code to avoid the use of gcc builtin macro …

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 …

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 …

Trending Now