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 developed at

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 session that downloads the current release of Lua and builds it in common …

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

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

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 irregularly. For complete information about Lua, visit Lua.org. Please do …

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 scripts, and exploring its core concepts like variables, data types, control …

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, web applications, mobile applications, image processing etc. It's a …

Releases · lua/lua - GitHub

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

Jun 23, 2025 · Added option LUA_NOBUILTIN This option allows external code to avoid the use of gcc builtin macro '__builtin_expect' in the Lua API.

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, functions, and error handling. Lua’s syntax is straightforward, which …

Luau | Luau

https://luau.org/

Luau is a high-performance managed language with a fast bytecode compiler and interpreter, and an optimized, incremental garbage collector. Its optional JIT compiler runs on x64 and arm64, and …

Trending Now