Тёмный

Rust Tutorial - Install Rust and Hello, world! 

CodingCampfire
Подписаться 80
Просмотров 123
50% 1

In this short Rust Tutorial I cover how to install Rust on a Linux or Mac operating system, how to update Rust and write, compile and run a Hello, world! example.
Installing Rust - www.rust-lang....
Installing Rust on other platforms - doc.rust-lang....
In future sessions I will cover more Rust programming fundamentals as well as building projects using AWS services.
Subscribe to ‪@CodingCampfire‬ for content on programming in Rust, Python and AWS.
Please subscribe and give me any feedback on the tutorial or what you would like to see in future.
LinkedIn - / charles-roberts-678a0a49

Опубликовано:

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@alexgoff8505
@alexgoff8505 Месяц назад
Great intro to Rust!
@CodingCampfire
@CodingCampfire Месяц назад
Thanks @alexgoff .. I am going to convert you to Rust one day!
@DebojitBhadra
@DebojitBhadra Месяц назад
Very Nice Charles
@CodingCampfire
@CodingCampfire Месяц назад
Thanks, that means a lot from a legend like you!
@fayeinthecloud
@fayeinthecloud Месяц назад
Straight to the point, love it!
@CodingCampfire
@CodingCampfire Месяц назад
No messing around here @fayInthecloud
@CloudSecurityGuy
@CloudSecurityGuy Месяц назад
Thanks for sharing Charles !
@CodingCampfire
@CodingCampfire Месяц назад
I love your content, so thank you very much for watching and commenting.
@REXTECH9
@REXTECH9 Месяц назад
Let’s gooo! Love this maan, super clear!
@CodingCampfire
@CodingCampfire Месяц назад
Thank you very much. I am really aiming to try and make it as clear as possible for people.
@balu2gani
@balu2gani Месяц назад
hey Charles, do you suggest we have working experience with other programming languages to start learning Rust ? Thanks
@CodingCampfire
@CodingCampfire Месяц назад
Hey, that is a great question that I think a lot of people would like to know the answer to. For many (including myself) Rust has a steeper learning curve than other languages, so people do not think it is beginner friendly. Having said that Rust also has a lot of features that have improved the way I think about programming in other languages like Python. For example how it enforces the use of types as well as Ownership (have not covered this yet) As you can see I am trying to go step by step in my tutorials, explaining every little bit of syntax as I go. I hope this means that someone without programming could follow along. However, I suspect those coming from other programming languages probably want me to skip over these bits. To try to give you an answer, I don't think it is essential, and learning any programming language at first feels slow until you can get beyond "Hello, world!" to solving your real problems. Pretty soon I want to start exploring projects with AWS services, so that people can start to relate to real problems. Do you have a background with another language already?
@balu2gani
@balu2gani Месяц назад
@@CodingCampfire I do a bit of Python scripting as part of automating stuff on AWS. No hard core programming background though :(