Show HN: Nimic – Pure Python as a systems language with AOT compilation
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.