Rust in 100 Seconds

RUST情報

Rust is a memory-safe compiled programming language for building high-performance systems. It has the simplicity of high-level languages (Go, Python), but the control of low-level languages (C, Cpp) https://github.com/fireship-io/rust-in-100

#programming #rust #100SecondsOfCode

🔗 Resources

Rust Docs https://www.rust-lang.org/learn
Rust Book https://doc.rust-lang.org/book/
Rust Quickstart https://github.com/fireship-io/rust-in-100

Also see Go in 100 Seconds https://youtu.be/446E-r0rXHI

🔥 Get More Content – Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

🎨 My Editor Settings

– Atom One Dark
– vscode-icons
– Fira Code Font

🔖 Topics Covered

– Rust ownership and borrowing explained
– How Rust memory management works
– Get started with Rust
– Rust vs Go
– Rust vs C

Views:1298237
Taqs:webdev,app development,lesson,tutorial

コメント

  • コメント (920)

  • トラックバックは利用できません。

    • Wesley
    • 2023年 7月 05日 3:08pm

    2:09 Windows user detected lol

    • alastairkmbarron
    • 2023年 7月 05日 3:08pm

    Yo has anyone noticed these videos aren’t 100 seconds long?

    • Gabriel Martins
    • 2023年 7月 05日 3:08pm

    I am thinking on learning a new language i am torn between go and rust. Go though is so attractive

    • s1nistr4
    • 2023年 7月 05日 3:08pm

    I really want to learn Rust but it just lacks the community and 3rd party libraries. Like if you want to make a GUI, in C++ you just use qt or any popular GUI framework. That doesn’t exist in Rust. It also doesn’t have an established game engine, there is a web framework (Rocket) but who knows how popular it is. It makes me wonder what people are coding in Rust in the first place. Great language but 0 community.

    • truthadjuster
    • 2023年 7月 05日 3:08pm

    When I first heard about Rust, the next question that is hard to answer is “why”? Even the “how” part is very difficult to answer. Nothing can suddenly comes from a vacuum without relation to other things before it. I search far and wide. All explanations can be found from the writings of Roberto Bagnara in his “Rusted-C” proposal. Instead of being a fanboy hyping the thing, why can’t we just dissect it and get to the bottom of things here. Because a lot of n00bs out there have no idea what they are getting into. How can one protect oneself from the very dangers of which he is ignorant?

    • Blue BukkitDev
    • 2023年 7月 05日 3:08pm

    I wanna see a rust tutorial

    • Greg Peterson
    • 2023年 7月 05日 3:08pm

    You need to be a C++ developer first, in order to be a decent Rust developer. Otherwise it looks like an unnecessarily weird language.
    Also, Rust is probably the only language that needs tutorials to teach how to work with strings…

    • BagusErlang
    • 2023年 7月 05日 3:08pm

    waiting for “full rust tutorial”

    • WojtekGame
    • 2023年 7月 05日 3:08pm

    Yes a rust tutorial could be the best thing, and i could know how to use Deno properly!

    • KryoGaming
    • 2023年 7月 05日 3:08pm

    Fun to know how no one realized that most of these vids are 130 seconds

    • Mohammed YASSINE
    • 2023年 7月 05日 3:08pm

    I would say lower languages provide you with a gun, with which you can shoot yourself in the foot if you don’t know how to use it. Rust gives you toy gun, with which you can’t shoot anyone.

    • Anton Matiash
    • 2023年 7月 05日 3:08pm

    Mutt))

    • PugGames
    • 2023年 7月 05日 3:08pm

    Pug

    • Jason Cox
    • 2023年 7月 05日 3:08pm

    this is a comment

    • ANGEL DOLLFACE
    • 2023年 7月 05日 3:08pm

    This won’t compile. You forgot “:?” in the template string for the “println” macro.

    • TheGamingTiger
    • 2023年 7月 05日 3:08pm

    Yep 100 seconds (2*60)+29=100

    • Rafael Zasas
    • 2023年 7月 05日 3:08pm

    2:12 Main .exe 💀

    • Jake Stoll
    • 2023年 7月 05日 3:08pm

    Rust tut?

    • A. Tevetoğlu
    • 2023年 7月 05日 3:08pm

    Tutorial yes. That assembled voice? …thanks.

    • Adam C
    • 2023年 7月 05日 3:08pm

    Is Rust good for doing machine learning type of programming ?

    • Wisteela
    • 2023年 7月 05日 3:08pm

    Man, this looks weird. I’ll stick to Python.

    • Roman Zimmer
    • 2023年 7月 05日 3:08pm

    In university we had a software-computer science- gigachad like in the memes. The guy is very smart and skipped classes to study in of the most elite universities here in Germany. He is an insane programmer and was always vocal about how great Rust was an important performance gains are. We learned Java in university and he was keen to rewrite his code in Rust just for the flex and performance. After getting all the points he needed he trolled the tutors correcting our assignments. He wrote the whole program (a card game) in one single Java file with 300 lines without using OOP and without Javadoc (we needed to write Javadoc…). And all tests passed and it worked perfectly fine.

    • Adrian Gray
    • 2023年 7月 05日 3:08pm

    0:37 wtf, that was not C++ but C…. lol nice ad for Rust… don’t compare languages if you don’t know them

    • moumous
    • 2023年 7月 05日 3:08pm

    OdinLang in 100 seconds!

    • kale.online
    • 2023年 7月 05日 3:08pm

    Weird. I didn’t think rust was that old and I’ve never heard anyone mention Graydon Hoare

    • ParcanApp
    • 2023年 7月 05日 3:08pm

    Remove this mut ;D

    • Zain Ahmed
    • 2023年 7月 05日 3:08pm

    This video predates rust foundation trademark policy,

    We can just sue them back and win it.

    • Abdullah Rowshan
    • 2023年 7月 05日 3:08pm

    Yes, I’d love to see a rust tutorial!

    • CookedPotato
    • 2023年 7月 05日 3:08pm

    This message is not endorsed by the rust foundation

    • Chrisdaman417
    • 2023年 7月 05日 3:08pm

    This video is in violation of The Foundation’s marks

    • Mystery
    • 2023年 7月 05日 3:08pm

    In Rust, there are pros and cons of not having null. Quite problematic sometimes, althought, there’s None but it isn’t compareable with null.

    • Matthew Boyer
    • 2023年 7月 05日 3:08pm

    0:13 aged like fine wine
    Rust became the third language in the Linux kernel.

    • Kat
    • 2023年 7月 05日 3:08pm

    this video not only taught me about Rust but also helped identify that my potted rose is suffering from rust fungus lmao. Doubly helpful

    • Ken Mbira
    • 2023年 7月 05日 3:08pm

    I’m not a robot

    • Maxis Maximov
    • 2023年 7月 05日 3:08pm

    Tis funny the Rust extension for VSCode is deprecated

    • Isaac Slemko
    • 2023年 7月 05日 3:08pm

    Would love to see the full tutorial

    • Cecil
    • 2023年 7月 05日 3:08pm

    It would be nice to see a Rust video

    • cod3r1337
    • 2023年 7月 05日 3:08pm

    No half-competent C++ programmer would routinely use malloc/free, or even new/delete when it can be easily avoided. Fun fact: C++ actually has automatic memory and resource management. Well, kind of, at least. It’s called RAII. The problem is that it’s not enforced, and sometimes tricky to get right. This is where Rust and its borrow checker comes in – it picks up C++’ idea of automatic resource management, makes it mandatory and goes out of its way to keep you from getting it wrong.

    • Mehul Chauhan
    • 2023年 7月 05日 3:08pm

    full rust tutorial please

    • B
    • 2023年 7月 05日 3:08pm

    full rust!

    • Starliaghtsz©
    • 2023年 7月 05日 3:08pm

    so rust is just better C atleast from what youre saying? tho its syntax seems a bit more complex (maybe unpopular opinion but C actually has pretty intuitive syntax i think), ik a bit of C but no rust

    • Berk Akipek
    • 2023年 7月 05日 3:08pm

    Full Rust tutorial would be great. Your videos are awesome. Keep up the good work. 😀

    • Johnson Watts
    • 2023年 7月 05日 3:08pm

    need rust tutorial now

    • Diacamo Mankungi
    • 2023年 7月 05日 3:08pm

    Moar?

    • Cole
    • 2023年 7月 05日 3:08pm

    100 rocket raid

    • Cewla
    • 2023年 7月 05日 3:08pm

    wait a minute its 148 sec

    • reiser
    • 2023年 7月 05日 3:08pm

    heh, wait till they hit memory scope and dyn traits… 😈

    • Maxis Maximov
    • 2023年 7月 05日 3:08pm

    Ain’t it weird the Rust extension for VSCode was deprecated

    • ClaymorePT
    • 2023年 7月 05日 3:08pm

    Python does not have garbage collection. It uses reference counter for memory management.

    • 秋月蓮
    • 2023年 7月 05日 3:08pm

    I write in assemble and its way faster then rust.

    • jTuned
    • 2023年 7月 05日 3:08pm

    His code compiled to “main.EXE” !!!
    I’m currently still dealing with my feelings knowing Fireship rox WindowsOS. #sadface #cry

    • Linux Rant
    • 2023年 7月 05日 3:08pm

    I’d love to see a tutorial on rust in game dev 🙂

    • Adam Butler
    • 2023年 7月 05日 3:08pm

    mut = mute not mutt!

    • Shmichael Shmangelo
    • 2023年 7月 05日 3:08pm

    tutorial for shmichael shmangelo

    • Zachary Perkins
    • 2023年 7月 05日 3:08pm

    “However, mutable values, objects with an unknown size at compile time are stored in the heap memory”
    Incredible, every word of what you just said, was wrong

    • Hüzeyfe TAŞ
    • 2023年 7月 05日 3:08pm

    here my question. do we realy need rust for web development or mobile development. I am a junior software enginner. I have 3 years experiance and I am coding fullstack both web and mobile. but ı am wondering do I realy need rust in future ?

    • Massimo
    • 2023年 7月 05日 3:08pm

    This language is making so much noise while offering something that only 0.01% of developers actually need. Please consider it guys 🙂

    • Armagaan
    • 2023年 7月 05日 3:08pm

    Okay! I have one question. Can this finally replace C++?

    • spaceghost0813
    • 2023年 7月 05日 3:08pm

    I tried to learn Rust but then I shit my pants and my parents took my computer away 😢

    • Đăng Tú Nguyễn
    • 2023年 7月 05日 3:08pm

    I would like have a Rust Ownership tutorial made with your style.

    • Tsolmondorj Natsagdorj
    • 2023年 7月 05日 3:08pm

    Rust tutorial

    • AdditionAddict
    • 2023年 7月 05日 3:08pm

    Tried Tauri this week. Don’t know rust but vs Electron it’s a game changer

    • Mina Rahaa
    • 2023年 7月 05日 3:08pm

    I wanna see a full rust tutorial.

    • MaybeAnonymous
    • 2023年 7月 05日 3:08pm

    0:12 Yo

    • FantasyPvP
    • 2023年 7月 05日 3:08pm

    0:27 actually that example would also be stack allocated as it’s a &str type. The heap allocated type of string is String (which is properly mutable instead of just reassignable)

    • Keven Rodrigues Meirelles
    • 2023年 7月 05日 3:08pm

    TUTORIAL PLEASEEE!!!!

    • Arthur Marek
    • 2023年 7月 05日 3:08pm

    yes to full tutorial, Inthink this is my next language…ps I started programming in the seventies with Algol, Fortran and Cobol…

    • Light Sense Media
    • 2023年 7月 05日 3:08pm

    Idk why, I always found Rust harder to program than C.

    • Surbhi Agarwal
    • 2023年 7月 05日 3:08pm

    A web server: is Rust or Go better?

    • Samuel Maucaille
    • 2023年 7月 05日 3:08pm

    Rust Tutorial

    • Luke Richards
    • 2023年 7月 05日 3:08pm

    Rust tutorial please!!!

    • Vivek Jadhav
    • 2023年 7月 05日 3:08pm

    How it is different from Objective-C ‘s Reference Counting?

    • N Zam
    • 2023年 7月 05日 3:08pm

    Borrow ?????

    • Best Coders
    • 2023年 7月 05日 3:08pm

    is it mandatory to know how c or c++ works to start learning Rust ? thank’s

    • Kevin Parker THE Programming Account
    • 2023年 7月 05日 3:08pm

    🤍🤍🤍

    • AJ
    • 2023年 7月 05日 3:08pm

    Great video. Thank you

    • Saratchandra MV
    • 2023年 7月 05日 3:08pm

    Im not a CS guy into some developing :/ My boss asked me to have a perl kinda language alongside programming languages ( c++, c#). Because its essential he says. Will Rust work like a perl alternative?

    • sandy
    • 2023年 7月 05日 3:08pm

    WE WANT RUST TUTORIL

    • WIZZ1E
    • 2023年 7月 05日 3:08pm

    full rust tutorial pls

    • Aaron
    • 2023年 7月 05日 3:08pm

    mutable values have nothing to do with being allocated on the heap

    • Chukwuemeka Stanley
    • 2023年 7月 05日 3:08pm

    Which is better at concurrency Rust or Elixir?

    • Adrian Prayoga
    • 2023年 7月 05日 3:08pm

    after version 6.x, this video hits different

    • unfortunatewitnessX
    • 2023年 7月 05日 3:08pm

    So…..when IS the Rust tutorial? You promised that if we liked this video and subscribed to your channel, we would learn how to program in Rust. I wouldn’t mind coding games on it!

    • WAME – BS
    • 2023年 7月 05日 3:08pm

    Damn, even the simpliest app in Rust looks complicated

    • MZT
    • 2023年 7月 05日 3:08pm

    As a C/C++ programmer for more than 2 decades Rust is the only language that has garnered my interest. Does anyone have comparative Kernel performance stats? I’d like to see the same test kernel composed in C++ and Rust compared.

    • Dana Rosenthal
    • 2023年 7月 05日 3:08pm

    As both an Eve Online player and tech student, believe me when I say IN RUST WE TRUST.

    • Anton Adelson
    • 2023年 7月 05日 3:08pm

    1:06 maybe somone can help me here. So when transfering a reference to a different scope, it doesn’t transfer the rust ownership, right? That means that when original variable runs out of scope, the value is destroyed, right?

    What to do in cases of asynchronous programming? We create a variable in one scope but when the event finally fires we’ll need to access this variable value in a different scope later?

    Trying to figure out how Rust works, thanks!

    • April Apakama
    • 2023年 7月 05日 3:08pm

    No because why did this help me on my rust test!

    • Chicken Joe 420
    • 2023年 7月 05日 3:08pm

    Oh I thought this was about rust the video game

    • Jeroen De Maeijer
    • 2023年 7月 05日 3:08pm

    C++ was presented here with malloc and free. This is not C++, but plain C. C++ has smart pointers that clean themselves up once they go out of scope. No shooting oneself in the foot here.

    • andres camilo
    • 2023年 7月 05日 3:08pm

    at this point Rust is like a cult

    • trien
    • 2023年 7月 05日 3:08pm

    Moar

    • Christopher Rojer
    • 2023年 7月 05日 3:08pm

    moar rust!

    • Facebook
    • 2023年 7月 05日 3:08pm

    make a video about the vlang

    • Saitamapreet Singh
    • 2023年 7月 05日 3:08pm

    I think ownership & borrowing concept can also be implemented in C++ with simple keywords used while declaring/defining variables, I hope this feature comes out in the future updates.

    • Puru Space
    • 2023年 7月 05日 3:08pm

    Awesome, please make more videos on Rust

    • Parker Smith
    • 2023年 7月 05日 3:08pm

    I just realized these aren’t actually 100 seconds

    • Jakub Giesler
    • 2023年 7月 05日 3:08pm

    zig in 100 seconds

    • Neo
    • 2023年 7月 05日 3:08pm

    Why the logo is a Crab? why?

    • Jesse Wood
    • 2023年 7月 05日 3:08pm

    Excellent explanation of the ownership and borrowing concept.

    • Arturo Garrido
    • 2023年 7月 05日 3:08pm

    Well, now Rust can be used for PRs to the Linux Kernel

    • AB Playz
    • 2023年 7月 05日 3:08pm

    “Future Linux Kernel?”. Your prediction was on point!! Well not the entire kernel is being replaced with Rust but they are now adding Rust support in next version of it’s Kernel. v6.1

    • yuanjv
    • 2023年 7月 05日 3:08pm

    0:13 Great prediction I guess

    • Bart
    • 2023年 7月 05日 3:08pm

    If you use malloc with C++ you have been living under a stone for at least 20 years.

    • Jedediah Fanuel
    • 2023年 7月 05日 3:08pm

    🦀🦀🦀

    • ARandomTank7
    • 2023年 7月 05日 3:08pm

    0:12 He predicted the future as Linux kernel 6.1 will get Rust built-in.

    • Random Damian
    • 2023年 7月 05日 3:08pm

    How can I uninstall Rust from my Linux Kernel?

    • Erlang Parasu
    • 2023年 7月 05日 3:08pm

    Thanks!

    • Max Cordell
    • 2023年 7月 05日 3:08pm

    Glad to see Rust making it into the Linux kernel

    • IntrepidNeon
    • 2023年 7月 05日 3:08pm

    I thought rust was a game where you hit people woth rocks.

    • mohamed habas
    • 2023年 7月 05日 3:08pm

    🦀 🦀 🦀 🙂

    • Karan Abraham
    • 2023年 7月 05日 3:08pm

    Why do we still bother with C😂

    • The_flaSK
    • 2023年 7月 05日 3:08pm

    Rust tutorial please

    • Araf Television
    • 2023年 7月 05日 3:08pm

    Rust has the best error messages, it even tells you what to do whenever you get an error. I am thinking to start working with rust, but there’s literally very few tutorials

    • Consider The Following Ja7ba
    • 2023年 7月 05日 3:08pm

    full

    • خالد النصبة
    • 2023年 7月 05日 3:08pm

    Please don’t put music in yours videos

    • Elijah _
    • 2023年 7月 05日 3:08pm

    I will have to say yes to that Rust tutorial.

    • Fl0kii
    • 2023年 7月 05日 3:08pm

    *Comments for full Rust Tutorial*

    • Artyom Glazkov
    • 2023年 7月 05日 3:08pm

    I am very very very intrested

    • steven wood
    • 2023年 7月 05日 3:08pm

    More rust

    • BarteZ
    • 2023年 7月 05日 3:08pm

    VS Code with rust-analyzer or Intellij Idea with Rust plugin?

    • Methylviolet
    • 2023年 7月 05日 3:08pm

    Where’s Rust for the Haters? I’d like to see that.

    • Prenom Nom
    • 2023年 7月 05日 3:08pm

    PLEAAASE do slint (formely sixtyfps)

    • Liaret
    • 2023年 7月 05日 3:08pm

    I love Rust so much. I’ve been writing Cpp for 14 years now (not all of them – professionally), and I’ve had a full stack career on top of that. Rust is such a modern and fun language to use, once you’ve learned how to deal with the compiler and figured out the memory intricacies of its many ptr types.

    • eboatwright
    • 2023年 7月 05日 3:08pm

    I love Rust 🙂

    • Mauro
    • 2023年 7月 05日 3:08pm

    It is a fantastic programming language but it also has a horrible name.

    • L, the meganerd
    • 2023年 7月 05日 3:08pm

    is there a rust in time compiler for it

    • Vivek Jadhav
    • 2023年 7月 05日 3:08pm

    Kinda like ARC works in ObjC and Swift.

    • GhostMiner
    • 2023年 7月 05日 3:08pm

    *0:31** American rubbish trucks are the worst thing I’ve ever seen*

    • ari mos
    • 2023年 7月 05日 3:08pm

    I want to see rust and react native courses.

    • Ifeanyi Nnaemego
    • 2023年 7月 05日 3:08pm

    Does it have a web framework

    • Dimitri Sabadie
    • 2023年 7月 05日 3:08pm

    00:55 is plain wrong. Mutability has nothing to do with where the values are stored. The concept you are looking for here would be boxing, like a Box is a T living on the heap.

    • laerehtE
    • 2023年 7月 05日 3:08pm

    There has to be some kind of catch. This language seems great

    • Sammuel Miranda
    • 2023年 7月 05日 3:08pm

    Garbage collectors to NERF, no GC to shoot your self in the foot … man, so simple, so funny … lmao ever since … GG

    • Ian Drake
    • 2023年 7月 05日 3:08pm

    Memory management looks like reference counting from VB6. Is this another case of what’s old is new again?

    • SHONNER
    • 2023年 7月 05日 3:08pm

    Sorry. I refuse to use LET while programming. I haven’t used it since my Sinclair ZX81 days.

    • TheLazyLemonツ
    • 2023年 7月 05日 3:08pm

    “We have Trust in our Rust!”

    • Paul Zupan
    • 2023年 7月 05日 3:08pm

    Since we’re nitpicking, technically a better way to write the do_stuff function would to have it take in a generic slice type, since it would then be compatible with vectors and slice types, plus it would work on such containers containing any type of data:

    fn do_stuff(val: &[T]) { … }

    • tulsatrash
    • 2023年 7月 05日 3:08pm

    Rust tutorial please.

    • Nom
    • 2023年 7月 05日 3:08pm

    The syntax sucks though.

    • Axiom
    • 2023年 7月 05日 3:08pm

    First time I heard about Rust is from an article that discussed about Linux Kernel moving to C99 and rewriting some part of it in Rust, and I thought what kind of an amazing language that wins Linux developers’ hearts when even C++ couldn’t get into that lmao.

    • Marcus Ziadé
    • 2023年 7月 05日 3:08pm

    Thanks

    • Zoltan
    • 2023年 7月 05日 3:08pm

    It took me a minute but I was understanding “low level performance” as being very slow, but what it really meant was “performance of a low-level language” which means fast.

    • 256k
    • 2023年 7月 05日 3:08pm

    rust tutorial plz let’s gooo

    • Michael Angelozzi
    • 2023年 7月 05日 3:08pm

    @Fireship seems like all these in 100s videos (which are brilliant) are about 2mins and 30s, which is 150s. Is that by design or are you just bad at math?

    • Yash
    • 2023年 7月 05日 3:08pm

    0:32 oh lol, was it garbage collector or garbage spreader??

    • BlackrocaYT
    • 2023年 7月 05日 3:08pm

    0:24 what’s the source of “Rust ranked world most loved programming language since 2016”?

    • Fabrizio Ugo
    • 2023年 7月 05日 3:08pm

    I agree with many others: a rust tutorial would be really appreciated!

    • Lophyre
    • 2023年 7月 05日 3:08pm

    Full tutorial when?

    • Zach Childress
    • 2023年 7月 05日 3:08pm

    I clicked this video thinking he meant the game lmao

    • Shinnya
    • 2023年 7月 05日 3:08pm

    Thanks!

    • Giorgio Bellisario
    • 2023年 7月 05日 3:08pm

    Rust tutorial please! 🦀

    • Kevin Lao
    • 2023年 7月 05日 3:08pm

    Would definitely love to see a full Rust tutorial!

    • strangelf 47829
    • 2023年 7月 05日 3:08pm

    0:18 really? Hoare?

    • Random Guy
    • 2023年 7月 05日 3:08pm

    i am still a complete dumbass but i wanna start learning about programming, what should i start with, also any tips are appreciated😊

    • Astha Yadav
    • 2023年 7月 05日 3:08pm

    0:24 Ofc C++ and Java are nowhere to be seen

    • Valink devr
    • 2023年 7月 05日 3:08pm

    Rust is all fun and games until you try to use closures and generics

    • Ciro García
    • 2023年 7月 05日 3:08pm

    A little detail I just found out about: Rust has a “yeet” keyword for throwing errors.

    Just a small detail that I find the funniest thing I’ve ever seen in programming

    • Kurenai
    • 2023年 7月 05日 3:08pm

    That syntax is absolutely filthy.

    • fivefivethree
    • 2023年 7月 05日 3:08pm

    I LOVE RUST!!!!!!!!! 🧡🦀⚙️🧡🍊🦀🦀🦀🦀⚙️⚙️🦀🧡🧡🧡🧡🧡🧡🔥⚙️🦀🦀🧡🧡🧡

    • TheSTEMGamer
    • 2023年 7月 05日 3:08pm

    This is the best and only language

    • KentoCommenT
    • 2023年 7月 05日 3:08pm

    1:24 – That’s the most helpful error message I’ve ever seen. None of the “Traceback call last” paragraphs or “Expected x on line y” scavenger hunts.

    • Noah Hastings
    • 2023年 7月 05日 3:08pm

    error[E0382]: borrow of moved value

    • Sebastian Something
    • 2023年 7月 05日 3:08pm

    video started at 00:01

    • Nick Kaniak
    • 2023年 7月 05日 3:08pm

    can we see an analysis of rust vs Go?

    • milo20060
    • 2023年 7月 05日 3:08pm

    Mutable also in c++

    • Moritz von Schweinitz
    • 2023年 7月 05日 3:08pm

    Why didn’t you say “hi” to your mom?

    • Matt McCastle
    • 2023年 7月 05日 3:08pm

    Full Rust tutorial please! 😀

    • Carlos Saavedra
    • 2023年 7月 05日 3:08pm

    Still waiting for the Rust tutorial…

    • Fliegende Luftwaffel I
    • 2023年 7月 05日 3:08pm

    i thought this was the game “rust”.

    • Jack O’Connor
    • 2023年 7月 05日 3:08pm

    > mutable values…are stored in the heap

    This is incorrect, and it’s a pretty fundamental point. Rust is happy to have mutable values on the stack. The stack vs heap distinction in Rust is similar to the same in C++: objects need to live on the heap if their size is unknown at compile time (as the video mentions) or if their lifetime isn’t limited to any particular scope. In Rust this is often done with Vec, Box, or Arc, much like C++ would use vector, unique_ptr, or shared_ptr.

    Rust’s unique approach to mutability is unrelated to the stack/heap distinction. The rule in Rust is that a mutable object can’t be aliased; there can only be a single, unique reference to it while it’s being mutated. This dovetails very closely with the ownership and borrowing rules that keep track of object lifetimes and prevent use-after-free bugs. These are the parts of Rust that make it really unique.

    • #2 pencil
    • 2023年 7月 05日 3:08pm

    incredible

    • NElectronicSoul
    • 2023年 7月 05日 3:08pm

    ewwww…. Steve Jobs……

    • Bruno Gonçalves
    • 2023年 7月 05日 3:08pm

    I definitely want to see a full-lenght rust tutorial, especially geared towards game development!

    • Michael Diaz
    • 2023年 7月 05日 3:08pm

    More rust

    • Mark Cotner
    • 2023年 7月 05日 3:08pm

    Really enjoyed this, thank you for creating it. Unfortunately due to youtube’s strong rust preference I’ll be seeing rust videos for the next three lifetimes now.

    • Gostan
    • 2023年 7月 05日 3:08pm

    Rust compile time is slow!

    • Jose
    • 2023年 7月 05日 3:08pm

    What I found out so far is that Rust is either just as fast or faster than C++ when writing code out-of-the-box. But C++ allows those final tweaks to be even faster.

    But Rust is still much easier to manage compared to C++. So, chose as you see fit.

    • Devine Interventions
    • 2023年 7月 05日 3:08pm

    Seems like it’s making things even more complicated. C# is already too complicated for me. I still can’t figure out what “static” means.

    • amunkus
    • 2023年 7月 05日 3:08pm

    *Every person who hasn’t left their mom’s basement in the last 20 years’ wet dream in 100 seconds*

    • dirac
    • 2023年 7月 05日 3:08pm

    ❤️❤️❤️🦀🦀🦀

    • Somar Jaber
    • 2023年 7月 05日 3:08pm

    Yes , full rust tutorial

    • TheddunTOSS
    • 2023年 7月 05日 3:08pm

    Please give us the full tutorial!

    • Ishara Sandakelum
    • 2023年 7月 05日 3:08pm

    I love how he did not give any shit about the warning at the end.

    • filip ivanovic
    • 2023年 7月 05日 3:08pm

    yew in 100 seconds?

    • Rituraj
    • 2023年 7月 05日 3:08pm

    Revolutionary things always comes in orange color 😂

    • Cerulity
    • 2023年 7月 05日 3:08pm

    Rust!

    • Elder Yeager
    • 2023年 7月 05日 3:08pm

    C

    You shoot yourself in the foot.

    C++

    You accidentally create a dozen instances of yourself and shoot them all in the foot. Providing emergency medical care is impossible since you can’t tell which are bitwise copies and which are just pointing at others and saying “that’s me, over there.”

    Assembly Language

    You crash the OS and overwrite the root disk. The system administrator arrives and shoots you in the foot. After a moment of contemplation, the administrator shoots himself in the foot and then hops around the room rabidly shooting at everyone in sight.

    • Geodesic Interpolation
    • 2023年 7月 05日 3:08pm

    Dude I’m discovering the comment section of your videos right and this is amazing. So much quality feedback, friendly corrections, and expansive conversations. What a lovely place on the internet.

    • LenovoOffice
    • 2023年 7月 05日 3:08pm

    Spu7Nix? Xd

    • Koy Foster
    • 2023年 7月 05日 3:08pm

    Rust is amazing. It’s like C++ but in scripting form. I’m falling in love with this channel.

    • Evercreeper
    • 2023年 7月 05日 3:08pm

    i never even heard of rust until like 10 months ago

    • Stamina
    • 2023年 7月 05日 3:08pm

    too bad it is terrible for making web apps, also the available orm and db libraries are all over the place and poorly documented, still top for anything else

    • FPChris
    • 2023年 7月 05日 3:08pm

    Yeah sounds a WHOLE lot easier than new and delete.

    • Steve Stonebraker
    • 2023年 7月 05日 3:08pm

    Great job, would like full tutorial

    • Infinighost
    • 2023年 7月 05日 3:08pm

    I’m convinced Rust primarily exists to achieve upvotes on Reddit and Hacker News.

    • Akshay Iyer
    • 2023年 7月 05日 3:08pm

    Would love a full rust course with your explaination

    • Rasmus Källqvist
    • 2023年 7月 05日 3:08pm

    Mutable values are N O T automatically stored on the heap in Rust

    • Rhythmicity
    • 2023年 7月 05日 3:08pm

    I died at that gif of the garbage truck flinging trash everywhere. lol great video. was just the summary I was looking for

    • Soyosan22
    • 2023年 7月 05日 3:08pm

    I want a full-stack developer boyfriend pls <3

    • Ano Nymous
    • 2023年 7月 05日 3:08pm

    I hate how unnecessarily alien the syntax of this language is, and how it can take 10 minutes to compile a hello world. If you are incapable to use C++ for memory management: learn how to use it.

    • julien
    • 2023年 7月 05日 3:08pm

    0:31 that’s an illustration of Java’s Garbage Collector

    • uwuzote
    • 2023年 7月 05日 3:08pm

    Really thanks for your tutorials, i am really loving it, i was watching your Haskell in 100 seconds and there was a logo of Zig for about 2 or 3 seconds, i was interested and now i am knowing it, isn’t that awesome? Also big thanks for using Fira Code font, my favourite

    • Private Informatics
    • 2023年 7月 05日 3:08pm

    I was forced to learn Rust in uni and by god, I have coded in LISP, Basic C, C#, C++, java, gdscript, python, javascript, css/html and php, and no language has ever gotten close to being as confusing, obtuse and illegible as Rust (though python is stiff competition in the illegible category).
    It’s cool that this language is so popular, so there’s enough people out there willing to use it so that noone can force me to touch that accursed crustacean ever again.

    • Mridul Barman
    • 2023年 7月 05日 3:08pm

    Want full rust tutorial

    • Hamcillus
    • 2023年 7月 05日 3:08pm

    I’d love to see a full rust tutorial, been thinking about the language recently and wanted to start off strong

    • Robin Goodfellow
    • 2023年 7月 05日 3:08pm

    I think the only thing missing from Rust is ecosystem maturity. I tried to convert a program I wrote in C++ to Rust, but the program used libTIFF and I found the Rust TIFF libraries to be kind of confusing and not super well documented. I eventually gave up and decided to just improve my C++ program.

    • master shooter64
    • 2023年 7月 05日 3:08pm

    is julia faster than rust?

    • Phoenix
    • 2023年 7月 05日 3:08pm

    Yes I too would love to see the detailed tutorial from basics to advanced. You explain things very good.

    • Erlang Parasu
    • 2023年 7月 05日 3:08pm

    .rs #rust #rustlang #cargo #rustacean #fireship

    • Alex
    • 2023年 7月 05日 3:08pm

    anybody else who likes the game rust get reccomended this video go home YT algo you’re drunk.

    • B code
    • 2023年 7月 05日 3:08pm

    Please, do a “100 sec” of R

    • Damir Maatar
    • 2023年 7月 05日 3:08pm

    Well, i clicked thinking it was about Rust the game..

    • Ronald McDonald Reagan
    • 2023年 7月 05日 3:08pm

    As a jr web dev I really really really wanna get into Rust but also wtf is a heap

    • Victor Gil
    • 2023年 7月 05日 3:08pm

    I’m just fucking impressed. You explained better ownership and borrowing in a 100s than many tutorials in hours…

    • Ken Lathan
    • 2023年 7月 05日 3:08pm

    More Rust Please!

    • Jatin Nandwani
    • 2023年 7月 05日 3:08pm

    amazing

    • Jatin Nandwani
    • 2023年 7月 05日 3:08pm

    Thanks

    • Cass Saph
    • 2023年 7月 05日 3:08pm

    ITS NOT PRONOUNCED MUT ITS PRONOUNCED MUTE

    • Laxman Neupane
    • 2023年 7月 05日 3:08pm

    “….to nerf your control over memory management…” Lol

    • DaVince
    • 2023年 7月 05日 3:08pm

    I was wondering how you could possibly explain Rust in 100 seconds. Well, this is definitely how.

    • Super Saiyan 9900
    • 2023年 7月 05日 3:08pm

    Basically in all practical uses no one actually uses free or delete. unique pointer and stl data structure are quite good at managing there own memory

    • Martin Verrisin
    • 2023年 7月 05日 3:08pm

    Man, I still have my plans for my GSD language… The cold compile times would be atrocious, but great incremental, and such great unorthodox features, people would either love it, or just be too confused by it being too alien…
    GSD stands for: _Getting Shit Done_
    – The main thing I want is a heavy consistent suport for compile time evaluation, which all languages need (macros, templates,…), but it’s rarely elevated to a first class citizen. Instead it should be the basis.
    – And to minimize annoyances like boilerplate, or convoluted build tools, mainly static linking, rich type inference even in fn headers (really, all functions would be more templates, instantiated depending on how they are used) (unless ABI, and restricted for library API), and so much more… – _I want, what the name says._

    A little like Zig, but a lot more capable, and for example: Types are “just” compile time objects that implement an interface TypeGuard, etc.

    //why did I comment this? … idk… I’m depressed, and felt inspired… It’s just a language I dream about, and while I have an idea on how to write it, I ~know I will never have the energy, nor time for it, and I know it will never get popular even if I did make a prototype …
    I have thousands and thousands of lines of notes, thinking about the design… Why can I not just be content with the annoying stuff we have…
    I wish I would at least write an article about the ideas I have – Maybe people would like it. Maybe some language could pick up the main ideals… But I don’t even have the “energy” for that…

    • SadNuggetMan
    • 2023年 7月 05日 3:08pm

    Where smoil?

    • Archery Luna
    • 2023年 7月 05日 3:08pm

    I love learning rust when I’m playing rust

    • James S.
    • 2023年 7月 05日 3:08pm

    I can’t emphasize enough how much I love cargo, it just makes everything so much easier

    • Fuga Mante
    • 2023年 7月 05日 3:08pm

    Rust is the future.

    • mishmohd
    • 2023年 7月 05日 3:08pm

    what the heck is this nerd talk

    • HamidKarzai
    • 2023年 7月 05日 3:08pm

    Hell yeah I’d like a rust tut

    • Paulson Hanel
    • 2023年 7月 05日 3:08pm

    you should do these but for different cryptos (like cardano in 100 secs)

    • Larsinka
    • 2023年 7月 05日 3:08pm

    Your stopwatch didn’t run on rust.

    • Jindřich Sedláček
    • 2023年 7月 05日 3:08pm

    I know this is an oversimplified video, but in C++ you do not need to handle memory manually, the memory management in modern C++ is actually very similiar to the one in Rust, although it is somewhat uglier.

    • DunZek
    • 2023年 7月 05日 3:08pm

    Now THIS is a modern low-level programming language

    • Goose
    • 2023年 7月 05日 3:08pm

    Why did I think this was about Rust by Facepunch

    • Benjamin Dirgo
    • 2023年 7月 05日 3:08pm

    Yes please!

    • Hans Isbrücker
    • 2023年 7月 05日 3:08pm

    I love this language 😊👍

    • Henrique Almeida
    • 2023年 7月 05日 3:08pm

    I loved C but hated C++ as it’s ugly as fuck. I hope to visit again the “low-level-like” languages

    • blah blahblah
    • 2023年 7月 05日 3:08pm

    It’s funny how everyone is correcting the statement that mutable variables have to be on the stack, while also making the mistake in assuming variable with unsized types have to be on the heap. “Hello world” is a str , an unsized type, and it is stored in static memory.

    • Hos
    • 2023年 7月 05日 3:08pm

    more for rust

    • Saima Momand
    • 2023年 7月 05日 3:08pm

    comment to see a full rust tutorial! 🙂

    • MrAbrazildo
    • 2023年 7月 05日 3:08pm

    0:37, C has this restriction. With C++ you can also do this, as well as higher-level methods too.
    0:51, C++ can use both mutable or not on the stack. The condition is if their memory size don’t pass a certain amount of memory. 1:05, whenever it does, 1 can use smart-pointer, that does just what you showed here – and prevents the dangling issue.
    1:19, you can pass a reference for that, as well as any other variable/object/pointer. Pointer is specially useful in situations where things can go wrong, allowing to represent the case by a null value, which is a nice idea.
    Race conditions: since 2011 (C++11) we have the library, which forbids data racing at compile-time.
    1:47, finally something C++ hasn’t: assigning numbers by a growing order, right at the declaration. But you can always define your custom constructor for that.

    • A Pine Tree
    • 2023年 7月 05日 3:08pm

    Being called a Rustacean is reason enough for me to learn the language

    • HollowCodes
    • 2023年 7月 05日 3:08pm

    i want to know how this dude creates his videoes

    • distro logic
    • 2023年 7月 05日 3:08pm

    Respectfully, there are a lot of misconceptions in this video. C++ also has drop semantics and you can write memory safe code with it when you don’t use raw pointers at all. The reason Rust is memory safe is because it doesn’t allow you to use raw pointers by default and checks reference validity at compile time, which C++ could only really do at run-time last time I checked.

    • WWE 2K22
    • 2023年 7月 05日 3:08pm

    Do video for scala

    • gigaboy iper123
    • 2023年 7月 05日 3:08pm

    All is better with rust!

    • Brendan Woodward
    • 2023年 7月 05日 3:08pm

    I am very interested also to see a Rust tutorial. The Scryto programming language that is built on top of Rust as well as the Radix engine I believe are the future of web3

    • stardustbiscuits
    • 2023年 7月 05日 3:08pm

    MAKE A FULL RUST TUTORIAL RIGHT NOW!!!!🔫🔫🔫🔫🔫

    • rene cabuhan
    • 2023年 7月 05日 3:08pm

    Ahh a compiled rust code will produce an exe file, sir so that exe file can run in other computer without installing the rust?

    I will wait for your respond sir jeff delaney..

    • Sticky Steve
    • 2023年 7月 05日 3:08pm

    I’m not a programmer at all, but I see Rust makes .exe files, so does Rust only work on Windows???

    • norigaya
    • 2023年 7月 05日 3:08pm

    1000th comment

    • Juul
    • 2023年 7月 05日 3:08pm

    yes 1

    • The Tricolour Saga
    • 2023年 7月 05日 3:08pm

    I can’t believe it’ss only 100 seconds! I learnt something efficiently today!

    • Ashish Khare
    • 2023年 7月 05日 3:08pm

    Moar

    • Rick Deckard
    • 2023年 7月 05日 3:08pm

    Interesting language. I like to have full control over my system though so I’ll be sticking with C.

    • The Combative Medic
    • 2023年 7月 05日 3:08pm

    Terribly interesting. I’d love to learn more.

    • John Raymond Sulpico
    • 2023年 7月 05日 3:08pm

    Rust with Elixir anyone?

    • BGD
    • 2023年 7月 05日 3:08pm

    i love rust!

    • CodingDude
    • 2023年 7月 05日 3:08pm

    Full tutorial please 🦀

    • Redditor Science and Socialism lover
    • 2023年 7月 05日 3:08pm

    Furries LOVE this language! So do I!
    The claim that it is a cult like strange following with 60% reddit like moderation is pure trite! I would ban these people immediately claiming such misinformation!
    Trust the government!
    Much love

    • Hadiwinata Kuo
    • 2023年 7月 05日 3:08pm

    0:36 I spat my coffee all over my keyboard. On the way to buy a new keyboard. THANKS.

    • Phobo3s
    • 2023年 7月 05日 3:08pm

    You can code for web with webassambly, low level, nearly automatic memory control. Isn’t it perfect? Why not everyone using this?

    • Hyperboid
    • 2023年 7月 05日 3:08pm

    Finally! I understand the ferris_says example!

    • World Shaper
    • 2023年 7月 05日 3:08pm

    Please do it! A beautiful Rust tutorial

    • Cole
    • 2023年 7月 05日 3:08pm

    Moar plz

    • GoodDay Commander
    • 2023年 7月 05日 3:08pm

    Nice an overview, that far, from C# coder’s point of view, Rust looks not so different 🙂

    • Barmaley
    • 2023年 7月 05日 3:08pm

    Where’s joke about rust, the game one

    • kjul
    • 2023年 7月 05日 3:08pm

    Please do a longer video on Rust! ❤️

    • Phantasen
    • 2023年 7月 05日 3:08pm

    Yes please to the rust tutorial!

    • δlieř
    • 2023年 7月 05日 3:08pm

    Give Zig a justice please

    • Pavel Sayekat
    • 2023年 7月 05日 3:08pm

    Yes, a full rust tutorial would be better than this.

    • Spidervessels
    • 2023年 7月 05日 3:08pm

    Do Verilog in 100 seconds! It’s incredibly interesting to me how HDL languages literally translate into a digital circuit rather than machine code and I’d love to see your take on it.

    • ケイちゃん⫽CMYK8964⫽聴覚魅了誘発機器
    • 2023年 7月 05日 3:08pm

    > sees & before a variable
    *SCREAM*

    • Hassan Ogunniyi
    • 2023年 7月 05日 3:08pm

    A FULL RUST TUTORIAL PLEASEE 🥺🥺🥺

    • simonr0204
    • 2023年 7月 05日 3:08pm

    Or, if you set the speed to 0.75x like I had to, “This has been Rust in 133 seconds”

    • RealDotty
    • 2023年 7月 05日 3:08pm

    Rust, a scary game

    • ChannelDSR
    • 2023年 7月 05日 3:08pm

    Amethyst is dead, man 🙁

    • ewerybody
    • 2023年 7月 05日 3:08pm

    rustlings << Strongly recommended! Its a superb interactive tutorial where you go deeper and deeper into it while actually writing and compiling Rust step by step 👍👍👍

    • Snoowwe
    • 2023年 7月 05日 3:08pm

    Rust, a new language, manages to look uglier than old C++. It’s the ugliest fucking thing I’ve ever seen in my entire life.

    • Никита Ветошкин
    • 2023年 7月 05日 3:08pm

    Full rust tutorial!

    • Creaper mann
    • 2023年 7月 05日 3:08pm

    The video was good to the point he was showing c++ and talking about manual memory freeing…
    I think some people just don’t understand that there is something called modern c++

    • CrjaseMechaEngr
    • 2023年 7月 05日 3:08pm

    your only missing the sweaty zerg clans along with screaming 14 year old kids when their rust base gets raided.

    • Lolechi
    • 2023年 7月 05日 3:08pm

    I don’t understand why I get these awful videos in my feed. If I wanted to hear someone reading me a Wikipedia page, I’d read it outloud myself. You’re the “behind the meme” of programming videos.

    • Ashton Snapp
    • 2023年 7月 05日 3:08pm

    I would love to see you try and use the Rocket web server framework.

    • Abdelkadre El Maghri
    • 2023年 7月 05日 3:08pm

    Your videos are amazing!!! thanks

    • No One Of Relevance.
    • 2023年 7月 05日 3:08pm

    Idk if I wanna play Rust, there was a bp wipe a while ago and I’m really just not in the mood rn.

    • askiny
    • 2023年 7月 05日 3:08pm

    seems like a perfect programming language to me. does it have any downsides? (apart from the ugly syntax, wth were they thinking???)

    • Name
    • 2023年 7月 05日 3:08pm

    Oh, the language thit its maintainers distort CS terms and remove codes to complly Political-Correctness? I know.

    • 404 error, page not found.
    • 2023年 7月 05日 3:08pm

    If that was meant to demonstrate how simple this language operates then epic fail.

    If your not already an experienced developer this demonstration may give you a migraine.

    • Kyle Worthington
    • 2023年 7月 05日 3:08pm

    A tutorial of Rust in detail would be a lovely resource,

    • Norbert Klár
    • 2023年 7月 05日 3:08pm

    You are a genius. This is friking awesome!

    • kamen Dimitrov
    • 2023年 7月 05日 3:08pm

    Rust tutorial

    • Ivan Jijon
    • 2023年 7月 05日 3:08pm

    Yeah! Rust tutorial!

    • David Stojkovic
    • 2023年 7月 05日 3:08pm

    I’d love to see Rust tutorial

    • Masketta Man
    • 2023年 7月 05日 3:08pm

    Rust is fine if you actively avoid the general Rust community

    • Алексей Сарычев
    • 2023年 7月 05日 3:08pm

    How is it different from the garbage collection?

    • Kedus Yared
    • 2023年 7月 05日 3:08pm

    hi mom

    • Baba Toņa
    • 2023年 7月 05日 3:08pm

    This totally deserves a tutorial

    • NYX 128
    • 2023年 7月 05日 3:08pm

    so it is C++ safe version?

    • Ngoroth
    • 2023年 7月 05日 3:08pm

    Go full rust tutorial!

    • minneelyyyy
    • 2023年 7月 05日 3:08pm

    am i just stupid but i thought stack variables were able to be changed?

    • xenor
    • 2023年 7月 05日 3:08pm

    Oh, its not a game meme video….

    • David Botos
    • 2023年 7月 05日 3:08pm

    I’m not sure that this was 100 seconds.

    • Drakinite
    • 2023年 7月 05日 3:08pm

    I should really try Rust. It really does seem to be the “next big thing.”

    • Jobum Joben
    • 2023年 7月 05日 3:08pm

    did you hear about smart pointers and RAII idiom in C++? coz call 0:37 as cpp code its …
    I didn’t see anything worthwhile that Rust can do better than cpp, probably because I’m not affected by the hype.

    • Shrippie –
    • 2023年 7月 05日 3:08pm

    After i learn a decent amount of C/C++ think i’ll learn some rust

    • William Melton
    • 2023年 7月 05日 3:08pm

    Full tutorial please Jeff!

    • DRako1321
    • 2023年 7月 05日 3:08pm

    well rust… I expected some survival, building and raiding techniques

    • Atmos4
    • 2023年 7月 05日 3:08pm

    What’s amazing about Rust is how smart and detailed the compiler is. It tells you how to fix your errors in a very precise and understandable way, unlike C++

    • Son of Vandarkholme
    • 2023年 7月 05日 3:08pm

    Rust killed C++

    • ArzO
    • 2023年 7月 05日 3:08pm

    Love it!

    • Lukcy Cookie
    • 2023年 7月 05日 3:08pm

    Pro tip:
    Instead of doing rustc to compile
    Use:
    Cargo build
    Then
    Cargo run

    • friend
    • 2023年 7月 05日 3:08pm

    it’s such a well loved language that in 2020 it barely beat Dart and Lisp in the TIOBE index at a whopping 0.5%

    • bashiry
    • 2023年 7月 05日 3:08pm

    Rust is a wonderful language. But it is not good for projects that must be completed

    • Tony
    • 2023年 7月 05日 3:08pm

    Good luck finding RUST tutorial.
    All you will find is a video game.
    Couldn’t come up with the name worse than that ?

    • Christian Hausleitner
    • 2023年 7月 05日 3:08pm

    0:40 😂😂 after coding endless hours of system level C Code in university, I feel this statement so hard😂

    • Evan
    • 2023年 7月 05日 3:08pm

    You I put functions inside of functions?🤨

    • yuk ning
    • 2023年 7月 05日 3:08pm

    i don’t get it

    • Radical
    • 2023年 7月 05日 3:08pm

    please do a full tutorial

    • herozero777
    • 2023年 7月 05日 3:08pm

    Have you corrected the error at 0:55 ? the one pointed out by @Bar Yemini – This is wrong, value mutability doesn’t have anything to do with the value being stored on the stack or the heap (and the example let mut hello = “hi mom” will be stored on the stack since it’s type is `&’static str`), it depends on the type of the value (if it’s `Sized` or not).
    I think it’s still in the video and many people use these videos for learning concepts. It would be very problematic if people learn something incorrect.

    • Jay Bretherton
    • 2023年 7月 05日 3:08pm

    I’d love to know how it validates a race condition, that seems really difficult to do!

    • Chad’s Tech Hut
    • 2023年 7月 05日 3:08pm

    i mostly see rust being used in linux oses or unix-like, it is not that common on windows

    • ololh4xx
    • 2023年 7月 05日 3:08pm

    memory allocation & deallocation in C not necessarily is the gun pointed towards your foot … its more like a holstered gun of any kind – you can use it to shoot bears, robbers, terrorists …. but you can also use it to shoot yourself. Most people use it to shoot themself – only to start blaming the gun immediately. Because reasons. And because C is bad – thats what everybody else with little to no actual experience says so it must be true, obviously 😀
    C absolutely *requires* software development skill and experience. Dont use it if you’re a newbie. Like … at all. Also don’t use it if all of your skill is centered around scripting languages like JS, Angular, PHP and the likes – you need experience with low-level or “lower-level” languages and also a *lot* of in-depth knowledge about computer hardware … and : no, the CS class / course you did last year is not enough. You need like ten times that, in real-world scenarios. Minimum.

    • Рыгор Бородулин
    • 2023年 7月 05日 3:08pm

    Cool vid actually. You made me more interested in rust than anything else.

    • Bharat Singh
    • 2023年 7月 05日 3:08pm

    0:36 😂

    • Alexey Cherkashin
    • 2023年 7月 05日 3:08pm

    0:30 garbage collector lol 😂

    • Embeddor
    • 2023年 7月 05日 3:08pm

    Sorry but calling the code at 0:37 C++ is just an insult to every C++ programmer out there.

    • X
    • 2023年 7月 05日 3:08pm

    Yo! Still waiting for the Rust tutorial

    • macmoholic
    • 2023年 7月 05日 3:08pm

    Would love more of Rust in any form on this channel. Currently learning the fundamentals of it, but I hope to learn how it is used in WebAssembly!

    • VagisilUnleashed
    • 2023年 7月 05日 3:08pm

    Yes please, a full rust tutorial

    • Yo wut
    • 2023年 7月 05日 3:08pm

    It should be noted that Rust is also the tool of choice for the nonbinary/transgender coding community, so it is a better language than others in many aspects!

    • Hundvd7
    • 2023年 7月 05日 3:08pm

    Okay, you had me at Rustaceans

    • slingshot
    • 2023年 7月 05日 3:08pm

    Yes. I hope to see a full rust tutorial

    • Stack Overflow
    • 2023年 7月 05日 3:08pm

    0:24 “most loved programming language” how easy it is to manipulate these polls.

    • adjbutler
    • 2023年 7月 05日 3:08pm

    MOAR!

    • Letiul The Lettuce
    • 2023年 7月 05日 3:08pm

    I just wanted to learn rust cause of this video, thank you so much!

    • Avik Roy
    • 2023年 7月 05日 3:08pm

    Rust tutorial pleaseee…..

    • Fl0wdnb
    • 2023年 7月 05日 3:08pm

    plz rust tutorial for linux

    • Александр Каравайчик
    • 2023年 7月 05日 3:08pm

    Thank you for such a good video. I started to learn Rust after watching. That’s really interesting language. It’s gonna be so great, if you will make a full Rust tutorial!

    • oraqlle
    • 2023年 7月 05日 3:08pm

    A rust tutorial would be awesome. Especially in how it works with WASM

    • Mav Hunter
    • 2023年 7月 05日 3:08pm

    Can you honestly say its “popular for game engine”?

    • Alex Escalante
    • 2023年 7月 05日 3:08pm

    You make it sound like Rust is the next big thing in languages since C++. And it is! 😆

    • J F
    • 2023年 7月 05日 3:08pm

    Thank you for the Rust in 100 seconds video!! You explain concepts so clearly. Yes! Rust tutorial please.

    • JP W
    • 2023年 7月 05日 3:08pm

    I don’t think you would really build operating systems with a language designed to be ran under an operating system

    • Nankoos
    • 2023年 7月 05日 3:08pm

    Idk anything about programming, but I would most definitely like to see a rust tutorial.

    • Notsam22
    • 2023年 7月 05日 3:08pm

    ok well this is not the rust game which i thought the video would be about

    • Puneet Bajaj
    • 2023年 7月 05日 3:08pm

    Rust in blockchain 🔥

    • Tzoor Rozental
    • 2023年 7月 05日 3:08pm

    please do a full rust tut!

    • Hedzik Krecik
    • 2023年 7月 05日 3:08pm

    Yes, I’d love to see a rust tutorial! Especially one where you raid other people and show us base designs.

    • Andai
    • 2023年 7月 05日 3:08pm

    lol at the dog just falling into the void
    great video 🙂

    • A b
    • 2023年 7月 05日 3:08pm

    Let is used to bait JS programmers lol

    • Itai Levi
    • 2023年 7月 05日 3:08pm

    I’m in for a rust tutorial too

    • JOHN SMITH
    • 2023年 7月 05日 3:08pm

    Full rust tute!

    • John Doe
    • 2023年 7月 05日 3:08pm

    Yay! Another new language! Just what we need!!! (NOT!)

    • Jean-kevin
    • 2023年 7月 05日 3:08pm

    Rust is the future !!!!!!!

    • Tj
    • 2023年 7月 05日 3:08pm

    Full rust tutorial please

    • Julio Ortiz
    • 2023年 7月 05日 3:08pm

    Please do a full rust tutorial!!

    • Zsolt Simon
    • 2023年 7月 05日 3:08pm

    A hundred times YES! I am interested in linux loadable kernel module development and I am curious what benefits would we get to use Rust instead of C in the world of linux device drivers 😀

    • phee3D
    • 2023年 7月 05日 3:08pm

    Sounds like pointers with extra steps

    • Kabuto Zombie
    • 2023年 7月 05日 3:08pm

    stopped watching at 1:40

    • Romeo peter
    • 2023年 7月 05日 3:08pm

    Yes, please. Give us a Rust tutorial 🔥

    • Climate Change doesn’t bargain
    • 2023年 7月 05日 3:08pm

    Rust tut pls

    • Matthew Parnell
    • 2023年 7月 05日 3:08pm

    I love rust; but I also love C++, and I take a slight issue with showing the C++ logo, and showing purely C code, that would be considered extremely bad practice in modern C++
    malloc/free in C … new/delete in old C++, and rare cases in modern C++

    • rastz
    • 2023年 7月 05日 3:08pm

    when you say “immutable” and use “let” to declare example variable which can be mutated, atleast in js. It confuses me 😀

    • Jason Sebring
    • 2023年 7月 05日 3:08pm

    You are absolutely the best YouTuber-Coder content creator…ever.

    • Francois Venter
    • 2023年 7月 05日 3:08pm

    100% would love to see a full rust tutorial

    • Aaron Edwards
    • 2023年 7月 05日 3:08pm

    Swift in 100 seconds!

    • Evan Yoohoo
    • 2023年 7月 05日 3:08pm

    why did you call `rustc` instead of `cargo build`? Very scary

    • Majkieboy
    • 2023年 7月 05日 3:08pm

    Hell yeah we want a full rust tutorial! 😀

    • Unknown Man
    • 2023年 7月 05日 3:08pm

    the rust programming language is rusting now

    • kaley
    • 2023年 7月 05日 3:08pm

    This was not the type of Rust I was expecting when seeing this in my recommended

    • Mariusz Hope
    • 2023年 7月 05日 3:08pm

    Jesus Christ is the Way, the Truth, the Life. No one comes to the Father except through Him. There is no other intermediary. May Jesus Bless you, trust Him, give your life – and He will take care of it :pray Convert yourself and believe in the gospel

    • hyperdata
    • 2023年 7月 05日 3:08pm

    Request : 100 secs on Linked Data

    • Data
    • 2023年 7月 05日 3:08pm

    Too many mistakes for 3 minutes video

    • Neu Zen
    • 2023年 7月 05日 3:08pm

    memery safe

    • l+ae29
    • 2023年 7月 05日 3:08pm

    first time I’ve heard someone call mut ‘mutt’. I’ve always heard ‘mute’ since its short-hand for mutable

    • Cedric
    • 2023年 7月 05日 3:08pm

    This video told me, I should learn a new programming language… It is time for more tools I can use ^^

    • Hopper Streams
    • 2023年 7月 05日 3:08pm

    I like the idea of Rust, but there’s no formal standard for it yet and (last I heard) the compiler wasn’t self-hosting. A formal standard spec and a compiler written in Rust based on that spec would make me more open to some of the claims that currently just can’t be backed up. Gonna get hate for this probably lol

    • Hoowwwww
    • 2023年 7月 05日 3:08pm

    i can’t believe this video is popular
    lot of misleading statements and lies
    why do you lie?

    • Ragdraco
    • 2023年 7月 05日 3:08pm

    Just subscribed, hoping to get a beginners tutorial video! Excellent video this one btw!

    • bala einstein
    • 2023年 7月 05日 3:08pm

    hi bro . when can we expect your juggling with javascript course?

    • octalide
    • 2023年 7月 05日 3:08pm

    I’m really not sure why so many people like rust. I despise the syntactical sugar sprinkled around the language all in the name of memory safety. It completely sacrifices readability and writing speed for that functionally negligible performance increase (I say functionally negligible because, while rust IS faster than many languages, the speed difference won’t be relevant unless the author is writing the code for a real time system (no, NOT your game engine — think microcontrollers in ECUs, where nanoseconds are essential). A good example of this in practice is the simple fact that C# game engines exist. C# is a MUCH slower language than rust in many ways AND is garbage collected, but can still perform well enough to power AAA games.

    Those reasons alone are enough for me to far prefer something like go over rust — golang being a language that is “minified” while managing to be extremely capable, performant, easy to write with, AND garbage collected (the GC is extremely efficient and can be configured or even turned off in special cases). I would much rather write code in another language than fight the rust compiler over memory management, wacky syntax, and an arbitrage of single-use keywords for functionality that simply does not need to be included in the base library of a language.

    TLDR; IMHO rust is the wrong language unless you’re writing a kernel or embedded code and don’t want to use C. I dislike it very much.

    • Daniele La Prova
    • 2023年 7月 05日 3:08pm

    I’d like to hear more about this memory borrow system

    • Lynology
    • 2023年 7月 05日 3:08pm

    This is not the game rust

    • cina geransayeh
    • 2023年 7月 05日 3:08pm

    Sir I Love You, Give us a 100 Seconds for Meaning of Life :)))))))

    • sznio
    • 2023年 7月 05日 3:08pm

    1. Don’t call rustc directly, do it via cargo
    2. You don’t have to declare the type of a variable in most cases
    3. Mutable variables are stored on the stack. When you need dynamic size, then you use Box<> which indicates that the variable is stored on the heap.

    • Stefan Tanuwijaya
    • 2023年 7月 05日 3:08pm

    give us rust tutorial please 🙂

    • Ab Rh
    • 2023年 7月 05日 3:08pm

    Are there any examples where rust is used heavily?
    Thank you

    • Jesús Zagal
    • 2023年 7月 05日 3:08pm

    I wanna see a full rust tutorial 🤙

    • Duy Tran
    • 2023年 7月 05日 3:08pm

    I thought Rust is a survival game 😬👉👈

    • G J
    • 2023年 7月 05日 3:08pm

    I always though that “learn XX in 24 hours” is for lazy people. 100 sec, here we go!

    • MINEHEROS
    • 2023年 7月 05日 3:08pm

    Java ( I am The boss) 😎

    • Seif Kobrosly
    • 2023年 7月 05日 3:08pm

    What theme are you using in VS Code?

    • Wa Gamer House
    • 2023年 7月 05日 3:08pm

    I love these videos

    • perfectionbox
    • 2023年 7月 05日 3:08pm

    hmmm Unreal Engine also uses the object ownership model to manage memory

    • Isenewo Theophilus
    • 2023年 7月 05日 3:08pm

    What took you so long
    I’ve been waiting for this
    Thanks

    • Matt Coburn
    • 2023年 7月 05日 3:08pm

    full rust tutorial please

    • Saul Ramirez
    • 2023年 7月 05日 3:08pm

    I’d like to see more of Rust 🦀

    • Charlie
    • 2023年 7月 05日 3:08pm

    you should do a video about swift

    • Dominik K – KFP🐔
    • 2023年 7月 05日 3:08pm

    Thanks a bunch for this video, I’d love to see a Rust tutorial myself too

    • Jacques
    • 2023年 7月 05日 3:08pm

    1 rust tutorial please kind sir

    • Sitraka FORLER
    • 2023年 7月 05日 3:08pm

    I want to see that tutorial…that rusty tutorial m8 !

    Also WOW i love your videos !

    • Pavel Peřina
    • 2023年 7月 05日 3:08pm

    I don’t know. I tried to rewrite one a rather simple Python program when speed matter into Julia and Rust just for curiosity. I found Rust more logical to a certain point … when I needed to access buffer (image) by columns from multiple threads. At this point, it became a nightmare and not using programing language as a tool, but instead fighting with it’s limitations or safety features. Also Julia had libraries I needed and nicer syntax for a lot of math, where rust has function written after the expression, not before, so it’s hardly readable. I’m not saying Julia was without problems – threaded loop sharing mutable variables without strong typing was slow, but with everything made typed and constant it became ten times faster (still twice slower than Rust, but 100-500x faster than Python). But I’m not convinced that Rust is a language I want to use. I’d like to have something like C++ that solves dependencies without a need to spend hours writing CMake files. Memory safety? Since we have shared_ptr and unique_ptr, I don’t feel like it’s a major problem. Avoiding deadlocks and writing highly parallel that does not spend time by waiting is.

    • Tomson 2456
    • 2023年 7月 05日 3:08pm

    yeees rust tutuorial yeees

    • Nirjal Mahat
    • 2023年 7月 05日 3:08pm

    The only thing I understood here is that RUST is a programming language.

    • Ba2siK
    • 2023年 7月 05日 3:08pm

    How you make the intro animation? Very cool

    • Dennis Cleaver
    • 2023年 7月 05日 3:08pm

    so it doesn’t have “new” or “delete”.
    Pretty damn cringe.

    • Stefano Borini
    • 2023年 7月 05日 3:08pm

    How is this different from C++? You are basically passing the pointer to a subroutine. The only difference is that it performs delete automatically when it goes out of scope, like the auto_ptr.

    • Simon Lauer
    • 2023年 7月 05日 3:08pm

    yes please! a rust tutorial would be dope

    • Akshay Kumar
    • 2023年 7月 05日 3:08pm

    Redux in 100 seconds please!!!

    • Samuel David
    • 2023年 7月 05日 3:08pm

    Thank you. Great intro but some other unique features like traits and lifetimes were left out

    • Rafael Cisneros Gómez
    • 2023年 7月 05日 3:08pm

    Pleeeeeease a full tutorial for Rust!!!!

    • tokiomutex
    • 2023年 7月 05日 3:08pm

    0:59 There’s no reason why mutable variables(which have a known size at compile time) shouldn’t be stored on the stack, in Rust heap allocations are done with Box.

    • Vitor Hugo
    • 2023年 7月 05日 3:08pm

    super cool! it’s also good to mention that rust compiler errors are SUPER helpful and, most often, precise.

    • Andrew Wheatley
    • 2023年 7月 05日 3:08pm

    Please and thank you for a tutorial! Loving learning rust as a side project. It’s been fun to have more direct control than with go or Python.

    • Louis V
    • 2023年 7月 05日 3:08pm

    Can we get List in 100 seconds? 😀

    • Jainam Mehta
    • 2023年 7月 05日 3:08pm

    Yes I would love you to do a full tutorial on Rust

    • Amanuel Tigistu
    • 2023年 7月 05日 3:08pm

    yes I would like to see a rust Webassembly video that shows a good use case. Thanks.

    • Kevin Rio
    • 2023年 7月 05日 3:08pm

    A bunch of stuff here is just plain wrong. Should really be fixed and reuploaded. Maybe get someone who actually uses rust to make this.

    • sup
    • 2023年 7月 05日 3:08pm

    this isn’t 100 seconds . . .
    xD

    • Gustavo N.
    • 2023年 7月 05日 3:08pm

    More Rust please!

    • Diego Bevilacqua
    • 2023年 7月 05日 3:08pm

    Loved the video! Please make a full Rust tutorial!

    • spidfire
    • 2023年 7月 05日 3:08pm

    I like a full tuturial and also your thoughts about using a ownership and borrowing concept in other languages.

    • Least Expected
    • 2023年 7月 05日 3:08pm

    You forgot to mention that variables can be “consumed” by functions, depending on how you pass them to functions in example

    • Martin Minkov
    • 2023年 7月 05日 3:08pm

    Please make a rust tutorial! 😀

    • Aza’s Built to Code
    • 2023年 7月 05日 3:08pm

    +1 for full rust tutorial

    • Pramod Kamath
    • 2023年 7月 05日 3:08pm

    Rust tutorial is much needed!

    • Buggz
    • 2023年 7月 05日 3:08pm

    a

    • collin visser
    • 2023年 7月 05日 3:08pm

    yes

    • Glenn Matsiwe
    • 2023年 7月 05日 3:08pm

    yes dude we need a full rust tutorial, and can build a minimal database

    • mehdi ben hariz
    • 2023年 7月 05日 3:08pm

    i’d love to see a tutorial on rust <3

    • YAPAYZEKA
    • 2023年 7月 05日 3:08pm

    thank you thank you thank you. more rust please. please make a video about tauri. electronjs similar tool but with rust.

    • nikodemr
    • 2023年 7月 05日 3:08pm

    I waited for a day, hoping you’d address at least the critical error you’ve made but I’m sorry, you’ve lost all credibility to me. I cannot trust your videos I’ve watched anymore if you can’t even pin a comment or make a statement in the description that you’ve made a mistake which is fundamental to the language

    • Connor Mooneyhan
    • 2023年 7月 05日 3:08pm

    You did a great job of highlighting the main features of Rust! Would’ve liked a bit on zero-cost abstraction though. A full tutorial would be great!

    • Ahmed Omar
    • 2023年 7月 05日 3:08pm

    Can you make a video about scala

    • Ian J Barker
    • 2023年 7月 05日 3:08pm

    This is the video that convinced me. Thanks as always!!

    • Mohammad V
    • 2023年 7月 05日 3:08pm

    Hi mom

    • Wakham 11
    • 2023年 7月 05日 3:08pm

    please do a tutorial on Lottie Animation 🤓

    • Hasan
    • 2023年 7月 05日 3:08pm

    Hellooooo,

    I love your every videos, but I’d love to see a rust tutorial

    • Arun Das
    • 2023年 7月 05日 3:08pm

    ❤💪🏻

    • liao zhangpeng
    • 2023年 7月 05日 3:08pm

    it looks like another go

    • Michael Easter
    • 2023年 7月 05日 3:08pm

    0:41 Outstanding video! Just to amplify, for newbies: Rust uses a “middle path” to be both performant and safe (from a bug standpoint, which implies a _security_ standpoint). This combination is key to understanding its popularity. The key to learning Rust is to accept that the Borrow Checker will hound you like a vicious dog (but it has your back).

    • Sleepy Ghost
    • 2023年 7月 05日 3:08pm

    Rust tutorial sounds cool. Also C# in 100 seconds? That would be pretty cool.

    • ambereen abbas
    • 2023年 7月 05日 3:08pm

    I wanted Python

    • George / გიორგი დავითური
    • 2023年 7月 05日 3:08pm

    the funniest part was: c++ is all about shooting yourself in the foot 😀 🤍

    • Vytautas
    • 2023年 7月 05日 3:08pm

    Full Rust tutorial please!

    • Ignore Solutions
    • 2023年 7月 05日 3:08pm

    > you just built a memory safe executable
    > rust compiler warns of unused mutable

    • Patrick James Quinn
    • 2023年 7月 05日 3:08pm

    FULL RUST TUT!

    • Saswot Lamichhane
    • 2023年 7月 05日 3:08pm

    Need a full tutorial on rust!

    • Patriqu
    • 2023年 7月 05日 3:08pm

    Next Haskell in 100 seconds. 😉

    • Mercy
    • 2023年 7月 05日 3:08pm

    Jeff is my favourite tech YouTuber

    • SupremeDeity
    • 2023年 7月 05日 3:08pm

    A major mistake here is that mutable values are stored in heap when in fact they arent. You can make them be stored in heap if you want though.

    Also something you need to know is that in rust, unless you use a reference (which is &), ownership will be transferred. For example when passing to a function.

    • Ronan Eeftens
    • 2023年 7月 05日 3:08pm

    This whole video I thought you were talking about the game

    • AlbedoBond
    • 2023年 7月 05日 3:08pm

    Finally!!!

    • 2 0
    • 2023年 7月 05日 3:08pm

    Hi mum,

    • Jeel Rajodiya
    • 2023年 7月 05日 3:08pm

    R language in100 seconds

    • Jessie The Android
    • 2023年 7月 05日 3:08pm

    11/10 would love to see a Rust tutorial. Before this, had no interest (or intended use case) but now rethinking that mindset.

    • Tilak Basyal
    • 2023年 7月 05日 3:08pm

    I liked the video without seeing it and wanted to give a love react, too bad i can’t. Would love to have a full tutorial soon.

    • Emir Hanić
    • 2023年 7月 05日 3:08pm

    Rust tutorial would be nice. This programming language has potential with the rise of Solana 😀

    • Muhammad Seyan
    • 2023年 7月 05日 3:08pm

    C++ has RAII so what low level access is not that unsafe anymore. The C++ code u showed was C code. And misinformation about what’s stored on the stack.

    • Paul Clarke
    • 2023年 7月 05日 3:08pm

    More Rust please 😀👍

    • Zuruh_
    • 2023年 7月 05日 3:08pm

    What about elixyr in 100 seconds ?

    • necauqua
    • 2023年 7月 05日 3:08pm

    You never said a thing about ‘unsafe’ and safe abstractions around unsafe code, it’s a big part of Rust imo

    So many people are saying that whether the variable is stored on the stack or on the heap based on if it’s Sized (has a known compile-time size) or not.
    THIS IS WRONG, OMG PEOPLE!
    You just cannot directly create a variable with an unsized type, because all the variables you create have live on the stack.

    What you _do_ have to do to create a variable on the heap is to use a Box – a smart pointer which stores the data on the heap, and the box itself (which is just a pointer with extra drop behavior to deallocate) instead lives on the stack.

    Same thing with all the collections (like Vec) and other smart pointers (e.g. Rc) – you create it on the stack and it will allocate memory on the heap (you can write your own with a Box, but the std one has a bunch of ‘unsafe’ optimizations with a safe public interface) and contain a pointer to that memory within itself and use it to store data.

    • Bhavya Jain
    • 2023年 7月 05日 3:08pm

    Full rust tutorial please

    • Benedict GS
    • 2023年 7月 05日 3:08pm

    I appreciate you bringing something out of your mastery, try to learn it and share with us those learning.

    • Nicolas Ka
    • 2023年 7月 05日 3:08pm

    Great video as always, what about a 100s video about Web Components

    • Sharyf
    • 2023年 7月 05日 3:08pm

    MOAR!

    • Tim Anderson
    • 2023年 7月 05日 3:08pm

    100 == 148

    • Jeevan Hegde
    • 2023年 7月 05日 3:08pm

    Make a full length tutorial on Rust

    • Gh0stcloud
    • 2023年 7月 05日 3:08pm

    More rust 🦀🦀🦀!!

    • crazychicken037
    • 2023年 7月 05日 3:08pm

    Ooh do zig too and then nim

    • Ned Collyer
    • 2023年 7月 05日 3:08pm

    Totally down for a Rust tutorial. Your videos are so great to follow along and learn. Love them 🙂

    • Tyler Sustare
    • 2023年 7月 05日 3:08pm

    🦀 great Rusty 100 seconds. Can’t wait for Ruby on rails in 100 seconds 💎🙌

    • Jordan Asghar
    • 2023年 7月 05日 3:08pm

    Love your videos man, have learned a lot, but this one I would suggest you reupload correcting the discrepancy about let mut storing on the heap. That’s a pretty fundamental error and will cause a lot of confusion amongst the type of people just starting out who will watch your content.

    • JSH32
    • 2023年 7月 05日 3:08pm

    Good video but things are only on heap when you explicitly make them on heap by wrapping them in a heap container like Box or Rc. Mutable values can be on stack as long as their size is known at compile time, this is possible even if you reassign the variable. If you have something stored like a polymorphic type like a trait and you want to store a struct that implements that trait you would need to store it in a Box (with dynamic dispatch(dyn)) since the size of a value like that can’t reliably be known at compile time. Also to compile a rust project with dependencies and utilize the build system you need to use cargo (eg. cargo build, cargo run) instead of rustc.

    • Ariel Benichou
    • 2023年 7月 05日 3:08pm

    Yes, I’d love to see a full rust tutorial!

    • Johnny Yeng
    • 2023年 7月 05日 3:08pm

    Finally!

    • evn
    • 2023年 7月 05日 3:08pm

    Rust tutorial please!!!!!

    • ÀS HÚ
    • 2023年 7月 05日 3:08pm

    Golang exists

    • Md Mehedi Islam Khan Ifti
    • 2023年 7月 05日 3:08pm

    Thank you so much. Waiting for Rust tutorial ❤️❤️❤️

    • Samwan Samwer
    • 2023年 7月 05日 3:08pm

    moar! definitely. 😀

    • Bob Bass
    • 2023年 7月 05日 3:08pm

    Build a NoSQLite database in rust, like a local mongodb

    • 19-5C5- AR. BHARADWAJ
    • 2023年 7月 05日 3:08pm

    Sir can you do a video on dart

    • Mr Surver
    • 2023年 7月 05日 3:08pm

    how you manage to paste much text into the editor?

    *teach me the way, please*

    • Abhimanyu Aryan
    • 2023年 7月 05日 3:08pm

    Julia in 100 seconds

    • Altum
    • 2023年 7月 05日 3:08pm

    Moar Rust please

    • Cecep Wandy
    • 2023年 7月 05日 3:08pm

    moar,,, rust for web development please

    • Guilherme S. Santos
    • 2023年 7月 05日 3:08pm

    Please, i need a tutorial for web assembly in rust made for you. My favorite tech channel. Thanks for the awesome content.

    • Mr J
    • 2023年 7月 05日 3:08pm

    Every few months I get bit by the Rust bug and start making something in Rust. Then I remember how it adds almost no benefit to my career and stop.

    I really do wish the adoption rate was better.

    • Anshul
    • 2023年 7月 05日 3:08pm

    need a full rust tutorial

    • 309 Days in Rust
    • 2023年 7月 05日 3:08pm

    Yea ❤️

    • Atalocke
    • 2023年 7月 05日 3:08pm

    When you make your tutorial, please make sure to cover Lifetimes, Option, Result and how to create modules. I’ve been developing witj Rust for two years almost daily (including my own lang) and these are what tripped me up the most in the beginning.

    • env
    • 2023年 7月 05日 3:08pm

    Webapp with rust please
    Love you; fireship forever 🧡

    • ma veasna
    • 2023年 7月 05日 3:08pm

    Rust in 100 Secs is officially released . it’s short and concise

    • Atalocke
    • 2023年 7月 05日 3:08pm

    You crazy bastard. You did it

    • Prashis
    • 2023年 7月 05日 3:08pm

    YESSS, FULL RUST TUTORIAL PLEASEEE 😋
    Thanks in advance!! :)) 🦀

    • glewfw
    • 2023年 7月 05日 3:08pm

    its funny to see a web developer explain this with his understanding of concepts

    • hi bye
    • 2023年 7月 05日 3:08pm

    If you could touch on Solana’s smart contracts, which I believe use Rust, that would be amazing!
    Great video!

    • arfan kurnianto
    • 2023年 7月 05日 3:08pm

    Why programmer don’t stop to compare some language?

    • Rez996
    • 2023年 7月 05日 3:08pm

    Would love more learning material for Rust.

    • Pramesh Bajracharya
    • 2023年 7月 05日 3:08pm

    Nice, time to add Rust to my resume. Thanks.

    • Jedd Dryden
    • 2023年 7月 05日 3:08pm

    plz tutorial

    • Sushil Kumar
    • 2023年 7月 05日 3:08pm

    Yes yes yes… Rust Tutorial

    • Spock San
    • 2023年 7月 05日 3:08pm

    please make a full tutorial for some project I’ve heard about this lang but never tired it other then the hello world

    • Elijah Lopez
    • 2023年 7月 05日 3:08pm

    I’m sold. I’ll try out Tauri for an upcoming GUI project. As for replacing Python, Rocket can replace Flask and let’s see what can replace requests.
    I may start within a year or after a couple years, but if Rust is very intuitive (e.g., Python’s sorted has a key parameter that takes a lambda), and it’s syntax is simpler than C++, it just might be the holy grail of the future meaning no more new “subjectively better” languages. Then we’ll have Python for scripting, and Rust for everything else :).
    Thanks.

    • Joshua Fishman
    • 2023年 7月 05日 3:08pm

    moar!

    • Will Lane
    • 2023年 7月 05日 3:08pm

    Some big issues with this video:
    declaring something as mutable does not move it to heap memory.
    you should not compile a cargo project with rustc you should use `cargo build` or `cargo run`.
    rust has type inference so you do not need to declare the type of a variable like you did.

    • Aryasakti
    • 2023年 7月 05日 3:08pm

    damn that was genius, I can see why people love it so much now, but if only there were more Rust jobs around…

    • Woof Woof
    • 2023年 7月 05日 3:08pm

    I googled for that yesterday, thanks

    • DANNY
    • 2023年 7月 05日 3:08pm

    Rust + WebAssembly = HUGE

    • Saketh Parimi
    • 2023年 7月 05日 3:08pm

    Do a video on Scala, Julia, or Java (If you haven’t already)

    • Samuel Levy
    • 2023年 7月 05日 3:08pm

    A tutorial would be great!

    • Pablo Gutierrez
    • 2023年 7月 05日 3:08pm

    Rust is a fashion, like sweaters. It will vanish soon or only be used in universities if it’s not owned by a big company.

    • Faris Sufyan
    • 2023年 7月 05日 3:08pm

    Waited so long for this one

    • Phillip Berger
    • 2023年 7月 05日 3:08pm

    Let’s see a rust tutorial!

    • Mars Aurelius
    • 2023年 7月 05日 3:08pm

    So it’s like.. RAII done for you ?

    • MindlessTurtle
    • 2023年 7月 05日 3:08pm

    F— it. I’ll learn Rust if you make a video tutorial. Deal? Love your videos!

    • Hristo Gueorguiev
    • 2023年 7月 05日 3:08pm

    Awesome video! Question is was the “mistake” about mutability affecting stack or heap allocation a mistake … or a clever way to drive engagement in the comment section ?! 🤷🏼‍♀️😂

    • Evandro Rodrigues
    • 2023年 7月 05日 3:08pm

    Heeeey you did it! Thanks a lot Jeff! 😀 Amazing content!

    • splash_frack0275
    • 2023年 7月 05日 3:08pm

    I am writing a blog while learning rust, with the rustlings and I was reading about the “ownership”, I think that the owner and the dog explains a lot. If I can use it in the next blog 😅

    BTW I always see your videos, love it.

    • Vent
    • 2023年 7月 05日 3:08pm

    Sorry, I have to be that guy.

    1. The example C++ code is very contrived, you rarely use malloc and free in C++ (like you would in C) because…
    2. C++ uses RAII. Necessary heap memory is allocated when the object is created, and freed when the object falls out of scope. The same system is used in Rust.
    3. Just because something is variable, does not mean it is stored on the heap. If it’s size does not change over the program’s lifetime, there is no reason to allocate it on the heap. For example: a mutable u32 is initialized to 0, and later changed to 5. This u32 does not need to be on the heap, because no matter what it’s value is, it will always have a size of 32 bits.

    • Steve Alliance
    • 2023年 7月 05日 3:08pm

    Yeah, bring that tutorial

    • wasd123
    • 2023年 7月 05日 3:08pm

    IMO rust is good for experienced programmer, but is too complicated for beginner

    • Xeros08
    • 2023年 7月 05日 3:08pm

    You can compile Rust programs with rustc, but the better way to do it if you created your project with Cargo, is todo cargo build –debug/–release

    • xXHelsingXx
    • 2023年 7月 05日 3:08pm

    Shoot my foot… Ha ha ha, I was laughing until I teared. 😀

    • Mohamed Anwer
    • 2023年 7月 05日 3:08pm

    +1 for the rust tutorial

    • Christopher
    • 2023年 7月 05日 3:08pm

    MY MAN

    • illuminate lair
    • 2023年 7月 05日 3:08pm

    we are not worthy

    • Tobias Sample
    • 2023年 7月 05日 3:08pm

    Yeeeee a tutorial would be great!

    • Victor Pinas Arnault
    • 2023年 7月 05日 3:08pm

    And today, October 12th, marks 10 years since Dennis Ritchie pass away.

    • 개발하는 정대리
    • 2023年 7月 05日 3:08pm

    Suuuuper coooooool! 😎

    • swivei production
    • 2023年 7月 05日 3:08pm

    hah he actually did it

    • Edward Ceballos
    • 2023年 7月 05日 3:08pm

    rust tutorial! ❤️👍

    • Chris Hayes
    • 2023年 7月 05日 3:08pm

    Anyone use Yew? (Rust + WASM) What’s your experience been like?

    • Valeriu Balan
    • 2023年 7月 05日 3:08pm

    Hmm, amazing, good explanation. I’d love some tutorials.

    • lone.faerie
    • 2023年 7月 05日 3:08pm

    I’d love to see a video on Scala in 100 seconds

    • Diego I. Hidalgo D.
    • 2023年 7月 05日 3:08pm

    Yes we want to see a tutorial!

    • eugenius73
    • 2023年 7月 05日 3:08pm

    full Rust tutorial from fireship pls

    • Shubham Patil
    • 2023年 7月 05日 3:08pm

    please yes rust tutorial i really need this

    • Paul
    • 2023年 7月 05日 3:08pm

    I lack any reason to use high performance language so I think I’ll just skip this one.

    • DotNetApp
    • 2023年 7月 05日 3:08pm

    pls moar!

    • Novel Hawk
    • 2023年 7月 05日 3:08pm

    You should try to do a collab with some Rust expert. Community are always happy to help share their language knowledge so that probably help make a good informative video.

    • fadhil saheer
    • 2023年 7月 05日 3:08pm

    beyond 100 second please

    • _Cosmos_
    • 2023年 7月 05日 3:08pm

    A rust tutorial would be awesome!

    • willinton06
    • 2023年 7月 05日 3:08pm

    I hate rust cause it makes me doubt C#

    • Braeden Foster
    • 2023年 7月 05日 3:08pm

    Make your own Blockchain in Rust. The ultimate guide for crypto bros.

    • geekofia
    • 2023年 7月 05日 3:08pm

    100 second series itself is a click bet ❤️. I can’t resist to click.

    • Enebz
    • 2023年 7月 05日 3:08pm

    I literally searched for this yesterday, today the world blessed me with this video.

    • Nalim Lik
    • 2023年 7月 05日 3:08pm

    Yes Mr. Fireship, please givr me a tutorial on rust….
    This guy… its like hes reading my mind, whatever language or technology i get interested in… few days later there he goes, uploading another video on the exact same thing.

    • qazyhn94
    • 2023年 7月 05日 3:08pm

    I would like to see a full rust tutorial like we had an article about Go! Thank you!

    • Ali Hayder
    • 2023年 7月 05日 3:08pm

    Yasss!! Full Rust tutorial please.

    • Fallen Knight Kazul
    • 2023年 7月 05日 3:08pm

    Could you maybe perhaps possibly conceivably by chance also present Kotlin? It’s ranked second place in your unsourced graph representation, so I am curious.

    • azatecas
    • 2023年 7月 05日 3:08pm

    cant believe fireship got bullied into making a rust video😂

    • Fallen Knight Kazul
    • 2023年 7月 05日 3:08pm

    You bet your bottom swedish crown I want a full tutorial!

    • David Gerner
    • 2023年 7月 05日 3:08pm

    please could you do something similar for Rakudo, Perl 6? I’d love to see it

    • Broyojo
    • 2023年 7月 05日 3:08pm

    rustc will work but cargon run is probably what you want to use since you are in a cargo project anyway

    • Anupam Dahal
    • 2023年 7月 05日 3:08pm

    OS with rust tutorial 😎😎😎

    • Frederik Schönfeldt
    • 2023年 7月 05日 3:08pm

    Please do Elixir! 🙂

    • Disciplined Living
    • 2023年 7月 05日 3:08pm

    Tutorial please! Loved the video

    • SkuezTech
    • 2023年 7月 05日 3:08pm

    Searched this shit yesterday…

    • Anupam Dahal
    • 2023年 7月 05日 3:08pm

    Rust beyond 100s 💪💪🔥🔥

    • Mahan
    • 2023年 7月 05日 3:08pm

    memory allocation functions are from c not c++, and for that reason c++ introduced smart pointers

    • alexveeuk
    • 2023年 7月 05日 3:08pm

    It’s a decent system programming language I have given it a go many times and had a blast. However most of the projects and things I do, my use case is simplicity and compile speed. I have such respect ✊ for those OG rust developers as Rust’s compile time is Loooooooooong. I’m aware that it’s because it’s checking for memory safety and requires extensive time for that. However this means prototyping is not really possible. therefore there is real need to know what you are coding and have a plan before coding it. I can’t deny it’s probably faster than most modern compiled languages like GO but if your prototyping stuff and trying new things out it’s probably not the best language in that sense. Please do gRPC next so that more people are aware that we can have requests at higher speeds and amounts

    • Sven
    • 2023年 7月 05日 3:08pm

    Please full Rust Tutorial. Is Rust an better alternative to C++, C# and Java?

    • Serhii Puliaiev
    • 2023年 7月 05日 3:08pm

    Full tutorial!

    • Knight
    • 2023年 7月 05日 3:08pm

    i really liked the language. but their central community is so toxic 😹

    • Ikazuchi-san
    • 2023年 7月 05日 3:08pm

    please id love to see the full rust tutorial

    • Capuccino Pintucciono
    • 2023年 7月 05日 3:08pm

    As someone who never touched Rust, it feels like I’d be using “let mut” all the time. Why use the simple “let”, feels like using up memory for nothing? What if I want to do a single element change in a matrix, do I have to make a whole new matrix with a single changed value?

    • Luck_Silva
    • 2023年 7月 05日 3:08pm

    Yes! Full Rust tutorial! It would be cool to use this to create a web assembly tutorial as well! You made a very simple one some time back, and I wanted a more in depth tutorial about it! Your videos are awesome!

    • Pouyan J
    • 2023年 7月 05日 3:08pm

    Isn’t there any downside with Rust compared to C/C++?

    • Gers2017
    • 2023年 7月 05日 3:08pm

    Waiting for Perl in 100 seconds

    • Sangwoo Han
    • 2023年 7月 05日 3:08pm

    Should I learn c and c++ before rust?

    • Michael Hoefler
    • 2023年 7月 05日 3:08pm

    Full tutorial!!!!!

    • bashiry
    • 2023年 7月 05日 3:08pm

    ☢ Zig programming language please

    • Irham Putra
    • 2023年 7月 05日 3:08pm

    RUST >>>> GO

    • BlackdestinyXX
    • 2023年 7月 05日 3:08pm

    Yes, I totally need a Rust tutorial

    • Md. Fazlul Karim
    • 2023年 7月 05日 3:08pm

    Wish to see Rust beyond 100 seconds! <3

    • SzDavidHUN
    • 2023年 7月 05日 3:08pm

    A comment

    • R Affas
    • 2023年 7月 05日 3:08pm

    Rust tutorial

    • MicroPanda
    • 2023年 7月 05日 3:08pm

    I would love to see rust tutorial!

    • TwoWaySix
    • 2023年 7月 05日 3:08pm

    I usually love your videos. It is sad to see that you clearly did not put a lot of research into this video… the mistakes have been pointed out by others.
    Hope there will be a reupload… and that your other Videos are better researched…

    • Shravan Sunder
    • 2023年 7月 05日 3:08pm

    A full turtle is would be amazing!

    • heykall
    • 2023年 7月 05日 3:08pm

    can you make some yew rs wasm dude, gonna love it

    • MrScopes
    • 2023年 7月 05日 3:08pm

    bro I was looking for this like 2 days ago

    • π
    • 2023年 7月 05日 3:08pm

    Yes we need “moar”

    • W Crayfish
    • 2023年 7月 05日 3:08pm

    Hi

    • Rundik
    • 2023年 7月 05日 3:08pm

    yeah, memory safety. Meanwhile every library uses unsafe keyword. Maybe just use c++?

    • Jim Vincent Martinez
    • 2023年 7月 05日 3:08pm

    Django vid pls

    • Stephen Hazel
    • 2023年 7月 05日 3:08pm

    full rust tutorial please. that borrowing biz seems kinda hairy to meee…

    • Ben Amiel
    • 2023年 7月 05日 3:08pm

    Do java stuff

    • Tim Solinski
    • 2023年 7月 05日 3:08pm

    OMG that garbage truck meme is basically every garbage collector ever.
    Thx for breaking down Rusts differences so clear on point.
    This is the best introduction / explanation I’ve seen so far. Well done.
    Please keep this format, your content is topnotch in this regard.

    • Denis Bryukhachev
    • 2023年 7月 05日 3:08pm

    full

    • Neelansh Mathur
    • 2023年 7月 05日 3:08pm

    MAH Man!

    • Saltus the first
    • 2023年 7月 05日 3:08pm

    I WANT a rust tutorial, paid or not, i’m getting it

    • Sigma76
    • 2023年 7月 05日 3:08pm

    : ) Ferris is very happy

    • Ben65797
    • 2023年 7月 05日 3:08pm

    Rust

    • Falxie_
    • 2023年 7月 05日 3:08pm

    Soon all things will be Rust

    • Matt Volpe
    • 2023年 7月 05日 3:08pm

    I love the fact that COBOL in 100 Seconds was out a year before Rust in 100. I know it’s because it was relevant in 2020 but still it looks funny 😂

    • Gioele M
    • 2023年 7月 05日 3:08pm

    Firebase: leave a comment if you want a Rust tutorial
    Me: yes

    • Dansho
    • 2023年 7月 05日 3:08pm

    I find the C++ „Shooting in the foot“-part very funny. And I say that as someone who really enjoys using C++.

    But there a few things i‘d like to mention: The code shown in 0:46 is C-Style. In C++ you normally simple allocate memory using the „new“ keywoard.
    Also there are several ways to easily deal with dynamic memory, e.g. using STL containers or smart pointes. You will never have to worry about Memory Leaks anymore if you use them.

    • Jansen George
    • 2023年 7月 05日 3:08pm

    Full Rust tutorial please 😀

    • Rodrigo Sanchez
    • 2023年 7月 05日 3:08pm

    Awesome video! a 100 second of Julia would be marvelous 🙂

    • Mohammed Babur
    • 2023年 7月 05日 3:08pm

    yes, full rust tutorial pls

    • SkyyySi
    • 2023年 7月 05日 3:08pm

    Don’t manually use rustc, just use ‘cargo build’ (‘cargo b’ also works, it’s a shortcut). Using rustc like this is like manually compiling every file in a project with a Makefile.

    • Gustavo Alfaro
    • 2023年 7月 05日 3:08pm

    Full tutorial 100%

    • saeed mirzaee
    • 2023年 7月 05日 3:08pm

    Web components pls

    • John Turner
    • 2023年 7月 05日 3:08pm

    Excellent. Would love to see a “build a chat app w/ Rust and Web Assembly” or similar as a followup to both “Rust in 100 seconds” and “WASM in 100 seconds”.

    • Zaoui Amine
    • 2023年 7月 05日 3:08pm

    “If you would like a rust tutorial”
    Do you really think there is going to be someone to say no ? Xd

    • Henrikh Kantuni
    • 2023年 7月 05日 3:08pm

    +1 for Rust tutorial!

    • d2vin
    • 2023年 7月 05日 3:08pm

    rust

    • samueld
    • 2023年 7月 05日 3:08pm

    Other than a few inaccuracies, this was a great video! I’d love to see full tutorial with rust wasm and javascript.

    • Muhammad Qasim
    • 2023年 7月 05日 3:08pm

    Full tutorial please

    • Nishil Sheth
    • 2023年 7月 05日 3:08pm

    100 seconds of Python
    Difference between Programming and Coding

    Please make a video on atleast one of these.
    I love your fast teaching style. Keep up the good work!

    • Eden Fernandez Jr
    • 2023年 7月 05日 3:08pm

    MOAR RUST

    • deef dragon
    • 2023年 7月 05日 3:08pm

    I really think rust and golang 100 seconds both deserved an And Beyond. They are both super popular and powerful, to the point where 100 seconds alone undersells them.

    • Clickbaitking
    • 2023年 7月 05日 3:08pm

    Swift and SwiftUI in 100 seconds 😁

    • Reard Gjoni
    • 2023年 7月 05日 3:08pm

    Kotlin in 100 Seconds please

    • Avaneesh Samsi
    • 2023年 7月 05日 3:08pm

    MOAR pls

    • stunt man
    • 2023年 7月 05日 3:08pm

    Rust go brrrr…

    • Kasun Vithanage
    • 2023年 7月 05日 3:08pm

    Elixir in 100s Please 🙂

    • ADSMLPS
    • 2023年 7月 05日 3:08pm

    Would love to see a full tut

    • Usama Iftikhar Butt
    • 2023年 7月 05日 3:08pm

    *AOT vs JIT* in 100 seconds

    • Usama Iftikhar Butt
    • 2023年 7月 05日 3:08pm

    *Compiled vs interpretor* in 100 seconds

    • lie
    • 2023年 7月 05日 3:08pm

    You can mutate a stack allocated type like an integer. You could box it into the heap if you needed though, some rare circumstances require that, like for using dynamic dispatch.

    • Chameleon Scheimong
    • 2023年 7月 05日 3:08pm

    Normally I like every video you make but I’ll make an exception to this one. The few errors you made here can be very misleading to someone just starting out.

    First, `let mut` does not put a variable on the heap; `Box::new` (or other smart pointers) does. Someone else already explained it so I’ll pass.
    Second, “mut” is not pronounced with a flat “u” (as in “mud”), instead say it the same way you would say the full word “mutable”. This is a minor issue but nonetheless.
    Finally, for most use cases you *really* shouldn’t be using rustc directly. Instead use `cargo build –release` and `cargo run –release`, which is not only easier but also compiles your dependencies.

    Granted Rust is particularly complex and 100 seconds is a short time. But I feel like this video could use some more research and is not up to your usual standards in the current state.

    • Usama Iftikhar Butt
    • 2023年 7月 05日 3:08pm

    *Chrome flags* in 100 seconds

    • Radheya Nagarkar
    • 2023年 7月 05日 3:08pm

    🔥🔥🙌 Tutorial sire! ❤️

    • Pedro Martin del Campo Gonzalez
    • 2023年 7月 05日 3:08pm

    I worked with rust to program a raspberry and it’s really good. I only touched the surface though

    • NoName_hacke_
    • 2023年 7月 05日 3:08pm

    Yez i love rust do it

    • modolief
    • 2023年 7月 05日 3:08pm

    MOAR!

    • ITSZP
    • 2023年 7月 05日 3:08pm

    Can you do php in 100 seconds pleas?

    • simondoestuff
    • 2023年 7月 05日 3:08pm

    A rust tutorial in depth would be great. I would like a deeper understanding of the borrow system.

    • Oliver Lopez
    • 2023年 7月 05日 3:08pm

    Rust Tutorial Please!!! 🦀🦀🦀

    • Евгений Попов
    • 2023年 7月 05日 3:08pm

    Full rust tutorial please)

    • Deepankar Sandhibigraha
    • 2023年 7月 05日 3:08pm

    Full tutorial please

    • John van den Berg
    • 2023年 7月 05日 3:08pm

    Loved the video and looking forward to seeing a more in depth video on Rust. Thanks for creating this!

    • Arsham Skrenes
    • 2023年 7月 05日 3:08pm

    Rust tutorial please! Also a comparison of Rust and Go would be great!

    • dvmitto
    • 2023年 7月 05日 3:08pm

    Yes please, would love a more extensive rust tutorial. Yours is the best concise video so far to explain Rust’s ownership

    • PND Smoke
    • 2023年 7月 05日 3:08pm

    I actually just started using rust earlier this week. Pretty cool to see that you made a video on it, would absolutely love to see you make more!

    • SkullTraill
    • 2023年 7月 05日 3:08pm

    Yes please on the rust tutorial

    • JPwarlord
    • 2023年 7月 05日 3:08pm

    Would really like a Rust tutorial please!

    • bicunisa
    • 2023年 7月 05日 3:08pm

    Make Zig next!

    • Agon
    • 2023年 7月 05日 3:08pm

    Please do Kotlin next! 🙂

    • Roxana S
    • 2023年 7月 05日 3:08pm

    Kotlin in 100 seconds?

    • Vagrancy
    • 2023年 7月 05日 3:08pm

    I’ve been wanting to learn Rust ever since I have memory. If you create a course of it, I’ll pay you a lot of money right away. No questions asked.

    • Chilly Vanilly
    • 2023年 7月 05日 3:08pm

    Super informative vid, only that the part with “package is a crate” is wrong and I would like provide a simple correction without being a h8er!
    Instead, 1 package (not to be confused with Java-meaning of packages) in Rust contains at least 1 crate, where each crate starts from either a `main.rs`-type-of-file or `lib.rs`.
    Cheers!
    #rustup

    • Ray Miles
    • 2023年 7月 05日 3:08pm

    Thanks

    • Brennen Herbruck
    • 2023年 7月 05日 3:08pm

    Rust vs Go?

    • Lio Mendonça
    • 2023年 7月 05日 3:08pm

    Yes, I have been developing for years in JavaScript but now I want to immerse myself in a low level language like rust.

    • Shivam Patel
    • 2023年 7月 05日 3:08pm

    Full rust tutorial sounds good

    • strangeCat
    • 2023年 7月 05日 3:08pm

    Rust tutorial plsss!!

    • alegian
    • 2023年 7月 05日 3:08pm

    looks good, but didn’t quite get why borrowing is any better than reference passing. Would definitely appreciate a 10 min version to explain things better

    • hey7328
    • 2023年 7月 05日 3:08pm

    more

    • Otman M
    • 2023年 7月 05日 3:08pm

    Rust is somehow part of the future but I think it is more for C++ dev’.

    I kind of hope that C++ will not disappear because it is a very good language too but too much Legacy things into it.

    Great video as always, thanks sharing.

    ps: Mutable or Immutable is not about Stack vs Dynamic memory though

    • KorigamiK
    • 2023年 7月 05日 3:08pm

    C++ in 100 seconds and beyond!

    • __
    • 2023年 7月 05日 3:08pm

    YWNBAW

    • KobeNade
    • 2023年 7月 05日 3:08pm

    I’d love to see a full rust tutorial

    • Arnab Paryali
    • 2023年 7月 05日 3:08pm

    rust tutorial would be great , for me atleast 😁

    • Sushant Bhargav
    • 2023年 7月 05日 3:08pm

    Was waiting for this
    Thanks

    • Steve
    • 2023年 7月 05日 3:08pm

    A bit minimal but I enjoyed the presentation

    • Patrick
    • 2023年 7月 05日 3:08pm

    Now i can put Rust on my resume.

    • Azmain Mahtab
    • 2023年 7月 05日 3:08pm

    Please make a full rust tutorial

    • Code Aperture
    • 2023年 7月 05日 3:08pm

    We needed more. How about web server in rust

    • Thies Patrick Ohme
    • 2023年 7月 05日 3:08pm

    “MOAR” (more) please, I would like to hear how to create an wasm file with Rust or how to create an project with own modules in itself 😉😁👍

    • Qnn
    • 2023年 7月 05日 3:08pm

    Concurrency != multithreading…

    • D K
    • 2023年 7月 05日 3:08pm

    Rust’s syntax looks scary 😯

    • PUP
    • 2023年 7月 05日 3:08pm

    Just finished learning rust and I am using a ncurses port. Can you do a ncurses in 100 seconds?

    • Supratik Chowdhury
    • 2023年 7月 05日 3:08pm

    Yes to a Rust tutorial!!

    • Alyx Warner
    • 2023年 7月 05日 3:08pm

    Please rust tutorial!

    • Hi Eu
    • 2023年 7月 05日 3:08pm

    Never forget your humour. 1 like 🙂

    • Lucas Ramos
    • 2023年 7月 05日 3:08pm

    There is no better programming language, unless it is Rust!

    • MalekiRe
    • 2023年 7月 05日 3:08pm

    Please for the love of God create a full rust tutorial

    • Hamzailer The Nerd
    • 2023年 7月 05日 3:08pm

    FINALLY

    • Jay Berry
    • 2023年 7月 05日 3:08pm

    C++ for babies and substandard programmers

    • Federico Di Filitto
    • 2023年 7月 05日 3:08pm

    I was waiting for this one 🙂

    • Calitts
    • 2023年 7月 05日 3:08pm

    Please do a beyond 100 seconds, it would be amazing!

    • Salman
    • 2023年 7月 05日 3:08pm

    MOAR RUST!!!

    • Cheat-Code Sam
    • 2023年 7月 05日 3:08pm

    Cordova in 100 seconds?

    • shafkathullah ihsan
    • 2023年 7月 05日 3:08pm

    Yes full rust tut!

    • Jaco Rall
    • 2023年 7月 05日 3:08pm

    Cool. A full Rust tutorial will be great.

    • Kingkor Roy Tirtho
    • 2023年 7月 05日 3:08pm

    The **Most Loved programming language** in the **Most Loved programming YouTube Channel**

    • Maximilian Hans
    • 2023年 7月 05日 3:08pm

    MOAR!

    • Juan de la Rosa
    • 2023年 7月 05日 3:08pm

    I need that full tutorial <3. Awesome video

    • Jannik
    • 2023年 7月 05日 3:08pm

    Watching this video without any audio is hella confusing 😀

    • Basix
    • 2023年 7月 05日 3:08pm

    You shouldn’t call rustc directly though, it’s a footgun

    • Virtue3t
    • 2023年 7月 05日 3:08pm

    Please full Rust tutorial!

    • Marek Dančo
    • 2023年 7月 05日 3:08pm

    YES! I’ve been waiting for video on rust for a long time, I’ve been wanting to try this. Please, upload a full tutorial, I would be very happy!

    • Nataniel Porto
    • 2023年 7月 05日 3:08pm

    Thats… yes. Full tutorial. Yes.

    • αdιтуα ѕнαямα
    • 2023年 7月 05日 3:08pm

    Yes yes yes Please make a Rust video 🤩🤩🤩

    • kamayan ray
    • 2023年 7月 05日 3:08pm

    really liked your videos a lot. Looking forward for rust tutorial

    • Alen Paul Varghese
    • 2023年 7月 05日 3:08pm

    finally

    • Ben Grinstein
    • 2023年 7月 05日 3:08pm

    Love to see more about Rust

    • Wildan Zulfikar
    • 2023年 7月 05日 3:08pm

    Finally understood what ownership is. Short and clear ✨

    • Mac Bla
    • 2023年 7月 05日 3:08pm

    Moar rust pretty please!

    • Mino Levon
    • 2023年 7月 05日 3:08pm

    more about rust please. I want to make rust the tool that is in my left pocket. I am happy with what i have in my right pocket and ready to invest some extra time on rust. I share your videos with my friends on discord you are like a gem

    • Scemenzo
    • 2023年 7月 05日 3:08pm

    I absolutely wish for an awesome long Rust video tutorial by you

    • Wezi Mk
    • 2023年 7月 05日 3:08pm

    MOAR!

    • lies damnlies
    • 2023年 7月 05日 3:08pm

    Rust. Amazeballs language, but boy had their community been subject to a lot of fires and too much politicking.

    • NotTelling MyName
    • 2023年 7月 05日 3:08pm

    I highly doubt that all mut variables are on the heap. I’d guess that it is like in C++, only dynamically allocated memory is there.

    • Shinomitsu
    • 2023年 7月 05日 3:08pm

    I literally searched “Rust in 100 Seconds” yesterday and then you upload this. Scary !

    • Imad Eddine ch
    • 2023年 7月 05日 3:08pm

    Can you make a video about Actix? A Rust web framework

    • Nagarajan Subramani
    • 2023年 7月 05日 3:08pm

    Jeff, I’m forever astonished by how quickly enough and how deeply enough you learn a new subject to be able to make such a detailed summary of it. I think the next video should be ‘Learn how Jeff does it in 100s’. 🙂👍

    • Anthony V
    • 2023年 7月 05日 3:08pm

    Nim in 100 seconds

    • Imad Eddine ch
    • 2023年 7月 05日 3:08pm

    You are awesome!

    • Maksymilian Łapiński
    • 2023年 7月 05日 3:08pm

    remove this mut >:C

    • Ray Green
    • 2023年 7月 05日 3:08pm

    😍

    • PROgrm_JARvis
    • 2023年 7月 05日 3:08pm

    Great and long-expected video!

    Just some notes which may make it better:
    Except for the already mentioned /mut not requiring heap/ error. It is also worth mentioning that the type inference is smart enough to make it not needed to place explicit type annotations (as on 1:43) in most cases. The reason why it has to be used in this particular example is that `collect()` works on arbitrary *target* types and thus it need a type hint into what to collect the data.
    Also, to be fair, the screenshot at 1:27 has not got much to do with borrowing checker (there may be better examples, I guess).
    Also, the preferred way to build binaries is `cargo build` instead of `rustc`.
    So I guess (just my personal opinion) that it may be reasonable to have the video updated/reuploaded with these patches so that it gives a better image of the language in general (and not get used in holywars as an argument, haha).

    • Cedric’s Special LP
    • 2023年 7月 05日 3:08pm

    2:03 did they seriously call it STD? That is a terrible name. Who thought this was a good idea?

    • ERRRE
    • 2023年 7月 05日 3:08pm

    This channel is awesome. I was looking into how to get started with Rust yesterday. And here comes Fireship like. Hey got you man. 😎

    • Will Am
    • 2023年 7月 05日 3:08pm

    C++ originally had concept of ownership, since 2011 in C++ you don’t manually allocate memory

    • Rohan Kumar
    • 2023年 7月 05日 3:08pm

    DO C

    • Tiny Mike
    • 2023年 7月 05日 3:08pm

    nice

    • ABHAY GUPTA
    • 2023年 7月 05日 3:08pm

    I learned something new Errors Matters not warnings

    • Shigetorum
    • 2023年 7月 05日 3:08pm

    Saw this suggested yesterday ! Awesome to see fireship listening to community feedback!

    • Anthony Rawson
    • 2023年 7月 05日 3:08pm

    Now that I actually know more about what Rust is it’s way more interesting than I thought

    • Shateq
    • 2023年 7月 05日 3:08pm

    Okay, now we need Kotlin tutorial 😀 maybe Kotlin/Js React app?

    • Anthony Rawson
    • 2023年 7月 05日 3:08pm

    Rust tutorial pls

    • Carlton Gordon
    • 2023年 7月 05日 3:08pm

    Thanks for this!!

    is it possible to get Haskell next?

    • Алексей
    • 2023年 7月 05日 3:08pm

    Rust tutorial plz )

    • Oussama Sethoum
    • 2023年 7月 05日 3:08pm

    Full Rust tutorial will be absolutely appreciated 😍

    • Spiritual
    • 2023年 7月 05日 3:08pm

    Finally rust in 100 seconds

    • flexairz
    • 2023年 7月 05日 3:08pm

    Rust. Let’s Go!

    • Ivan Bragin
    • 2023年 7月 05日 3:08pm

    Nuxt 3 in 100 Seconds?

    • Sampat Kalyan
    • 2023年 7月 05日 3:08pm

    I want a rust tutorial.

    • Pranav
    • 2023年 7月 05日 3:08pm

    Go Rust Go!
    😎❤️ Loved the video

    • zroconf
    • 2023年 7月 05日 3:08pm

    Please do more rust tutorial

    • Gur Galler
    • 2023年 7月 05日 3:08pm

    Would love to see a Rust tutorial. You should consider making multiple videos to cover it more deeply and not just the basics. Thanks for the amazing content as always 🙂

    • IcyTv
    • 2023年 7月 05日 3:08pm

    I think cargo is on of the the biggest reason rust is so beloved… You don’t have to fiddle with your build system and you have really easy access to other people’s code, something that is missing from a lot of other low level languages. The language itself has quite a steep learning curve

    • Kevin McCallister
    • 2023年 7月 05日 3:08pm

    Ful rust tut plz

    • TechBizLove
    • 2023年 7月 05日 3:08pm

    Rust Webapp tutorial please

    • Sean Bugeja
    • 2023年 7月 05日 3:08pm

    moaaarrrrrr pls.

    • Ravi Prakash
    • 2023年 7月 05日 3:08pm

    Hell yeah.. we do want a full tutorial on it 🖖

    • Tantan
    • 2023年 7月 05日 3:08pm

    Let’s go!
    I think Rust takes a new innovative look at how we write software without compromising safety for performance.
    Borrow checker has taught me a lot of good lessons in writing better code

    • Roberto G. Puentes Diaz
    • 2023年 7月 05日 3:08pm

    Finally!!

    • Youness Id bakkasse
    • 2023年 7月 05日 3:08pm

    **Solana** like if get it.

    • Luiz Recco
    • 2023年 7月 05日 3:08pm

    Thanks to this 100 second tutorial I just rebuilt all of Google and Twitch. It’s a bit rusty, but it works.

    • Momore
    • 2023年 7月 05日 3:08pm

    F U L L R U S T T U T O R I A L P R E T T Y P L E A S E

    • Mahad Kalam
    • 2023年 7月 05日 3:08pm

    LETS GOOO!!!!!

    • TIM
    • 2023年 7月 05日 3:08pm

    Lol, who is building on Solana?

    • Nithin Sai
    • 2023年 7月 05日 3:08pm

    yes, full rust tutorial please

    • Miguel Dominguez
    • 2023年 7月 05日 3:08pm

    1 Full rust tutorial please

    • Sebastian Nuñez
    • 2023年 7月 05日 3:08pm

    I wonder if other languages could adapt the borrowing and ownership mechanism 🤔

    • _AnanD_ ML_
    • 2023年 7月 05日 3:08pm

    Rust is 🤩

    • v9
    • 2023年 7月 05日 3:08pm

    I just commented on the go video ‘Please do rust’, you probably didn’t read it but still 🙂

    • Math Guy
    • 2023年 7月 05日 3:08pm

    Hey would love a full rust tutorial

    • Chiran Nuwan
    • 2023年 7月 05日 3:08pm

    please give us a full rust tutorial….😇

    • Julio César Torres Cama
    • 2023年 7月 05日 3:08pm

    again ;v?

    • R
    • 2023年 7月 05日 3:08pm

    please do a video on multithreading,multiprocessing, synchronous/asynchronous programming,concurrency

    • BG
    • 2023年 7月 05日 3:08pm

    full rust tuto upvote

    • eversondotdev
    • 2023年 7月 05日 3:08pm

    Could u make a video about R and compare R with Python for data analysis?

    • Shaman Orc
    • 2023年 7月 05日 3:08pm

    Yes please.

    • thecashewtrader
    • 2023年 7月 05日 3:08pm

    I love this channel

    • Saadi Save
    • 2023年 7月 05日 3:08pm

    2:10 I think you should have demonstrated that using cargo instead of rustc. And, as others have mentioned, mutability has nothing to do with heap allocation.

    Great video, btw.

    • HappyCheeryChap
    • 2023年 7月 05日 3:08pm

    First

    • Hyper Crack
    • 2023年 7月 05日 3:08pm

    Love You!!!!

    • swanandx
    • 2023年 7月 05日 3:08pm

    I would also like to mention how friendly and informative the rust compiler error are!

    • Akshat Singhania
    • 2023年 7月 05日 3:08pm

    Rust vs c++ vs javascript

    • Dmitriy Zub
    • 2023年 7月 05日 3:08pm

    Nice! Next, Vlang in 100 seconds?

    • Giorgio Acquati
    • 2023年 7月 05日 3:08pm

    I’ve been meaning to try out Rust for a while now, super interested in a quick tutorial to get started. Keep up with the good work!

    • EOussama
    • 2023年 7月 05日 3:08pm

    Yes, finally. Fireship is like Santa for adults, he’s real, and active all of the year.

    • Tomáš Petržela
    • 2023年 7月 05日 3:08pm

    I just started learning to rust. This video’s a real eye-opener.

    • Patricio Hondagneu Roig
    • 2023年 7月 05日 3:08pm

    Can we get a Rust in 10000 seconds? It’s a language I always wanted to learn more about.

    • Talha Ibne Mahmud
    • 2023年 7月 05日 3:08pm

    Definitely need a full tutorial on this extremely loved tech

    • Good Boy
    • 2023年 7月 05日 3:08pm

    Omg, I just asked in the previous video for Rust, and here it is, 5 days later

    Magic))))

    • N3ttX
    • 2023年 7月 05日 3:08pm

    I’ve learned C with a bit of C++ in high school, and started following Rust since I’ve read an article about the project that is rewriting Linux kernel in Rust. I wanted to participate, so just for fun, I’ve started learning it. IT. IS. AWESOME. Please, do more videos on Rust!

    • CodeBreather
    • 2023年 7月 05日 3:08pm

    Mutability doesn’t mean it’s stored in the heap. It is stored in the heap if the size cannot be known at compile time such as Vector, etc . In order to make `hello` variable heap allocated, you would have to wrap it in a smart pointer

    • Tercy studios
    • 2023年 7月 05日 3:08pm

    Just what I was looking for

    • Aniket Prajapati
    • 2023年 7月 05日 3:08pm

    0:59 may or may not. We don’t specifically have objects in rust. Most heap allocations are carried out with Box.

    • LiamJMH
    • 2023年 7月 05日 3:08pm

    YYYYEEEESSSS

    • B.B
    • 2023年 7月 05日 3:08pm

    You can’t spell trust without rust!

    • caspar
    • 2023年 7月 05日 3:08pm

    cool

    • Geroo
    • 2023年 7月 05日 3:08pm

    Explaining Rust in such a short time is very difficult, but you did a great job!

    • Fredrick Denga
    • 2023年 7月 05日 3:08pm

    Next stop Julia in 100 seconds👌

    • Robert Menke
    • 2023年 7月 05日 3:08pm

    The dog walking example was brilliant. More rust, more rust!

    • T•Ø•R•Ü•S
    • 2023年 7月 05日 3:08pm

    Finally, the based crab language gets its video made!

    • Talhasse
    • 2023年 7月 05日 3:08pm

    Finally, we got rust

    • Hmm Hm
    • 2023年 7月 05日 3:08pm

    Kotlin in 100 seconds!!!

    • Fredrick Denga
    • 2023年 7月 05日 3:08pm

    Looking forward to AI libraries in rust🤩🔥🤸💯scratching hard to the bare metal 👌💥

    • Atharv Parlikar 876
    • 2023年 7月 05日 3:08pm

    You are a fricking machine
    How do you deliver this quality content in such short amount of time that too regularly???
    How don’t you get burnout?

    • TheBadFred
    • 2023年 7月 05日 3:08pm

    I don’t want to rest now, in order not to rust, so moar Rust lang please.

    • Virgin
    • 2023年 7月 05日 3:08pm

    Thank you

    • Fairy Tail Naruto
    • 2023年 7月 05日 3:08pm

    i’ve just began to learn it the day before the release of this video.

    • Rahmat Hidayah
    • 2023年 7月 05日 3:08pm

    Rust be like:

    Money money money 🦀

    • beto Mad Max
    • 2023年 7月 05日 3:08pm

    Yes!, a full tutorial please!!

    • Advancering Newholder
    • 2023年 7月 05日 3:08pm

    2:09 why use rust while you can just use cargo build and cargo run.

    • kaaaaaa
    • 2023年 7月 05日 3:08pm

    Finally i learned Rust

    • Andres Ramos
    • 2023年 7月 05日 3:08pm

    Do a video making the same project in, different languages, like Python, Go, Rust and C++

    Just to compare things like performance, memory usage, joy and desperation when using it and running it

    • Siriusmart
    • 2023年 7月 05日 3:08pm

    This language seem nice and special

    • Don Johnny
    • 2023年 7月 05日 3:08pm

    Yes finally!!
    More rust videos please!

    • Vivek Yadav
    • 2023年 7月 05日 3:08pm

    Good video overall, but a major mistake: YOU decide what values live on the stack or heap, NOT whether the value is immutable or not.
    I can have:
    struct Foo {
    bar: i32
    }
    let mut x = Foo {bar:42};”
    and
    “let x = Foo{bar:32}”,
    both are gonna live on the stack, unless I heap-allocate them explictly like I do in C/C++.

    I think what you’re talking about is that you can’t have unknown-sized values on the stack.
    Like you can’t declare an array with non-const size, because that would depend at runtime, which isn’t allowed, you’d have to heap-allocate that array.

    • SeriousSerge
    • 2023年 7月 05日 3:08pm

    YES! Full Rust tutorial please!

    • Blazeking636
    • 2023年 7月 05日 3:08pm

    I’d love to see rust tutorial

    • Lucio
    • 2023年 7月 05日 3:08pm

    Oh, I guessed the topic of the next videos, hehe

    • Iyxan23
    • 2023年 7月 05日 3:08pm

    Nice video! 😀

    • DjCyrus
    • 2023年 7月 05日 3:08pm

    Would love to see a basic tutorial, just to get familiar with its capabilities!

    • Let’s Get Rusty
    • 2023年 7月 05日 3:08pm

    In Rust we trust!

    • Vedant Nandwana
    • 2023年 7月 05日 3:08pm

    It’ll be nice if you make full rust tutorial.

    • Ahsan Jamal
    • 2023年 7月 05日 3:08pm

    Full Rust tutorial pleaseeeeeeeeee.

    • romangeneral23
    • 2023年 7月 05日 3:08pm

    Too bad the Rust foundation is co sponsored by Huawei. A Chinese Communist Company that supports genocide. Im pretty sure they are trying to figure out a way to put a backdoor into the rust source code

    • Sakib Alam
    • 2023年 7月 05日 3:08pm

    Yes tutorial

    • Denver Maburutse
    • 2023年 7月 05日 3:08pm

    How would you compare Rust and Go since they both have high level simplicity and low level performance

    • Lucas
    • 2023年 7月 05日 3:08pm

    A full rust tutorial would be really nice indeed 🙂

    • Jose Medina
    • 2023年 7月 05日 3:08pm

    Rust is popping off.

    • mapi nxumalo
    • 2023年 7月 05日 3:08pm

    Nice one! Would love to see R programming in 200 seconds

    • Samuel Stermer
    • 2023年 7月 05日 3:08pm

    MOAR RUST MOAR RUST

    • Stef
    • 2023年 7月 05日 3:08pm

    More Rust!!

    • Bruh Gamer
    • 2023年 7月 05日 3:08pm

    rust is really cool, sad to see 41% of packages be abandoned

    • Ayaan K
    • 2023年 7月 05日 3:08pm

    Why did you use rustc instead of just cargo build?

    • Vach
    • 2023年 7月 05日 3:08pm

    rust sucks imo, performance is not a problem if you have common sense architecting software
    but writing rust code is slow and annoying, forcing you do things in one way, great for complete noobs
    torture for pros
    at the very least its not ready for production use, people are abusing it by using a systems programming language for general purpose programming,
    its like using C for some web service

    • Parth Makode
    • 2023年 7月 05日 3:08pm

    where are fireship online courses

    • Imagineee
    • 2023年 7月 05日 3:08pm

    at last from my favourite youtuber, now we need a webassembly with rust

    • Jacob Broughton
    • 2023年 7月 05日 3:08pm

    always a banger

    • MOMIN5
    • 2023年 7月 05日 3:08pm

    was really looking forward to this, thanks for the video!

    • Speykious
    • 2023年 7月 05日 3:08pm

    Despite Rust being my favorite programming language, it has 2 major problems:
    – its ecosystem of external libraries is quite immature, and there is still a lot of improvement on the line.
    – it *statically* links its standard library by default, which is a huge issue for the disk space that your executable will take. This way, every program, _even one that just has an empty main function,_ will take at least 3 megabytes of disk space.
    Now of course there is the `-C prefer-dynamic` flag on rustc to compile the program with dynamic linking, but now at least you know that it’s not the default.

    • Rithul Kamesh
    • 2023年 7月 05日 3:08pm

    Full rust tutorial please 🙂

    • Mike Gecawicz
    • 2023年 7月 05日 3:08pm

    Would love to see a rust tutorial.

    • Scenario7
    • 2023年 7月 05日 3:08pm

    Next up…. Elixir….or did we have that already? Your output is just incredible sir

    • Artem “temoncher” Baranov
    • 2023年 7月 05日 3:08pm

    +1 for Rust WebAssembly tutorial

    • arstdhneio
    • 2023年 7月 05日 3:08pm

    Neo4j in 100 Seconds? 👀👀

    • Arvind Nishad
    • 2023年 7月 05日 3:08pm

    Would like to see full rust tutorial ..

    • AI Art Revolution
    • 2023年 7月 05日 3:08pm

    Pls cover web development using rust like rocket framework…

    • Remo Fischer
    • 2023年 7月 05日 3:08pm

    Tutorial would be great! I always learn something new in your videos, even when I already knew the language or tool.

    • Kuntal Das
    • 2023年 7月 05日 3:08pm

    you explained the memory ownership and borrowing in so simple terms that even I could understand it.

    • TNT Captain
    • 2023年 7月 05日 3:08pm

    Please Videos on C# now

    • D R A C O
    • 2023年 7月 05日 3:08pm

    Pleaseeee more rust and go

    • James Smith
    • 2023年 7月 05日 3:08pm

    Yes, full Rusty tutorial please!

    • Péter Leéh
    • 2023年 7月 05日 3:08pm

    You don’t have to use rustc to compile, usually the cargo build command takes care of it.

    • Zeus Kepler
    • 2023年 7月 05日 3:08pm

    “low level programming languages provide you with keywords like alloc to shoot yourself in the foot 😂😂😂” im dead lol

    • meetajhu
    • 2023年 7月 05日 3:08pm

    Full RUST please.

    • Ikechukwu Eze
    • 2023年 7月 05日 3:08pm

    Finally. Been a long time coming!

    • Wsevolod Ambros
    • 2023年 7月 05日 3:08pm

    Everybody gangsta till it comes to “safe” async programming with futures

    • Filip Studený
    • 2023年 7月 05日 3:08pm

    Rust is a language that has snorted so much cocaine that it can bend reality itself…and I love it !

    • ShamPooSham
    • 2023年 7月 05日 3:08pm

    I still don’t understand it but I think the concepts sound really cool. I just don’t have a good idea of a side project i could work on with that

    • BoredDuck
    • 2023年 7月 05日 3:08pm

    Have been waiting for this since ages

    • Weiiswurst
    • 2023年 7月 05日 3:08pm

    Started rust yesterday lol

    • белка
    • 2023年 7月 05日 3:08pm

    Man, you my best YouTube content maker and author ever!!!))… Thanks ❤)))

    • Phoenix Aiden
    • 2023年 7月 05日 3:08pm

    Rust tutorial pliz…..

    • 彡V1NDEXツ
    • 2023年 7月 05日 3:08pm

    İt is amazing concept that tell little info about programming languages and etc.But bad thing is this is not 100 seconds

    • Sandun Rathsara
    • 2023年 7月 05日 3:08pm

    need full rust tutorial

    • Isheanesu Nigel Misi
    • 2023年 7月 05日 3:08pm

    Learnt Rust a while ago but I need a refresher, I’m a little… Rusty

    • VinR
    • 2023年 7月 05日 3:08pm

    I just searched for this yesterday!

    • Dragon Apple
    • 2023年 7月 05日 3:08pm

    yes. Would love a tutorial. Especially if it can be used to write games.

    • Jesus Roberto Torres
    • 2023年 7月 05日 3:08pm

    yes do a tut

    • Go Fudge Yourselves
    • 2023年 7月 05日 3:08pm

    D lang

    • Jojan Esteban Serna Serna
    • 2023年 7月 05日 3:08pm

    Yesssssss

    • kamillo
    • 2023年 7月 05日 3:08pm

    as always, topic I’m interested in gets it’s 100 seconds vid. Keep it up Jeff! 🔥

    • Syed Urooj Kamal
    • 2023年 7月 05日 3:08pm

    rust tutorial

    • Vitor Hugo
    • 2023年 7月 05日 3:08pm

    Rust tutorial : yes

    • weeb that likes shitposts
    • 2023年 7月 05日 3:08pm

    can you make tutorial for that intro thing? that stroke glow /subtle 3d rotate reveal thing.I notice that in all your videos, it looks cool af

    • Zahid Hasan
    • 2023年 7月 05日 3:08pm

    FULLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL

    • Alirezava4idi
    • 2023年 7月 05日 3:08pm

    Yes, I’d love to see a rust tutorial!

    • hwfcup
    • 2023年 7月 05日 3:08pm

    FINALLY

    • Jeremy Chone
    • 2023年 7月 05日 3:08pm

    Pretty good overview.

    Just a little neat pick for @0:58: Mutability is not a deciding factor for a value placed Heap vs. stack. In Rust, it cannot because mutability is an attribute of the handle, not of the value. Now, dynamically sized elements are placed on the Heap, and the developer can force anything to be on the Heap by using constructs like Box.

    Anyway, great video. Hope many will look at Rust.

    • Charles Mitchell
    • 2023年 7月 05日 3:08pm

    I knew rust was inevitable after the go video.. love these videos

    • CodeBit
    • 2023年 7月 05日 3:08pm

    Yes, I would love a full rust tutorial!
    Also, don’t you build with cargo instead of rustc?

    • Siddhartha Sarmah
    • 2023年 7月 05日 3:08pm

    I wud love to see a rust tutorial!

    • Bar Yemini
    • 2023年 7月 05日 3:08pm

    0:55 This is wrong, value mutability doesn’t have anything to do with the value being stored on the stack or the heap (and the example let mut hello = “hi mom” will be stored on the stack since it’s type is `&’static str`), it depends on the type of the value (if it’s `Sized` or not).

    • CK San Diego
    • 2023年 7月 05日 3:08pm

    100% full rust Tut. Then full web assembly with Rust

    • Gobillion 160
    • 2023年 7月 05日 3:08pm

    nice

    • tuck
    • 2023年 7月 05日 3:08pm

    I was just programming Rust when this came out 😂

    • Varun Latthe
    • 2023年 7月 05日 3:08pm

    Nice video! Just a heads up tho making a variable mutable doesn’t make it heap allocated. Allocation explicitly happens when using types like Vec, Arc, Rc, Box, String, etc.

    • Karan Vijayakumar
    • 2023年 7月 05日 3:08pm

    Full rust tutorial possibly with WA or API development

    • Taraxacum
    • 2023年 7月 05日 3:08pm

    yes please!

    • Henil Malaviya
    • 2023年 7月 05日 3:08pm

    you are mind reader bro! i just opened Rust Official Website to start learning Rust and your video showed up on youtube “7 Minutes ago” 😃

    • Alan Pope
    • 2023年 7月 05日 3:08pm

    Nicely done. Yes, I’d love to see some more Rust tutorials.

    • MrBananaFarm
    • 2023年 7月 05日 3:08pm

    I’m half way theough the book, but I’d really appreciate a Rust tutorial by Fireship.

    • Eklavya
    • 2023年 7月 05日 3:08pm

    1 hour course on Rust would be amazing

    • Weblio
    • 2023年 7月 05日 3:08pm

    Full rust tutorial! Let’s go…. ehm… Let’s rust!

    • urbaniv
    • 2023年 7月 05日 3:08pm

    Wow and now a pro course pls

    • Ikenna Ojukwu
    • 2023年 7月 05日 3:08pm

    You sir are a legend

    • Lufen Martofilia
    • 2023年 7月 05日 3:08pm

    Full rust tutoriaaaaaaaal

    • Emmanuel
    • 2023年 7月 05日 3:08pm

    Would love to see a full rust tutorial and walkthrough. Next, could you look at the Solana cryptocurrency and the framework Anchor? Solana uses Rust for contract programming language and Anchor uses IDLs produced by Rust to bridge over to Typescript for writing applications.

    • Augustine Foday Ngobie
    • 2023年 7月 05日 3:08pm

    Best line of today’s 100sec
    ” lower level languages provide functions like free and allocate to shoot yourself in the foot”

    • Kevin Mullaney
    • 2023年 7月 05日 3:08pm

    Yes, I’d love to see a rust tutorial! Especially one geared toward creating web assembly functions/modules using Rust.

    • Edward Kenway
    • 2023年 7月 05日 3:08pm

    a full rust tutorial would be lovely

    • WilsontheWolf
    • 2023年 7月 05日 3:08pm

    Oh nice I was wanting to learn rust.

    • Naveen G
    • 2023年 7月 05日 3:08pm

    🤔

    • Mahdi ko
    • 2023年 7月 05日 3:08pm

    0:30 this garbage collector is why rust hates the whole gang

    • noob coder
    • 2023年 7月 05日 3:08pm

    rust tutorial please

    • Samuel de Brito
    • 2023年 7月 05日 3:08pm

    Your videos are amazing!!!
    Sometimes are even better than a “getting started” of 30 minutes tutorials 🔥

    • Madhan K
    • 2023年 7月 05日 3:08pm

    Can I get gold medal ?

    • birdbeakbeardneck
    • 2023年 7月 05日 3:08pm

    YESSS!!

    • Daniel Vilela
    • 2023年 7月 05日 3:08pm

    “Low level languages provides functions to… shoot yourself in the foot” LOL

    • Vinícius Alencar
    • 2023年 7月 05日 3:08pm

    full rust tutorial! let’s go!

    • Atomic Code
    • 2023年 7月 05日 3:08pm

    Here’s a comment cuz I wanna see a full rust tutorial

    • A29sTech
    • 2023年 7月 05日 3:08pm

    Great video

    • Javier Gómez Melean
    • 2023年 7月 05日 3:08pm

    Pretty awesome language

    • Daniel Vilela
    • 2023年 7月 05日 3:08pm

    Full Rust Tutorial Please! o/

    • shaineel nayak
    • 2023年 7月 05日 3:08pm

    I think C++ is better than rust😅

    • Sidhant Srivastava
    • 2023年 7月 05日 3:08pm

    Full Rust tutorial would be awesome!

    • Stoney_Eagle
    • 2023年 7月 05日 3:08pm

    MOOOOAAARRR!!!!!!

    • Ogger
    • 2023年 7月 05日 3:08pm

    Full Rust tutorial please 😉

    • V TV
    • 2023年 7月 05日 3:08pm

    not first

    • Tentrot
    • 2023年 7月 05日 3:08pm

    Blazor in 100 seconds pwease

    • Sidhant Srivastava
    • 2023年 7月 05日 3:08pm

    was waiting for this

    • Manuel Rivas
    • 2023年 7月 05日 3:08pm

    Ohana means family

    • Python OP
    • 2023年 7月 05日 3:08pm

    bruh! just started learning rust roday and completed upto strings and there comes your video

    • Vemoz
    • 2023年 7月 05日 3:08pm

    Blazor in 100 seconds! 🙂

    • Michael Espinoza
    • 2023年 7月 05日 3:08pm

    My homework can wait.

    • Work Account
    • 2023年 7月 05日 3:08pm

    Firebase in 100 seconds next!

    • Pratibimba Khadka
    • 2023年 7月 05日 3:08pm

    Sheeshhhhh!!!

    • KhabyLame
    • 2023年 7月 05日 3:08pm

    No views but 24 likes lol

    • Jay Cowan
    • 2023年 7月 05日 3:08pm

    Was literally setting up rust when I got the notification

    • Shrestha01
    • 2023年 7月 05日 3:08pm

    You read my mind

    • Paul Boamah
    • 2023年 7月 05日 3:08pm

    It worth a try

    • Sonpopking
    • 2023年 7月 05日 3:08pm

    Rusting these languages up

    • soso koplatadze
    • 2023年 7月 05日 3:08pm

    lang of next decade

    • dematr sinba
    • 2023年 7月 05日 3:08pm

    Finally!

    • Chinmay Mehta
    • 2023年 7月 05日 3:08pm

    First 🚀

    • Philip Johansson
    • 2023年 7月 05日 3:08pm

    First

    • iamlasbrey
    • 2023年 7月 05日 3:08pm

    First!!!

    • Rohit Patil
    • 2023年 7月 05日 3:08pm

    Compiled language wave 🌊

    • oxygen
    • 2023年 7月 05日 3:08pm

    Hi

    • disorder
    • 2023年 7月 05日 3:08pm

    O

    • Rj Chhetri
    • 2023年 7月 05日 3:08pm

    First

    • Camilo
    • 2023年 7月 05日 3:08pm

    Hello world!

    • Abhishek’ Reløaded
    • 2023年 7月 05日 3:08pm

    First 😁😁

    • Mohammed Ali Agha
    • 2023年 7月 05日 3:08pm

    never clicked so fast

    • latze
    • 2023年 7月 05日 3:08pm

    First

    • Kat21
    • 2023年 7月 05日 3:08pm

    Yes