top | item 7864309

(no title)

maximilian | 11 years ago

There is also the mypy project (http://mypy-lang.org/). They are working on a type-checked variant of python. Currently it's just a pre-processing stage, but they eventually want to make it possible to AOT compile using the type information to get a faster language.

discuss

order

freyrs3|11 years ago

It was originally part of the authors PhD work, it hasn't been touched since he graduated.