Pyhnic
Pyhnic is a general-purpose programming language designed to combine Python-like readability with optional static typing and improved performance. It runs on a managed runtime that supports both interpretation and ahead-of-time compilation, enabling rapid scripting as well as portable, high-performance binaries.
The project began as an open-source initiative in 2020 and released its first stable version in 2023.
Key features include gradual typing with type inference, allowing dynamic code to run without annotations while
Syntax and semantics are indentation-based and resemble Python in structure, with optional type annotations in function
Tooling and ecosystem: a package manager, a static type checker, and a suite of linters accompany the
Adoption and impact: Pyhnic has found use in education, research prototypes, and some startups seeking rapid