Categories
Integrated Solutions Offering

What is the Rust language? Safe, fast, and easy software development [Video]

The Rust programming language’s unique approach results in better code with fewer compromises than C, C++, Go, and the other languages you probably use.

Fast, safe, easy to write—pick two. That has been the state of software development for a good long time now. Programming languages that emphasize convenience and safety tend to be slow (like Python). Languages that emphasize performance tend to be difficult to work with and easy to blow off your feet with (like C and C++).

Can all three of those attributes be delivered in a single language? More important, can you get the world to work with it? The Rust language, originally created by Graydon Hoare and currently sponsored by Google, Microsoft, Mozilla, Arm, and others, is an attempt to do just those things. (The Google Go language has similar ambitions, but Rust aims to make as few concessions to performance as possible.)

Rust is meant to be …

Watch/Read More