Grumpy

Grumpy

Sergey Abbakumov

The Grumpy transpiler project from Google (https://github.com/google/grumpy) allows you to convert Python code to Go code.

Not all Python features are supported, most likely they are just not widely used inside Google.

Also, dynamic exec, eval, compile and modules in C are not supported (they write that this would increase the complexity of the project as in the case of JyNI).

Ironically, the transpiler itself is written in Python.

In general, most likely, looking at all this Google movement in the direction of Go, Guido went to Dropbox. Although the latter also actively writes their services in Go.


In general, if you have Python projects where you stretched against the performance of the language itself, you can try Grumpy.

Telegram channel: https://t.me/sea_plus_plus

Report Page