Why Nox? - No heavy external dependencies, just pure Python. - C/C++ FFI: Includes clib for native calls, making it actually usable for systems tasks. - Developer Experience: Has a built-in package manager, async/await support, and even a native web framework (NoxWeb). - Standalone: You can build a single executable, so you don't even need a Python installation on the target machine.
I’ve been using it for scripting and web tasks where I wanted something more "opinionated" and minimalist than standard Python, but more powerful than a basic config language.
Would love to hear feedback on the interpreter's design, the FFI implementation, and if the "folder execution" model feels intuitive for a scripting language.
GitHub: https://github.com/DevNexe/Nox