Programming Languages
Programming Languages | News, how-tos, features, reviews, and videos
Nvidia unveils QODA for hybrid quantum-classical computing
Nvidia’s Quantum Optimized Device Architecture allows HPC and AI experts to add quantum computing to existing applications, using C++ and Python.
ASGI explained: The future of Python web development
Learn how the new asynchronous standard for Python web applications makes apps faster, more flexible, and more future-proof.
8 new JavaScript features to start using today
New features in ECMAScript 2022 include top-level await, RegExp match indices, new public and private class fields, and more. Let's get started!
How to migrate ASP.NET Core 5 code to ASP.NET Core 6
It’s easy to update your ASP.NET Core 5 code to ASP.NET Core 6. Learn how by following these examples.
How to use Rust with Python, and Python with Rust
You can merge Python's convenience with Rust's speed, thanks to libraries in both languages. Get started with the PyO3 project and cpython crate.
Uno Platform advances WebAssembly support
Multi-platform UI toolkit for .NET enables WebAssembly threads and exceptions ahead of official .NET 7 support.
What’s new in Rust 1.62
Rust was designed to make it easy to develop fast and safe system-level software. Here’s what’s new.
Choosing your Java IDE
Which Java IDE is best? Compare IntelliJ IDEA , Eclipse, and NetBeans for features, usability, and compatibility with your favorite tools and frameworks.
The best new features in .NET 6
Microsoft .NET 6 marks a new era of developing performant, modern-day applications for web, cloud, desktop, and mobile devices. Here’s what’s new.
C# language specification approved
The sixth edition of the C# language specification allows for more openness and community participation in changes to the language, Microsoft said.
How to deploy with Vercel and MongoDB Atlas without even trying
You can now deploy your web app to Vercel and have it automatically use a MongoDB Atlas cluster as the data store. Here’s how.
Ecma unveils more permissive JavaScript license
Proposed by Mozilla, the alternative license for the JavaScript specification allows for forks, aligning with the W3C software license covering HTML and CSS.
9 Deno runtime projects to watch
The Deno ecosystem is taking root, with a host of tools and services to challenge Node.js. Here are nine projects leveraging Deno for web development, serverless edge hosting, and more.
Abstract classes vs. interfaces in Java
When should you choose an abstract class over an interface in Java? Take the challenge! Learn the difference between these Java language elements and how to use them in your programs.
ECMAScript 2022 blesses class elements, top-level await
Next version of JavaScript standard gains formal approval, while the new capabilities are already supported by browsers.
8 Java frameworks for a cloud-native world
These lighter-weight Java frameworks combine cloud-native flexibility with Java’s time-tested engineering, so you can write responsive code that’s easy to deploy anywhere.
Rust is most popular WebAssembly language, survey says
The State of WebAssembly 2022 survey of Wasm developers shows Rust on top, with Blazor and Python on the rise.
TypeScript 4.8 fixes file watching on Linux, macOS
Update to Microsoft’s typed JavaScript also introduces improvements to how intersection and union types work and how TypeScript narrows types.