This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
Mypy integration for type inference and combined 2+3 codebase #8
Open
Description
openedon Jan 4, 2017
This looks fantastic.
@JukkaL on the mypy team is looking at a static compile capability using mypy here : python/mypy#1862
Referencing pyir ideas here: https://docs.google.com/document/d/1jGksgI96LdYQODa9Fca7EttFEGQfNODphVmbCX0DD1k/edit
Perhaps these efforts could be combined so that a standard mypy/python typed IR can be emmited that grumpy can consume?
This would have the following advantages:
- Integration with type hints for large codebases
- improved type inference for fast code
- Potentially making 2+3 support easier
- development synergy with dropbox (and maybe other players below)
I might be dreaming but perhaps Pyjion (@brettcannon et al) and Numba (@seibert, @pzwang et al) can get in on this as well. I think it would be mutually beneficial for python and it's users.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels