Show HN: Copy-and-patch compiler for hard real-time Python
Summary
Copapy is a trace-based copy-and-patch compiler for Python focused on deterministic, low-latency real-time computation on embedded hardware. It produces high-performance, architecture-specific machine code from Python graphs with minimal runtime dependencies, and includes a Python runner and a @cp.jit decorator for on-demand compilation. The README covers current features, benchmarks against NumPy, and a developer guide.