RUST

Most loved language

What's so charming?

Community
Productivity
Reliability
Performance

Community

Open source

Learning resources

One tool to rule them all

Cargo

Documentation
Dependency Management
Testing and Benchmarking
Linting and
Formatting
Huge Eco System, e.g. crates.io
Build System

A true friend

Avoiding common pitfalls

The Billion-dollar mistake

(...) what we found at Microsoft is that 70% of our very serious, mission-critical bugs (...) deal with memory safety and incorrect usage of memory.

Technical bits

Compiled Language, no Garbage Collection
Type Safety
(Memory Integrity)
Immutable by default
Ownership System
Strong, Static Typing
Imperative, but functional aspects

DEMO

Further reading

https://www.rust-lang.org/learn

https://github.com/Geigerkind