Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.19 KB

static-typing.md

File metadata and controls

24 lines (20 loc) · 1.19 KB

Bookmarks tagged [static-typing]

http://mypy-lang.org/

Check variable types during compile time.


https://github.com/facebook/pyre-check

Performant type checking.


https://github.com/Instagram/MonkeyType

A system for Python that generates static type annotations by collecting runtime types