Emilia
ixhby

Transfem dev from germany

© 2024 Retrospring · About · Source code · Terms of Service · Privacy Policy · Patreon
Ask something!

512

Your question has been sent.
Join Retrospring today! You'll be able to follow and ask people you know and a lot more.
gay little creature · 8d

Rust sounds awesome but isn't it really hard? I don't think I'm smart enough for it.

I thought that at first too, but you get used to it very quickly. You won't even really need the most complex parts for most stuff, I've been writing rust for ~3 years now and I can't remember the last time I used lifetimes for example. I wouldn't really recommend learning rust as a first language since it has some very unique concepts, but if you already have programming experience (which I'm assuming you do) you're definitely experienced and smart enough to learn it :)

gay little creature · 15d

What kind of programs do you write in Rust?

I use it for almost anything that it works with, except maybe web stuff. If I want to write a project, I'm most likely gonna use Rust for it. I've done web servers, cli tools, graphics/"game dev", a Listenbrainz discord RPC daemon (tho that's broken now), and a library for actix session using surrealdb that's actually got some users for some reason. Oh and web stuff is absolutely possible, but with WASM having to use glue JS for DOM calls, u get all the negatives of using a technology for something unintended without any of the benefits.

gay little creature · 30d

How did you learn Rust? Do they teach it in school?

oh hell no, I'm german, we're barely learning java here. For rust I actually read the book before anything else and just copied the example's until I kind of got it. I would still recommend reading it for rust unique concepts like ownership, enums, error handling and fearless concurrency, but If you already have programming experience the compiler has incredibly helpful error messages that make just trying to write stuff probably the best way to actually learn it.

gay little creature · 1mo

What do you like about rust?

© 2024 Retrospring · About · Source code · Terms of Service · Privacy Policy · Patreon

Retrospring uses Markdown for formatting

*italic text* for italic text

**bold text** for bold text

[link](https://example.com) for link