VOOZH about

URL: https://thenewstack.io/this-week-in-programming-whats-holding-back-rust-and-go/

⇱ This Week in Programming: What's Holding Back Rust and Go? - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2020-04-25 06:00:45
This Week in Programming: What's Holding Back Rust and Go?
this-week-in-programming,
Software Development

This Week in Programming: What’s Holding Back Rust and Go?

This Week in Programming: The Down Sides of Rust Vs. Go
Apr 25th, 2020 6:00am by Mike Melanson
👁 Featued image for: This Week in Programming: What’s Holding Back Rust and Go?
Feature image by Alexandr Ivanov from Pixabay.

This past week, we saw both the Rust and Go teams release their annual survey results for the past year, highlighting the languages’ various use cases and patterns, the positive steps they’ve taken in that time, and the hindrances still seen by developers using the languages. Of course, choosing whether to use one over the other is a choice that can depend strongly on the developer and the task at hand, the surveys show that it can also be a matter of the company your work for or the public cloud environment you use.

In simple terms of popularity, Go leads Rust in three common language indexes, the PYPL Popularity of Programming Language index, the TIOBE Index, and the Redmonk language rankings. If we’re looking for a simple reason for this, it might be found in the one aspect of the Rust survey highlighted by InfoWorld, the fact that developers cite barriers to Rust language adoption, which include not only a need for better documentation (something the team has been working on over recent years) but also the steep learning curve the language presents. They note that just 37% of users felt productive in less than a month, with it taking nearly a year for a majority of respondents to feel productive using the language. DevClass, meanwhile, remarks that Rust continues to be loved by developers but, as we noted, lags behind in popularity partly because companies are not adopting the language as much as Go and that “learning resources, better IDE integration, and GUIs would help to convince people to use Rust more.” Straight from the horse’s mouth, the Rust team writes that “When we asked why someone had stopped using Rust, the most common response was ‘My company doesn’t use Rust’.”

How I get out of bed each day. pic.twitter.com/f2iyXzaZMe

— Casey Liss (@caseyliss) April 21, 2020

As for the Go survey, JAXEnter focuses on one particular result from the survey that has ever been a sticking point for its developers — the lack of generics — with 79% saying the feature is needed. In keeping with looking at the down side of things, SDTimes examines why the language isn’t used more often, writing that “the reasons why developers can’t use Go more is because they are working on a project in another language (56%), working on a team that prefers another language (37%), and the lack of a critical feature in Go (25%),” pointing to “generics, better error handling, functional programming features, stronger type system, enums/sum types/null safety, increased expressivity, and improved performance and runtime control” as missing features of note. Meanwhile, The New Stack’s Lawrence Hecht gleans another insight from the survey results — that Microsoft Azure has a Go problem, as evidenced by the fact that “only 49% of this group are at least moderately satisfied using Go on Azure over the last year,” while “73% and 71% feel the same way about their Go experiences with Amazon Web Services (AWS) and Google Cloud Platform (GCP) respectfully.”

Wherever you stand on the debate over whether to use Rust or Go, now at least you’re armed with the various reasons not to use each.

This is new developers working on "legacy code" at literally EVERY every successful software company. https://t.co/p5srKncKnU

— @jpaulreed@mastodon.social (@jpaulreed) April 22, 2020

This Week in Programming

  • TorchServe, An Open Source Server Model for PyTorch: Facebook and AWS have open sourced a new model server called TorchServe, which makes it easier to deploy and manage deep learning models built with the popular PyTorch open source library. The TorchServe model server automatically creates a prediction API backed by a scalable web server, runs preprocessing and postprocessing code on prediction requests, and provides features like logging, monitoring, and security. In a nutshell, AWS writes, it “makes it easy to deploy trained PyTorch models at scale without having to write custom code,” and comes with support for “any machine learning environment, including Amazon SageMaker, container services, and Amazon Elastic Compute Cloud (EC2).” On a related note, PyTorch 1.5 was just released with new and updated APIs, including what it calls a “significant update to the C++ frontend” — find the full details in the release notes.

https://twitter.com/catalinmpit/status/1252922899805155328

  • gRPC Gets Busy With Kotlin, JavaScript: The gRPC team has been busy this past week, releasing both Kotlin support and gRPC-JS 1.0 for JavaScript, a “pure-TypeScript reimplementation of the original Node gRPC library, grpc.” gRPC is a Google-built open source project that provides the ability to perform remote procedure calls (RPCs), both for last-mile computing on mobile and web, but also as a way to connect microservices. In the case of Kotlin, a popular JVM-based programming language, developers can now build everything from mobile apps to cloud microservices using the newly open-sourced gRPC Kotlin, as well as deploy gRPC Kotlin services on Cloud Run. As for gRPC-JS (@grpc/grpc-js), it provides features that they say “should cover most use cases” and intends to replace the original Node gRPC library (grpc), which is set to be deprecated within the year.
  • Amazon AppFlow Eases SaaS Integrations: Amazon has announced Amazon AppFlow, a new service that automates data flows between AWS services and external SaaS applications like Salesforce and Zendesk, among others. Basically, instead of requiring developers to build custom integrations between these services to securely transfer data, Amazon will do it for you automatically, according to criteria such as scheduled times, manual triggers, or events. TechCrunch comments that “Unlike some of its competitors, though, AWS is positioning this service more as a data transfer service than a way to automate workflows, and, while the data flow can be bi-directional, AWS’s announcement focuses mostly on moving data from SaaS applications to other AWS services for further analysis. For this, AppFlow also includes a number of tools for transforming the data as it moves through the service.”
  • The End of Python 2.x: The CPython core developers have released Python 2.7.18, the last release of Python 2 — no really, this is the last release of Python 2.x, a move many years in coming. “It’s time for the CPython community to say a fond but firm farewell to Python 2,” they write. “Python 2.7 has been under active development since the release of Python 2.6, more than 11 years ago. Over all those years, CPython’s core developers and contributors sedulously applied bug fixes to the 2.7 branch, no small task as the Python 2 and 3 branches diverged.”
  • GitHub Actions Grows, Gets Org-Wide Runners: GitHub is touting GitHub Actions’ “community momentum”, noting that GitHub Marketplace now has more than 3,200 Actions, which it says ” represents a 500% increase in less than six months.” Beyond the numbers, it also announced that organizations can now share self-hosted runners across multiple repositories in that organization, alongside general improvements, including directory defaults, job outputs to allow downstream data passing, and other customization features. In a separate announcement, GitHub also said that scheduled reminders are now officially out of beta and ready for use.

https://twitter.com/KeziyahL/status/1252625942679298050

TRENDING STORIES
Mike is a freelance writer, editor, and all-around techie wordsmith. Mike has written for publications such as ReadWriteWeb, Venturebeat, and ProgrammableWeb. His first computer was a "portable" suitcase Compaq and he remembers 1200 baud quite clearly.
Read more from Mike Melanson
SHARE THIS STORY
TRENDING STORIES
Amazon Web Services is a sponsor of The New Stack.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.