I know that nothing happened to golang dojo youtube channel...but I found that this channel(Let's Get Rusty) is somehow related to dojo. I wonder what going on with dojo cause it sells bootcamps but recently webpage, discord and weekly update dissappeared. I can't even contact with Wallace.@@ayazgv
I do not always have time to read Rust team's notes, and your channel is great source of the news. Thank you for verbalizing and presenting them in this very informative way.
coding on java, tried rust a bit, but aprreciate much what you are doing on your channel So concise and useful explanation about new lang features make me happy good job, thank you
@@MrHirenP Currently it's not possible to define an async function inside a trait. At least not without using the async_trait crate which provides a macro that does a workaround to make it sort of possible, but not exactly
I liked the with keyword. Seemed like an explicit indication that I'm working with a thread local variable. But 10 keystrokes saved is nice as well I suppose.
there is the `with_borrow(_mut)` method that has been stabilized withit, for `LocalKey` wich directly borrow the RefCell for you, it's some nice DX improvementif you use thread_local a lot
I'm still waiting for HPC standard implementations like OpenMP in rust. I hate working with C++, but there's no option (at least macro level) to do this in rust.
Stay rusty... Yeah i just Starter some minor programs in Rust, but also i started to hate the language. Everything is mega complicated and hard to learn
yeah it's got a pretty steep learning curve, but that goes for all systems programming languages. I will say that rust forces a lot of learning upfront though, so while the learning curve is very steep initially it does flatten off quite quickly as well. At the end of the day depending on what your goals are you really don't have to use it though, it's not like there's many jobs with it yet anyway
@@oxey_ Thanks for encouraging. I was just trying some Backend stuff like sql, http requets deserialization, console io. I bot stuck at so many Points. Also failed at compiling some Rocket crates, which for me should "just work". Now i think i will not invest more time and wait another 5 Yeats until those frameworks are more soffistcated and stable.
Is it because it's a lot to unlearn? I start to think people who find Rust hard to learn aren't coined to be programmers (no offence - it's just conclusion). Rust is complicated, but C++ is as well - its features have more sense than in C++, however.
📝Get your *FREE Rust cheat sheet* :
letsgetrusty.com/cheatsheet
what happened to golang dojo?
nothing happened
I know that nothing happened to golang dojo youtube channel...but I found that this channel(Let's Get Rusty) is somehow related to dojo. I wonder what going on with dojo cause it sells bootcamps but recently webpage, discord and weekly update dissappeared. I can't even contact with Wallace.@@ayazgv
I do not always have time to read Rust team's notes, and your channel is great source of the news. Thank you for verbalizing and presenting them in this very informative way.
coding on java, tried rust a bit, but aprreciate much what you are doing on your channel
So concise and useful explanation about new lang features make me happy
good job, thank you
Wait, I saw on github that async trait is becoming a thing. I am looking forward to it.
By the way, thanks for all your videos. It's very educational
Interesting. Is this different from async keyword that returns Future?
@@MrHirenP Currently it's not possible to define an async function inside a trait. At least not without using the async_trait crate which provides a macro that does a workaround to make it sort of possible, but not exactly
@@danygagnon8446 Thank you for watching! :)
I liked the with keyword. Seemed like an explicit indication that I'm working with a thread local variable. But 10 keystrokes saved is nice as well I suppose.
there is the `with_borrow(_mut)` method that has been stabilized withit, for `LocalKey` wich directly borrow the RefCell for you, it's some nice DX improvementif you use thread_local a lot
I'm still waiting for HPC standard implementations like OpenMP in rust. I hate working with C++, but there's no option (at least macro level) to do this in rust.
Why do you say that you added a link to the blog post when you in fact didn't? 🤔
probably forgot
Fixed!
BTW, I found this cool little thing called PIJUL, think Git but built-in RUST
Very simple & easy-to-scale & FOSS
(I can't post any links here cuz YT)
dividing error messages onto multiple lines is a big mistake!
🎉
Füft 🎉
Tenth first
11th first
Third first.
Also first.
Fearless concurrency
First!
third
Stay rusty... Yeah i just Starter some minor programs in Rust, but also i started to hate the language. Everything is mega complicated and hard to learn
yeah it's got a pretty steep learning curve, but that goes for all systems programming languages. I will say that rust forces a lot of learning upfront though, so while the learning curve is very steep initially it does flatten off quite quickly as well.
At the end of the day depending on what your goals are you really don't have to use it though, it's not like there's many jobs with it yet anyway
@@oxey_ Thanks for encouraging. I was just trying some Backend stuff like sql, http requets deserialization, console io. I bot stuck at so many Points. Also failed at compiling some Rocket crates, which for me should "just work". Now i think i will not invest more time and wait another 5 Yeats until those frameworks are more soffistcated and stable.
Is it because it's a lot to unlearn?
I start to think people who find Rust hard to learn aren't coined to be programmers (no offence - it's just conclusion).
Rust is complicated, but C++ is as well - its features have more sense than in C++, however.
@@MichaFita cmmon Micha, doing stuft with C++ is purr masochism for everything but some nieche fields.
let us know what is your doubts, we will be happy to clear your doubts about the programming language and how you should design thing
first