- Home
- >
- Software Development
- >
- Has the Go Language Become Cloud Native? – InApps 2022
Has the Go Language Become Cloud Native? – InApps is an article under the topic Software Development Many of you are most interested in today !! Today, let’s InApps.net learn Has the Go Language Become Cloud Native? – InApps in today’s post !
Read more about Has the Go Language Become Cloud Native? – InApps at Wikipedia
You can find content about Has the Go Language Become Cloud Native? – InApps from the Wikipedia website
In this episode of InApps at Scale, we explore the ways in which today’s developers must think when working in the cloud, the differences in static and dynamic programming languages, and how the Go programming language has found its niche in today’s container-based infrastructures.
New Relic Product Manager Victor Soares, Product Marketing Manager Neha Duggal, and Lead Software Engineer Chris Haupt; Red Hat Principal Software Engineer Vincent Batts; and The Home Depot Open Source Ethnographer Adron Hall all shared their thoughts on these matters with InApps’s Alex Williams and Scott Fulton and co-host Fredric Paul, editor in chief at software analytics company New Relic.
When it comes to the languages today’s applications are built on, there’s no end to the debate between whether to choose a static or dynamic language. JavaScript and Python are two of the more common dynamic languages, allowing for flexibility for the developer. Fulton explained they accomplish this by the fact that, “They bind their dependencies at the last possible moment.”
Show 12: Has the Go Language Become Cloud Native?
Listen to all TNS podcasts on Simplecast.
On the other hand, Go is a static language demands developers be very clear when writing their code. When the code is run through a compiler, the resulting program spends less time spent in limbo waiting for dependencies, as it already has what it needs from the dependencies and libraries within a singular binary package.
Containers work with single binary packages extremely well, though working with containers in Go presents a unique set of challenges not seen in other programming languages. “The challenge is kind of a funny one because it still solves the use case of what it was designed for originally, by the folks at Google. But it’s one of those use cases because it does build in the libraries… It solves their use case, and their use case is unlike a lot of other folks’ use case or Linux distributions’ use cases,” said Batts.
That being said, Go still faces challenges in the broader cloud-based ecosystem. By and large many of today’s businesses simply don’t have the toolkits that Google has in place for working with Go. Instead, they rely on a more stasis approach for their infrastructure, which Haupt warned about: “It’s extraordinarily common for applications of any size to want to not reinvent the wheel, and take advantage of all the great work…Vendoring is kind of freezing your dependencies: taking those things, grabbing a copy of them at the current version that works for you, and setting them aside and only referring to those.”
New Relic and Red Hat are sponsors of InApps.
Feature image by Shannon Kelley via Unsplash.
Source: InApps.net
Let’s create the next big thing together!
Coming together is a beginning. Keeping together is progress. Working together is success.