Go vs Rust: Which To Learn In 2024?

Ғылым және технология

Which is the better language between Go and Rust? Which offers the best performance? Which offers the best opportunities? Which should you learn? (I'm using CodeCrafters to dive deep: app.codecrafters.io/join?via=... . To cover the basics, try Exercism: exercism.org/ )
We’ll dive into all that. First, let me explain how we’ll be approaching this.
First, we’ll look at the differences in *philosophy and mindset* between each language.
Second, we’ll explore the *features* of both languages and their relative strengths and weaknesses
Third, we’ll examine what the *statistics* say about the difference between the two languages in terms of developer experience, attractiveness and salary.
And then I’ll tell you what I recommend. But whatever language you choose, I’ve provided links in the description to helpful resources for learning them.
Let’s dive in!
----
Want to go into further depth? Head to kodaps.dev/

Пікірлер: 252

  • @SeyyedMohammadLoghmanDastgheyb
    @SeyyedMohammadLoghmanDastgheyb5 ай бұрын

    I appreciate that you valued the time of viewers. Fast and clear to the points. good job!

  • @KodapsAcademy

    @KodapsAcademy

    5 ай бұрын

    Yeah thanks I try to be as short as possible :)

  • @sandrinjoy
    @sandrinjoy7 ай бұрын

    go for rust!

  • @kelicaleb8001

    @kelicaleb8001

    6 ай бұрын

    😂😂🤥pun intended

  • @hubamp161

    @hubamp161

    6 ай бұрын

    😂😂

  • @CheezePie

    @CheezePie

    6 ай бұрын

    😂

  • @sproutboot

    @sproutboot

    5 ай бұрын

    지렸다..

  • @Opelawal

    @Opelawal

    5 ай бұрын

    ​​@@realfootball338 and end it with zag😂

  • @stefnirk
    @stefnirk8 ай бұрын

    Great video. The more languages I learn and get into my field, the more I am starting to take up the position that there are few bad languages, and it does not matter which one you pick. The real question is what kind of problems you want to solve and what language will help you solve those problems in the best way.

  • @KodapsAcademy

    @KodapsAcademy

    8 ай бұрын

    Thanks for the kind words, and yeah, I agree with what you say :)

  • @kevinmcfarlane2752

    @kevinmcfarlane2752

    6 ай бұрын

    Yes, whenever a new language like Rust appears we tend to get the naysayers - we can do that in X - and the zealots - we should use Rust for everything. In reality, Rust is just another tool in the toolbox that we should pay attention to depending on the types of problems we are working on and whether it can better address the pain points.

  • @oliverreviews8496

    @oliverreviews8496

    6 ай бұрын

    @@kevinmcfarlane2752 don't agree here. Rust solves most of the problems all other languages have, go is not an exception. E.g. building simple RESTful api is much more SAFE, EFFICIENT, CONCISE with Rust. I would say with word of inventor of JS, but about Rust: "Everything that can be built with Rust, will be built in Rust". Rn we are living in the era when Rust is pretty young language and is only taking it's field. Rust is different language with it's lifetimes, ownership and borrowing. As soon as you understand these concepts you will never want to comeback to GC collected languages such as Go, C#, Java, Python etc. There's just no point in using these language with such a low cost of learning and understanding Rust. It gives you EVERYTHING that these languages can possibly provide, and even more. There are 2 possible ways: 1. C++ will finally start to be replaced by Rust 2. Rust will still struggle to find his own field and will be still not so widespread language in a daily use. Rn 1st point is much more widespread, than 2nd, but I hope that someday 2nd point will become True.

  • @nikkehtine
    @nikkehtine7 ай бұрын

    I've learned both and didn't regret it. They're very well designed and a joy to use

  • @boozy9398

    @boozy9398

    6 ай бұрын

    Which language is more flexable in terms of what you can build with it? Like what are some examples of stuff you built with each and would you do it again?

  • @bear458ziif-s

    @bear458ziif-s

    6 ай бұрын

    @@boozy9398 rust is more flexible, but that's because it isn't hindered by garbage collection. if for example you wanted to build a game with go that wouldn't be a viable option. for web apps, go is more popular for it's simplicity, but rust has it's own niche for high performance apps and when you want something extremely robust.

  • @kevinmcfarlane2752

    @kevinmcfarlane2752

    6 ай бұрын

    @@boozy9398By design, Rust has a wider possible usage scenario than Go. It can do low-level systems programming and embedded plus real-time. Like Go it can also do Cloud dev. But Go is easier and probably more productive for that, plus more mature. Also, bear in mind that, while Google created Go, they are also using Rust for Android and soon for Chromium. That should give you a clue to where the two languages differ.

  • @gp390

    @gp390

    5 ай бұрын

    Absolutely agree 👍

  • @DP-ym4dg

    @DP-ym4dg

    5 ай бұрын

    Yeah? What exactly is well designed about var life time in rust?

  • @j-p-d-e-v
    @j-p-d-e-v5 ай бұрын

    It seems both are good to learn and acquire as skills. Based on what Im current experiencing while studying Rust, it has steep learning curve specially understanding Ownership and Lifetimes but its true it forces you to write efficient code.

  • @fantasypvp

    @fantasypvp

    Ай бұрын

    Ownership itself is pretty easy but lifetimes are truly painful lol

  • @j-p-d-e-v

    @j-p-d-e-v

    Ай бұрын

    @@fantasypvp agree for the lifetimes haha.

  • @cafe-world
    @cafe-world5 ай бұрын

    Thank you so much for sharing your valuable thoughts sir !

  • @Alberto_Cavalcante
    @Alberto_Cavalcante6 ай бұрын

    Great and concise. Thanks for sharing!

  • @ImmigrantCoder
    @ImmigrantCoder5 ай бұрын

    Been looking for this go and rust comparison.. thanks my man! new sub here🫡

  • @KodapsAcademy

    @KodapsAcademy

    5 ай бұрын

    Thanks, and welcome along for the ride :)

  • @HiltonFernandes
    @HiltonFernandes20 күн бұрын

    Great video ! Amazing clarity and conciseness. I'll keep it in my "Watch again" playlist.

  • @KodapsAcademy

    @KodapsAcademy

    17 күн бұрын

    Thanks for the feedback :)

  • @saravanprathi6956
    @saravanprathi69566 ай бұрын

    Very well articulated, thank you!!

  • @KodapsAcademy

    @KodapsAcademy

    6 ай бұрын

    Glad to be of service :)

  • @GDScriptDude
    @GDScriptDude7 ай бұрын

    I needed to write code to interface between Godot Engine and a CLI application so I did it with Go initially, and it didn't take long to learn Go and build my solution. But it was another exe file rather than a DLL since Godot doesn't support Go. So recently I have been learning Rust since Godot does support Rust extension libraries, and I am liking it so far even though it is more difficult to get to grips with. I think that the code looks nicer than Go such as for the Error checking. But I would say to learn both languages starting with Go.

  • @kshyr811

    @kshyr811

    6 ай бұрын

    Oh yeah, godot-rust was a great experience. I wouldn't use it for prototyping or game jams (well, maybe a skill issue), but I can imagine if you're going for a medium/large game - it will help managing project A LOT. I dunno, it's just so hard to manage scripts and signals for me..

  • @DJ_LSEUM
    @DJ_LSEUM6 ай бұрын

    Very good video, thank you for your objectivity. Always choose the right tool for the right job!

  • @NeytozINF
    @NeytozINF6 ай бұрын

    I've been c++ programmer for last 18 years mostly in game dev and now I love rust so much

  • @kevinmcfarlane2752

    @kevinmcfarlane2752

    6 ай бұрын

    Do you find that, having gotten experience in Rust, you write better C++ code as a result? I’ve heard at least one dev say that.

  • @RoastLambShanks

    @RoastLambShanks

    5 ай бұрын

    what about Jai?

  • @tko9753

    @tko9753

    4 ай бұрын

    So, is it a complete replacement for C++? Or there are some areas that Rust cannot beat C++ in?

  • @paxvostrum4824

    @paxvostrum4824

    2 ай бұрын

    What is your opinion on Zig and Carbon?

  • @SapphireKR
    @SapphireKR6 ай бұрын

    This is some good content for a channel with only 8k subs! The video was clean, concise, and allowed me to see both sides and allowed me to judge which path was best for me and that too in 6 minutes Needless to say, you've earned yourself a new subscriber!

  • @KodapsAcademy

    @KodapsAcademy

    6 ай бұрын

    Welcome along for the ride :)

  • @realfootball338
    @realfootball3384 ай бұрын

    I’ve heard that now Rust begins be more popular for bank’s API. It’s safeties allows to better control concurrent operations. Write efficient and safe API for financial transaction’s.

  • @lalpremi
    @lalpremi5 ай бұрын

    Thank you for sharing, I did learn to use Golang very fast, but, RUST needs more time, it is interesting, I did make a few command line tools.

  • @zrxmax_
    @zrxmax_Ай бұрын

    so clear, thank!!

  • @njengathegeek
    @njengathegeek6 ай бұрын

    I had to hit the like button three times to show how happy I am 😁 nice explanation

  • @s4mm1ch324
    @s4mm1ch3244 ай бұрын

    Excellent video! Thank you!

  • @VijayRaj-ij4on
    @VijayRaj-ij4on4 ай бұрын

    Thanks for the Video and I'm learning the Go. This year I am sure I'll become a Golang developer

  • @AlexeiAnisimov
    @AlexeiAnisimovАй бұрын

    Brilliant mate, thabks for that !

  • @KodapsAcademy

    @KodapsAcademy

    Ай бұрын

    Glad you liked it :)

  • @tfr
    @tfr7 ай бұрын

    Wow this video was well written. Great script and great voice for it too. You sound like my English teacher at some points haha Great video mate.

  • @KodapsAcademy

    @KodapsAcademy

    7 ай бұрын

    I hope it was a teacher you liked then :D

  • @Shaunmcdonogh-shaunsurfing
    @Shaunmcdonogh-shaunsurfing6 ай бұрын

    Both are great languages. Currently using Rust a lot

  • @SandipSJadhav23
    @SandipSJadhav233 ай бұрын

    very helpful. Thank you

  • @KodapsAcademy

    @KodapsAcademy

    2 ай бұрын

    Glad you liked it :)

  • @SiliconValleyDeveloper
    @SiliconValleyDeveloper4 ай бұрын

    great door you opened!

  • @__hz__6983
    @__hz__6983Ай бұрын

    One important thing related to jobs. Even if they both pay equal, the number of Rust jobs are minimal at the moment compared to Golang ones.

  • @_Lumiere_
    @_Lumiere_7 ай бұрын

    Very well presented video!

  • @KodapsAcademy

    @KodapsAcademy

    7 ай бұрын

    Thanks :)

  • @adityavarmanmanjunath9311
    @adityavarmanmanjunath931114 күн бұрын

    Loved the visuals! would really like to see a "Zig vs Rust" comparison.

  • @pythonbrothersandfamily
    @pythonbrothersandfamily4 ай бұрын

    Great video. thanks a lot bro

  • @KodapsAcademy

    @KodapsAcademy

    4 ай бұрын

    Glad to be of service :)

  • @2coding
    @2coding8 ай бұрын

    Go❤

  • @TheD3adlysin
    @TheD3adlysin3 ай бұрын

    Rust has a soft underside. It's error checker. Always lovingly guiding you towards the right answer

  • @klemensgak6270
    @klemensgak62705 ай бұрын

    I'm going with Rust so much, but I'm scare about job. I just can't find job. :((( (not many position, while Go has a lot).

  • @willworth9610
    @willworth96105 ай бұрын

    Great video. I gently encourage you to get a pop shield for your microphone. For those of us listening with headphones, it's pretty intense as is.

  • @RSC2194
    @RSC21947 ай бұрын

    great comparision! i will start with rust!

  • @michaelbrownnn
    @michaelbrownnn7 ай бұрын

    Nice video. Gave a thumbs up. Some editing feedback: the constant "wooshing" sound effects were a bit distracting. Otherwise enjoyed it.

  • @KodapsAcademy

    @KodapsAcademy

    7 ай бұрын

    Thanks for the feedback. Finding the balance between entertaining and distracting is always a challenge :)

  • @xerofenix
    @xerofenix3 ай бұрын

    I used rust and other languages too. If there is error, rust compiler simply suggest you what to do to fix that. Just go for Rust.

  • @dhavald4359
    @dhavald435917 күн бұрын

    I have learned go and after 5 years life feels boring, so started learning rust for some excitement and challenges in life.

  • @justafreak15able
    @justafreak15ableАй бұрын

    Both

  • @jcbritobr
    @jcbritobr6 ай бұрын

    I got the two.

  • @ararabarara
    @ararabarara3 ай бұрын

    It doesn't matter how difficult a language is to learn, how inconvenient and frustrating it is, what libraries it has, how fast it compiles and how safe the resulting code is. What matters is how much you earn on it!!!

  • @dhavald4359

    @dhavald4359

    17 күн бұрын

    it is not always the language that determines developers earning

  • @priyamvashi2187
    @priyamvashi21876 ай бұрын

    Informative. thank you

  • @KodapsAcademy

    @KodapsAcademy

    2 ай бұрын

    Glad to have been of service :)

  • @user-tk4uk1js7n
    @user-tk4uk1js7n5 ай бұрын

    both

  • @Hypergraph
    @Hypergraph8 ай бұрын

    i am getting ready for go in 2024 if i survive. but for the time my answer is assembly unless it has a higly high level requirements. it's no secret that some populer softwares have some assembly code for performance critical calculations like apollo guidance computer. Readability and maintainability was the big decision factor on that. assembly's clean and easily readable syntax encourages good coding practices, making it easier for developers to write and maintain code. This readability can lead to reduced development time and fewer bugs in the long run. so i am going with assemly for now.

  • @KodapsAcademy

    @KodapsAcademy

    8 ай бұрын

    Thanks for your input :) Rust’s “zero costs abstractions” mean you are close to assembly level performance, if that helps ? :)

  • @anonion6821

    @anonion6821

    6 ай бұрын

    Imho, I feel as if assembly contains too many abstractions, decreasing the understanding I have of my codebase. I prefer to write in binary.

  • @kipfitpal

    @kipfitpal

    6 ай бұрын

    ​@@anonion6821😂😂😂😂

  • @gamhcrew556

    @gamhcrew556

    6 ай бұрын

    @@anonion6821 that's actually very smart choice, I switched to binary few months ago. And I have to say that it was good choice I made.

  • @bebobauomy1265
    @bebobauomy12655 ай бұрын

    Go allows you to turn off the GC and use its own assembly language to low level

  • @murugeshanswamy3976
    @murugeshanswamy39766 ай бұрын

    that was so helpul

  • @tko9753
    @tko97534 ай бұрын

    So, if someone who is on the same level of mastery in both languages, can’t he do better job in Go use cases with Rust? If not, why?

  • @luyokai
    @luyokai6 ай бұрын

    Let me tell you a secret. Once you go with Rust, you can never go back.

  • @PublicAccount0

    @PublicAccount0

    Ай бұрын

    what do u mean?

  • @shriomtrivedi1276
    @shriomtrivedi12766 ай бұрын

    Great video. Gonna learn both, GO gonna help me in short run and Rust in the long run. And hell yeah guys lets learn zig.

  • @ElektrykFlaaj

    @ElektrykFlaaj

    5 ай бұрын

    yeah, zig is like the beast. But at the same time I get the impression that it requires the most experience to use out of all three. But maybe it's because I myself dont have much professional experience

  • @awangjeme2531
    @awangjeme2531Ай бұрын

    Great explanation

  • @Esimaxchannel
    @Esimaxchannel7 ай бұрын

    Now I understand, your personality would force you to a specific language and the language you pick would change your personality

  • @georgemound7098
    @georgemound70983 ай бұрын

    HI, Please help me out! Currently I'm machine Learning researcher with Computer science background(I'm undergraduate student) and I just know how to code in python. I want to go for Rust and I don't have any idea about a low-level language although they thought us CPP in university but because of my major(ML), I rather use python for simplicity. Do you see any path for Rust in Machine Learning development? I mean can I use it to make high performance and high speed ml and dl applications? I appreciate any help!

  • @Code_Cabin

    @Code_Cabin

    Ай бұрын

    Rust is a big No for ML. I am a programmer for 16 years now. In fact, my channel is all about writing a hobby project of Machine Learning Library. You can trust me on this. I know rust, python, Java, Spark. Used all to crunch data. Python has been the fastest to crunch our data. Rust was fast too but not the fastest. I am talking about TBs of Time Series data. If you are worrying about performance, know that the actual math library numpy is written in low level C. While any other established ML library like pytorch or keras or anything is actually built on tp of numpy. It has been proven many a times that python is best for ML. That's why big tech trusts python for their ML projects. All these ML libraries and numpy stood the test of time.

  • @shivbore6620
    @shivbore66203 ай бұрын

    The text popup sound gets irritating after some time. Btw thank you for the Knowledge you shared with us.

  • @arjunkandaswamy1532
    @arjunkandaswamy15327 ай бұрын

    can you do a video on zig

  • @Felixls
    @Felixls3 ай бұрын

    I have 6 years experience with Go and 30 years with C, Rust looks like an enhanced C, I get the value proposition but I just not gonna go back to those kind of things you can build with it. Golang is like you said, the web scale dev of choice.

  • @ZenoTasedro
    @ZenoTasedro2 ай бұрын

    It's interesting that you describe Go as being friendly. I think that Go is easier to learn, read and understand, but I find the Go compiler very irritating and like a neckbeard constantly telling me "well actually..." Rust is my favorite language but it's hard to learn and I find it inconsistently friendly. It certainly makes it much easier to do hard things, but it can also make it harder to do easy things 😅

  • @1____-____1

    @1____-____1

    2 ай бұрын

    I dont understand how people say Rust isn't friendly. It's almost like they never used it. Not only does the compiler catch errors it gives very helpful error messages and often tells you the exact code you need to change and where to change it to fix the error, instead of some BS stack trace.

  • @MaxJM711
    @MaxJM7117 ай бұрын

    Both are amazing options tbf! They both have fields in which they excel in, and learning both can really open up a world of opportunities. Rn my plan is to center my stack around Python, Go and Rust (with some knowledge of C, C++ and Java thrown in there too) and it's been a great experience so far. Can't wait to work on a proper project per each language and try to mix them if possible :)

  • @virgileandanurrifqhi8364

    @virgileandanurrifqhi8364

    6 ай бұрын

    Any information on how to contact you personally? I want to ask you abt the programming that you do

  • @MaxJM711

    @MaxJM711

    6 ай бұрын

    @@virgileandanurrifqhi8364 Hey there? Tbh rn since I'm in uni I see a slight bit of everything (though mainly focused on the basics) and in my spare time I look at projects I can do. Any question you have I'll gladly answer tho :)

  • @ramessu7976
    @ramessu79766 ай бұрын

    Man I hear people say rust is fast but that hard to believe because sol dapps are slow if rust didn’t have security I’ll go with golang and still would just get a good auditor

  • @jsTsRust
    @jsTsRust3 ай бұрын

    I'll go for Rust absolutely and i want to work on Solana blockchain

  • @MrSagarvarule
    @MrSagarvarule6 ай бұрын

    For Automation like Test Automation (both web and mobile) or Automating repitative task which language, should I learn?

  • @KodapsAcademy

    @KodapsAcademy

    6 ай бұрын

    For automation or repetitive tasks I’d actually recommend Python :D

  • @j-p-d-e-v

    @j-p-d-e-v

    5 ай бұрын

    Python is actually good for Test Automation. I used Python for Network Automation.

  • @schroedingerundkatze
    @schroedingerundkatze5 ай бұрын

    A no brainer. If you want to learn and write code quickly go for Go. As experienced developer you need around 1 day. Go for Rust and you can write really nice looking code, but count 1 month to learn not to feel like and idiot. Btw. a language won’t teach you the right thing, only you projects, refactoring and fails. And I doubt Rust will be a good invest in your future. It’s far to complex for most people and use cases. Complexity tends to make software worse and not better.

  • @atimney
    @atimney3 ай бұрын

    You have an incredible voice btw

  • @kamilziemian995
    @kamilziemian99527 күн бұрын

    Learn C, then Go, then C++, then Rust, then Zig. And Common Lisp!

  • @geekpcrl3906
    @geekpcrl39065 ай бұрын

    Am I the only one here who still loves to write code in C, PHP and Shell script?

  • @macronchampion

    @macronchampion

    4 ай бұрын

    No

  • @myrachoantonio8832
    @myrachoantonio88326 ай бұрын

    I love the content great work

  • @mehmeh8883
    @mehmeh88836 ай бұрын

    Great Video

  • @olsuhvlad
    @olsuhvlad5 ай бұрын

    Rust is also for server technologies, not just embedded ones. And you can also write GUI on it. :)

  • @wisdomelue
    @wisdomelue4 ай бұрын

    very enjoyable video

  • @alfajrdream
    @alfajrdream3 ай бұрын

    GO is the best.

  • @Esimaxchannel
    @Esimaxchannel7 ай бұрын

    BTW, Thanks

  • @user-zv9um9pb6w
    @user-zv9um9pb6w5 ай бұрын

    They clearly have very different targets projects.

  • @viktorhugo1715
    @viktorhugo17153 ай бұрын

    in doubt, learn both

  • @reishibeatz
    @reishibeatz3 күн бұрын

    a drill sgt yelling at you definitely sounds like Rust

  • @scitechplusexplorer2484
    @scitechplusexplorer24846 ай бұрын

    Rust is love!!!! Also, Rust is spreading its wings into backend development too. And who knows, with time as the language progresses, it may be useful into more areas. No offense, but I tried Go, I didn't like its syntax, its coding style, so I stopped too early(just learned variables and data types). And with the new Rust IDE, RustRover, its breeze to write learn Rust and write code!!!!! I am enjoying Rust, fallen in love with it. Hope I get the job with it too sometime in few years from now.

  • @olsuhvlad

    @olsuhvlad

    5 ай бұрын

    Why should you wait several years? Take any project, delve into it and do it. For any money. :)

  • @olsuhvlad

    @olsuhvlad

    5 ай бұрын

    There is a lot of source code on Github. :)

  • @Thekingslayer-ig5se

    @Thekingslayer-ig5se

    5 ай бұрын

    Will Rust be useful for ML and data engineers like me ? If yes am ready to invest my time in learning rust

  • @rsalmei

    @rsalmei

    5 ай бұрын

    Everybody who gets to learn Rust falls in love with it...

  • @bebobauomy1265

    @bebobauomy1265

    5 ай бұрын

    Sorry, could you explain what you mean?@@olsuhvlad

  • @realfootball338
    @realfootball3384 ай бұрын

    Learn to code, than just code on the language that target platform supports.

  • @scriptkeeper8243
    @scriptkeeper82434 күн бұрын

    Both is the answer. Both

  • @IvanGreguricOrtolan
    @IvanGreguricOrtolan3 ай бұрын

    Learn both, win win

  • @JohnJohnson-ch6xq
    @JohnJohnson-ch6xq23 күн бұрын

    Which one is beginer friendly ?😊

  • @KodapsAcademy

    @KodapsAcademy

    23 күн бұрын

    React is probably easier to get started with :)

  • @marcusrehn6915
    @marcusrehn69156 ай бұрын

    Learn go if you long for the 80s. Learn rust if you have blue hair.

  • @tacorevenge87
    @tacorevenge874 ай бұрын

    Hope Odin becomes popular one day

  • @alexandruconstantin6535
    @alexandruconstantin6535Ай бұрын

    Rust is like master Yoda, teaches you how to control the force within

  • @vladimirkraus1438
    @vladimirkraus14384 ай бұрын

    Rust - difficult language and there are no jobs in it. Go - easy language and there are actually a few jobs. So the choice is obvious.

  • @Rohitsingh2410
    @Rohitsingh24105 ай бұрын

    try working with dates in Golang and tell me its not frustrating . :(

  • @MikhailAksenovV

    @MikhailAksenovV

    3 ай бұрын

    It is not really frustrating :) Go has problems, but it scales (people-wise) -very- well and it has compatibility guarantees which is important long-term.

  • @joeyboli
    @joeyboli5 ай бұрын

    as someone who loves building apis, i have been using apis using php and is currently learning go for my api dev because of its peformance.

  • @marcsnuffythegreatest10
    @marcsnuffythegreatest10Ай бұрын

    great video

  • @KodapsAcademy

    @KodapsAcademy

    Ай бұрын

    Thank you very much :)

  • @MyrLin8
    @MyrLin86 ай бұрын

    Thanks, RUST it is :)

  • @chrishabgood8900
    @chrishabgood89006 ай бұрын

    Go is easier to get than rust

  • @rtdietrich
    @rtdietrich5 ай бұрын

    I have a much more positive perception of "Rust", thanks to clippy

  • @Sourcecodemastergoaheadcheater
    @Sourcecodemastergoaheadcheater4 ай бұрын

    Rust did mention Witchcraft. You had me at witchcraft long time ago 😂😂😂

  • @balloney2175
    @balloney21753 ай бұрын

    This video is less than a year old. But it is cool.

  • @mikeg9b
    @mikeg9b6 ай бұрын

    Rust is the only memory safe language with no garbage collector.

  • @AmeerHamza-cy6km
    @AmeerHamza-cy6km5 ай бұрын

    Between rust and go, chose PHP

  • @Luix
    @Luix5 ай бұрын

    Why people always compare two so different languages.

  • @KodapsAcademy

    @KodapsAcademy

    5 ай бұрын

    Their syntax is very different but there is some overlap in their use cases :)

  • @doubleg1094
    @doubleg1094Ай бұрын

    Zig if not V

  • @user-mj8bg3fw8w
    @user-mj8bg3fw8w5 ай бұрын

    Rust is definitely no difficult language. I know people who call c++ very easy, others say its godlike difficult to comprehend the complexity. In rust you do use the same old concepts like every language the past 30 years maybe? values assigned an name which they can be accessed with, for dowhile loops if you want to repeat an instruction or if else to execute it conditionally, expressions that give an result back. Nothing makes rust harder. Rust is hard for billion dollar companies like chromium which reached many millions line of code today and its challenging to port some specific features to rust so they are uncertain. But for every other person who doesnt build products for 5 million plus users and have to cover every edge cases there is no reason against rust

  • @connerholden
    @connerholden2 ай бұрын

    If you're trying to find a job, I would not recommend Rust. The overwhelming majority of job listings prefer Go. And out of the Rust ones, most of them are blockchain startups. Consider that any remaining Rust jobs are going to be very competitive. If you don't have professional experience working with Rust, then forget about it. It saddens me to say it, but it's not even close. I've managed to incorporate Rust at my current job for 2+ years now, and while I love it, it's just not marketable. And if you think people will be impressed that your resume has a lot of Rust, the vast majority of people screening your resume are not technical and are only looking to see if you match their position.

  • @stopper0203
    @stopper02034 ай бұрын

    I'm a Rustacean - just came here to see if my favorite language was done justice 🦀- glad to see it was!

  • @r2com641

    @r2com641

    4 ай бұрын

    Your language is a garbage and overhyped trash

  • @rizwansoomro3275
    @rizwansoomro3275Ай бұрын

    after watching the video i just decided to stick with c++.

  • @yukendhiran8043
    @yukendhiran80433 ай бұрын

    Mean while I'm choosing c#😂

  • @RiwenX
    @RiwenX3 ай бұрын

    I know both. Rust all the way

  • @Programista100k
    @Programista100k5 ай бұрын

    Rust ❤

Келесі