Conversation
Notices
-
munir (munir@fedi.munir.tokyo)'s status on Sunday, 12-May-2024 22:08:15 JST munir @m0xEE @kirby @Kirino oh and don't join the rust discord at any costs. - New Janny in Town likes this.
-
m0xEE (m0xee@breloma.m0xee.net)'s status on Sunday, 12-May-2024 22:08:16 JST m0xEE @munir
They do, but you can do our favourite fucked up shit, like creating unsafe references and even ignore the most part of the type system, to show that borrow checker the finger 😊
@kirby @Kirino -
munir (munir@fedi.munir.tokyo)'s status on Sunday, 12-May-2024 22:08:17 JST munir @m0xEE @kirby @Kirino the rules still apply in unsafe blocks :02_blink: -
m0xEE (m0xee@breloma.m0xee.net)'s status on Sunday, 12-May-2024 22:08:19 JST m0xEE @munir @kirby @Kirino
unsafe {
:marseytroublemaker:
} -
munir (munir@fedi.munir.tokyo)'s status on Sunday, 12-May-2024 22:08:20 JST munir @Kirino @m0xEE @kirby I used it once, the borrow checker made my life hell. -
Kirino Kousaka (kirino@seal.cafe)'s status on Sunday, 12-May-2024 22:08:23 JST Kirino Kousaka I'm seeing it as more a drill sergeant (which I'm suddenly realizing is VERY similar and now I'm disturbed)
It's breaking down shitty stupid habits I have and building me back up.
I'm beginning to think a LOT more about each operation and the potential Big O of what I do because I want to write faster shtuff than what the higher-level / interpreted languages offer -- why should I bother writing low-level if I waste the faster processing speed on inefficient and sloppy code?
Sorry if I sound retarded, it's because I am. :D
-
munir (munir@fedi.munir.tokyo)'s status on Sunday, 12-May-2024 22:08:24 JST munir @m0xEE @kirby @Kirino rust is like a cruel mistress, it beats you down till you comply -
m0xEE (m0xee@breloma.m0xee.net)'s status on Sunday, 12-May-2024 22:08:25 JST m0xEE @kirby @Kirino
Both are fun, but go for Go first I think if you want to make network services. Rust's syntax will feel weird afterwards, to the one who is used to C-like languages it always does, but you will be able to get around that.