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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube