I think Go will supersede python in a few years time as the more performant language useful for systems programming but also glue code as well. The fact that it builds to a single static binary is huge IMO.
What would be the best way to integrate Go for performant pieces in a python codebase?
The only things I found online currently offer the use of cgo, which results in even less performant code.
7 comments
[ 2.7 ms ] story [ 29.9 ms ] threadWhat a curious perspective, this is the norm for most popular languages, and less relevant than ever in the age of containers.