Hacker News new | ask | show | jobs
by trotterdylan 3451 days ago
I'd like to support 3.x at some point. See https://github.com/google/grumpy/issues/1
1 comments

Have you thought about using type hints to help type inference?

Some work on that is discussed here. I would love a dropbox google colab (though also targeting 3.x :) )

https://github.com/python/mypy/issues/1862

Yes, leveraging type hints for optimization purposes is a long term goal. Thanks for pointing me to that issue, I'll keep an eye on it.

One of the goals of open sourcing was to get feedback and work with outside folks so I'm definitely open to collaboration!

Awesome!