A pure Python HTTP Library built on free-threaded Python
Free-threaded Python matches FastAPI's I/O throughput at 4x lower complexity.
Nox is a clean, expressive programming language created from scratch in pure Python. Includes C/C++ FFI, async/await and its own ecosystem.
Pure Python interpreter with C FFI, but performance caps at Python speeds.
Language designers, Python developers exploring interpreters
Lua · Python · Ruby
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
Free-threaded Python matches FastAPI's I/O throughput at 4x lower complexity.
Free-threaded Python beats async FastAPI +435% on CPU work—paradigm shift, not toy.
AI-coded Python interpreter is impressive, but mostly novelty without real use case.
Readable PostScript interpreter alternative to GhostScript, but GhostScript still faster.
Pure Rust PostScript interpreter fills gap left by AGPL GhostScript and bloated pdfium.
Hand-coded parser beats established libraries on speed but remains alpha quality.