r3 is a programming language and environment drawing heavily from the ColorForth philosophy, prioritizing extreme minimalism and creative power. The project centers around a lightweight, highly portable VM (r3evm) designed for both Windows and Linux, currently around 40kb in size. Core functionality includes a zero-bloat approach, focusing solely on the VM and stack, allowing developers to build complex systems with limited dependencies. Notably, r3 supports dynamic library loading (.DLL / .SO) and incorporates a self-hosted compiler (Windows) aiming for native execution. The system features a growing ecosystem with libraries for graphics, 3D engine development, and a TUI/Immediate Mode GUI, making it a compelling option for those seeking a highly customizable and performant coding experience.