Static linking support
Summary
The article announces that the Red Programming Language now supports static linking, enabling single self-contained executables by bundling libraries into the binary. It provides a practical overview with cross‑platform targets (Windows, Linux, macOS), a miniz example, and notes on combining static and dynamic imports, plus a real-world CherryTracker case. It also explains the internal linker mechanics and invites community feedback via GitHub issues.