News

'Modern Visual Basic' Mercury Language Debuts

RemObjects has debuted the Mercury programming language, described as a modern Visual Basic "with a future" for all platforms.

The "with a future" description refers to Microsoft's 2020 announcement that "We Do Not Plan to Evolve Visual Basic as a Language" as the company was shifting from the old, proprietary, Windows-only .NET Framework to the new open source, cross-platform .NET Core (now just .NET 5, .NET 6 and so on). Visual Basic is supported in .NET 5, but it's a dead-end street.

Several efforts have sprung up to keep the hallowed Visual Basic language alive in one form or another for a loyal, die-hard developer following, including Mercury, which is supported by another RemObjects offering, Elements, a tool chain/development environment that last week graduated to version 11. Unlike some of those other efforts, Mercury doesn't come free -- it comes with a $49 per developer per month subscription or a one-year $599 purchase or bundled with Elements in multiple pricing tiers.

Mercury on Mac
[Click on image for larger view.] Mercury on Mac (source: RemObjects).

Last week's Mercury debut came after more than a year of development and beta testing.

"The goal of Mercury is to breathe a new lease of life into the Visual Basic.NET language -- giving it a future beyond the point where Microsoft has stopped its development, bring to it new features and support for modern (current and future) .NET platforms and platform features, and to also take it beyond just the .NET platform to all the platforms supported by Elements," the company said in a blog post last week.

Those platforms include:

  • .NET, .NET Core, Mono and ASP.NET Core
  • The Java VM and any device that runs Java code.
  • Android, both the Java-based SDK and the CPU-native NDK
  • iOS, macOS, tvOS and watchOS (Cocoa, CPU-native)
  • Windows (CPU-native)
  • Linux (CPU-native)
  • WebAssembly, for web browsers and Node.js

VB.NET projects can easily be converted to Mercury, the company said, and coding can continue in Visual Studio or proprietary IDEs for Windows and Mac.

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