forked from google/grumpy
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels