The Mypy Blog
Updates about mypy, an optional static type checker for Python
Thursday, 20 December 2012
Mypy Development Update #1
›
The mypy project has been progressing smoothly during the last two or so weeks after the source release. Latest changes: I added a lo...
Friday, 14 December 2012
Mypy Wiki Opened
›
The mypy wiki is now open. It contains useful information for both mypy users and developers, and it is editable by all. Here is a samplin...
Friday, 7 December 2012
Source Code Released
›
Mypy source code is available on GitHub: https://github.com/JukkaL/mypy Clone the repo and give it a try! Currently the mypy impleme...
Why Mypy Can Be More Efficient Than Python
›
Several projects have tried to fix the inefficiency of CPython, with varying degrees of success. The most notable of these is PyPy, which is...
Thursday, 6 December 2012
Source Code Release on Friday
›
I've been busy implementing new Python features and fixing bugs this week. The type checker now supports a pretty good Python subset, ev...
Tuesday, 4 December 2012
First Post
›
Several people have asked me about an easy way of keeping track of updates to the mypy project. I will use this blog to periodically post ab...
‹
Home
View web version