|
|
Subscribe / Log in / New account

Go as a faster Python

Go as a faster Python

Posted May 22, 2015 16:36 UTC (Fri) by ncm (guest, #165)
Parent article: New projects from day two of CoreOS Fest

I guess we should see this use of Go as an example of its displacing Python in places where performance sort of matters.


to post comments

Go as a faster Python

Posted May 22, 2015 17:07 UTC (Fri) by jberkus (guest, #55561) [Link] (1 responses)

Yes, I think that's the case a lot of places. At least, I know of more than a few Python/Go shops, although I know about even more Ruby/Go shops, for which the same argument would hold.

Go as a faster Python

Posted May 22, 2015 20:55 UTC (Fri) by sjj (guest, #2020) [Link]

As someone more on the Ops side, static binaries FTW! Not having to worry about different versions of interpreters and supporting libraries on different machines is a bigger reason for me to really learn Go. Plus simple cross-compilation.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds