DigiNews

Tech Watch by Johan Denoyer

← Back to articles

Show HN: Nimic – Pure Python as a systems language with AOT compilation

Quality: 8/10 Relevance: 9/10

Summary

Nimic is a pure Python module that enables writing AOT-compiled code using a Python subset as a domain-specific language, then transpiles that code to Nim for near-C performance. The project includes an AST-based Python→ Nim transpiler, inliner for templates, and Python shims, with a Nim-like DSL that supports dispatch and distinct types. It presents a compelling approach for Python-based systems programming and cross-language tooling.

🚀 Service construit par Johan Denoyer