VOOZH about

URL: https://thenewstack.io/this-week-in-programming-microsofts-power-fx-low-code-language/

⇱ This Week in Programming: Microsoft's Power Fx 'Low Code' Language - 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
2021-03-06 06:00:20
This Week in Programming: Microsoft's Power Fx 'Low Code' Language
this-week-in-programming,
Software Development

This Week in Programming: Microsoft’s Power Fx ‘Low Code’ Language

This Week in Programming brings you the latest IT development news for the cloud native computing community.
Mar 6th, 2021 6:00am by Mike Melanson
👁 Featued image for: This Week in Programming: Microsoft’s Power Fx ‘Low Code’ Language

This past week, Microsoft held its annual IT and developer conference, Microsoft Ignite, where it released a number of new products and features, among them the introduction of Microsoft Power Fx, which it calls “the low-code programming language for everyone.” Now, in reality, Microsoft Power Fx isn’t really all that new, but rather the name given to an open source “formula language for low code that’s based on Microsoft Excel” that was already serving as the basis of Microsoft’s no-code Power Apps canvas.

According to Microsoft, the release is exciting because Power Fx is open source, it’s based on the recently-made-Turing-complete Excel language, and because it is “built for low code.” This first point is important because, they point out, Power Fx is based on “the exact syntax that hundreds of millions of people are already using” as opposed to the 11.7 million software developers currently estimated to be writing JavaScript.

Beyond that, the importance in Power Fx may lie in the hope that it will serve as a bridge, as program manager Greg Lindhorst writes in the more in-depth introduction to Power Fx: “It enables the full spectrum of development from ‘no code’ to ‘pro code’ with no cliffs in between, enabling diverse teams to collaborate and save time and expense.”

On the low-code end of things, Lindhorst notes, “the goal is to keep the number of concepts a maker needs to understand to a minimum, ideally no more than an Excel user would already know,” and to this end, Power Fx acts much like Excel, in that the coder doesn’t need to be concerned with how the program functions. Instead, it acts much like Excel, recalculating whenever the code or data changes. On the pro code end of things, Lindhorst points to the ability to unpack a canvas app into constituent parts that can be edited with Visual Studio Code or Visual Studio, be put under source control with GitHub or Azure DevOps, and the ability to create pure user defined functions for reuse, as you might with any regular language.

If you find yourself looking at this news with a level of skepticism and doubt, you are not alone, of course. To find some grumblings about how the promise of low code can leave even the most experienced development teams lost in a morass, as always just head on over to Hacker News and peruse the comments. To whit: “We recently tried to build a relatively simple PowerApps application — under the assumption it would save time over pumping out a React boilerplate form. Never again.”

Similarly, Janet Swift, author of several books about spreadsheets and writer at iProgrammer, takes some issue with Power Fx, writing that “I really don’t see Power FX becoming much of a power in the land of languages — it has been done before. It will probably hang around for a few years if it’s lucky and then the plug will be pulled when fashions change. […] Personally I’d like to see Microsoft giving some love to VBA — it’s not perfect, but the object model it works with is still current. Why they abandoned their almost excellent glue language and have been trying to replace it ever since. is a mystery to me.”

Any time Microsoft announces anything related to #Excel formulas, the first question is always:

“Will it replace #vba?”
And sadly, it never does. 😭
(Not for lack of trying.)#powerfx #MSIgnite

— Brent Allen (@MacrordinaryCA) March 2, 2021

Ultimately, it likely isn’t whether Power Fx can become a power among languages, but rather if it can fulfill this in-between purpose, connecting no code and low code to pro code, that will determine whether or not it hangs around. Of course, being backed by Microsoft is one argument in that direction, and the team currently says they are aiming to “extract the language and documentation from Power Apps canvas and generalize it for other contexts,” so this may be something you’ll see in other contexts soon enough.

This Week in Programming

  • Visual Studio Code Adds M1 Support: February’s release of Visual Studio Code has arrived, joining a number of other bits of software out there in adding support for Apple Silicon builds, among a number of other features. M1 support means that those of you lucky enough to have the fast new Apple silicon will be able to use VS Code without emulation with Rosetta. The popular code editor also adds some accessibility and timeline view improvements, as well as the addition of persistent terminal processes, brackets extensions, and the extensions bisect tool that we discussed last week, that makes it easier to root out the faulty extension bogging everything down. If you’d like to find out more about this latest release, as these are just a few of the latest features, the VS Code team is also hosting a livestream on Thursday, March 11 at 8 a.m. PT.

pip install motivation

— Karen Rucker (@antenna_karen) March 2, 2021

  • Visual Studio Addresses C++, Adds Repeated Edits IntelliCode: Not to be confused with Visual Studio Code, the Visual Studio IDE has released v16.9 and the v16.10 Preview 1, with several features around C++, .NET Productivity, an address sanitizer, XAML tooling, and IntelliCode teams. This release is set to be the next long-term servicing release, which means that version 16.9 will be supported with fixes and security updates for one year after the release of the next servicing baseline. As for those new features, they include C++ conformance, C++ IntelliSense improvements, and a C++ address sanitizer, as well as improved call stack handling of stack overflow scenarios, not to mention what they’re calling “frictionless repeated edits.” This last feature gets its own blog post, but the TLDR; is that IntelliCode can now detect when you might need to make repetitive code changes and do it for you, that way you don’t have to stop what you’re doing to find all the locations where the change is necessary.

I want this guy working on the unit tests https://t.co/0eyRO55Ylp pic.twitter.com/bWBKJHPP3v

— Programmer Humor (@PR0GRAMMERHUM0R) February 26, 2021

  • Flutter 2 Promises Platform Agnosticism: Google has dropped Flutter 2, in what it is calling “a major upgrade” to the framework, which it now refers to as a “portable framework” instead of a “mobile framework.” That change comes with the ability to deliver native apps to not only iOS and Android, but also Windows, macOS, and Linux, as well as several browsers, and even embedded apps for cars, TVs, and other smart appliances. “Our goal is to fundamentally shift how developers think about building apps, starting not with the platform you’re targeting but rather with the experience you want to create,” they write. The biggest news from this release, they say, is “production-quality support for the web,” as enabled by Google’s Dart programming language. Dart, they note, is also seeing the release of Dart 2.12, the language’s “largest release since 2.0, with support for sound null safety.” While the blog post announcing Flutter 2 is long enough, Google says there’s far more than they could even include there, so if you’re still interested, they also provide a separate technical blog on Flutter 2 for even more details.

Bed time story pic.twitter.com/bj2Ki7wCXk

— memenetes (@memenetes) March 2, 2021

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
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.