Hacker News new | past | comments | ask | show | jobs | submit login
How BuzzFeed Migrated from a Perl Monolith to Go and Python Microservices (infoq.com)
10 points by deegles on July 5, 2018 | hide | past | favorite | 7 comments



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.


> The fact that it builds to a single static binary is huge

What a curious perspective, this is the norm for most popular languages, and less relevant than ever in the age of containers.


Not really, C# and java have not historically produced static binaries. Unless using some third party tool.


It’s handy for lowering cold boot times in lambda functions.


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.


Migrate the code base to Go.


You won't believe how this company upgraded their technology stack!




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: