The Mypy Blog
Updates about mypy, an optional static type checker for Python
Wednesday, 13 March 2013
Mypy Development Update #2
›
This post is about the latest developments in the mypy project. A lot has happened since the last update in December, even though my family ...
Thursday, 31 January 2013
Mypy Native Code Back End: C vs LLVM
›
Mypy will initially use C as an intermediate step to compile to native code. I also seriously considered LLVM, and several people have recom...
Wednesday, 23 January 2013
Mypy at PyCon 2013 in March
›
I will be attending PyCon 2013 in Santa Clara, CA this March. Just received the confirmation of travel funding a few days ago. If you are ...
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...
‹
›
Home
View web version