You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Issue by datnamer
Wednesday Jan 04, 2017 at 19:17 GMT
Originally opened as google#8
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:
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.
The text was updated successfully, but these errors were encountered: