News

Miguel de Icaza Stirs Up COBOL Talk with VS Code Tweet

One programming language you don't hear much about when covering the Microsoft-centric development beat is COBOL. That changed last week with a tweet from Miguel de Icaza, known for starting GNOME, Mono and Xamarin, among many others.

In other words, when the Microsoft Distinguished Engineer tweets, developers in the Microsoft dev ecosystem listen.

Cooking with Gas
[Click on image for larger view.] Cooking with Gas (source: Twitter).

His April 8 tweet read: "The only thing holding me back from learning to use Cobol was that it lacked Visual Studio Code integration. This problem has now been solved. We are now cooking with gas."

Here is the tweet's image of COBOL being used in VS Code:

COBOL in VS Code
[Click on image for larger view.] COBOL in VS Code (source: Twitter).

COBOL, standing for "COmmon Business Oriented Language," is a 62-year-old programming language hearkening back to days of coding on mainframes with punch cards (which undoubtedly provokes "huh, what's a punch card?" reactions from younger Visual Studio Magazine readers who never dropped a stack of ordered punch cards into an unordered mess in a high school programming class).

It was once thought to be long out of favor -- until banks and other organizations noticed all the COBOL cowboys were retiring, no longer available to fix their systems, update or migrate code and so on. Suddenly graybeard programmers were back in style. More recently, government organizations were looking for COBOL help to maintain and upgrade jobless benefits systems during the COVID-19 pandemic.

Now, surprisingly, COBOL is all the rage:

COBOL Isn't Dead!
[Click on image for larger view.] COBOL Isn't Dead! (source: Google News).

My colleague John K. Waters at sister site ADTmag summed up the situation last year in a post titled "Looking for a Few Good (or Bad, or Ugly) COBOL Programmers."

Nevertheless, this reporter didn't think COBOL carried much weight in the Microsoft dev space, but it turns out he was wrong. There are many COBOL tools for Visual Studio and VS Code. For just one example, COBOL specialist Micro Focus offers "Visual COBOL 5.0 for Visual Studio 2019."

Several more for-pay offerings appear in the Visual Studio Marketplace, along with dozens of free ones in the VS Code Marketplace.

Returning to de Icaza's tweet, when asked by a follower what plugin was being used, he said: "That's a screenshot from gun/cobol, I don't know what they are using."

This reporter couldn't find anything about "gun/cobol," but it may have been a typo-inflicted reference to GnuCOBOL in the VS Code Marketplace.

Either way, the tweet stirred up both serious and humorous discussion, along with 66 retweets, 10 quote tweets and 558 likes.

When one reader said "I'm waiting for cobol#," de Icaza replied "Wait no more" and pointed to NetCOBOL for .NET from GTSoftware.

Here are some other comments:

  • "That's random. I too was just wondering about learning COBOL, to implement a fictional CP/M based spaceship computer's applications, because 8080 asm is just a slog. Moral: don't eat cheese before bedtime."
  • "COBOL is, no joke, a respectable language. Early and rough but with ideas worth considering. It demands a program structure for example. Which would take a while to catch on as frameworks. It is very linear and in that respect has something akin to parallel programs. Fascinating."
  • "Highest paying programming skill"
  • "Preach. I'd learn COBOL just to make that sweet $$$ fixing stupid bugs in banking systems"
  • "The only thing holding me back from learning to use Cobol is the language"
  • "I'm still waiting for ${insert_your_obscure_text_editor} to have official support."
  • "I'm speechless. The language of punch cards, in an IDE. What's old is new again."
  • "Nooooooooooooo"

Despite that last comment, the COBOL resurgence seems to be going strong. For example, just this week IBM announced IBM COBOL for Linux on x86.

Long live COBOL!

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events