Rust First Impressions

preview_player
Показать описание
A quick look at the Rust programming language.

💬 Topics:
- What is Rust?
- Advantages of Rust;
- Rust Macros;
- Immutability in Rust;
- Rust code examples;
- Ownership and Borrowing;
- Rust crash course;

Рекомендации по теме
Комментарии
Автор

Being a former C++ developer myself really helps learning Rust. It cannot be more complicated than C++ 😂😂😂

EduardKaresli
Автор

As a JavaScript developer this just fries my brain.

heyjitendra
Автор

In Rust we have learned all the lessons of last 40 years, it's like C, but where writing a web service isn't much harder compared to modern GCed languages.

MagicNumberArg
Автор

It would be nice to have a descriptive title that tells the video is part of the series. Would love to watch more.

fagnersales
Автор

I felt very unproductive in Rust and quickly went back to python for my projects. There's a lot of extra steps involved like catering to the borrow checker, lifetimes or chosing the correct string type. It's a lot of additional typing and doing other work instead of actually solving the problem at hand.

seasong
Автор

now that you know rust, you should make a video on the react compiler. i've looked at some of it but i think it would make a nice video.

stone-snare
Автор

make a video on the axum framework. i built a similar service to mailchimp with it. you could also include sqlx which gives you compile time checked queries. from there maybe you could cover leptos which is the rust meta framework that is a port of solidjs/solid-start. it has co-located server functions and most of the modern js framework features.

matress--
Автор

Rust is a joy to code in. And the official documentation is great.

cariyaputta
Автор

Kind of felt like the video was inconclusive. Still, thank you for the peek into Rust!

kunodragon
Автор

I enjoy using Tauri that uses a Rust backend with a JS frontend

LetrixAR
Автор

Great video. I would also appreciate the most common way, to solve the compilation error at 4:34

thomasrasser
Автор

Rust is exciting for a specific purpose.

codelucky
Автор

Would love to learn more about Rust. Please post more!

nexxai
Автор

Make a video about Web Assembly in Rust pls

Lucs-kucb
Автор

I think it would be good if when you present a programming language, you tell us the uses of this language. Like javascript is used in the web, C++ in video games...

PierreChevallier
Автор

Currently learning c++ and this come in recommendation😮

rssszz
Автор

interested, please more rust. thank you

gavenblsn
Автор

Can you do one by making a small real world tool?

JR-hbjr
Автор

I don't think starting the video by explaining macros is a good idea...

TheTmLev
Автор

Lifetimes! Please help me with lifetimes!

nmx