Latest Articles

Embedding Lua in C: Beginner

Embedding Lua in C: Beginner's Tutorial

2026/03/11
Learn step by step how to embed the Lua language in C programs. Discover how to evaluate code, read values, expose callbacks, and build powerful plugin systems and no-code platforms.
Complete Guide to Building a CLI

Complete Guide to Building a CLI

2026/03/07
A step-by-step guide to building professional CLIs: actions, flags, help, configs, error handling, and structured output.