G+: Google announces Grumpy a Python (2.7) to Go …

David Coles
Google announces Grumpy a Python (2.7) to Go transpiler.

There are a few limitations, such as only having support for Python 2.x, no support for self modifying code (e.g. exec, eval) and no C extensions, however it does gain access to the full Go runtime and library.

Grumpy: Go running Python!