What is mypy written in?
The mypy compiler is written in Python (well-documented).
Relationship Graph
All directly connected languages. Click any node to navigate to its page.
Compiler Implementation
| Language | Confidence | Notes | Source |
|---|---|---|---|
| Python | 95% | mypy type checker written in Python | Source |
Influenced By
- Python — Mypy is optional static type checker for Python
Frequently Asked Questions
What language is mypy written in?
mypy is primarily implemented in Python. See the implementation section above for details and source references.
What languages influenced mypy?
mypy was influenced by Python among others. See the influence section above for the full list.