this post was submitted on 16 Jun 2024
15 points (94.1% liked)

Rust

5888 readers
82 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 4 months ago (3 children)

I'm working on minesweeper using bevy!

My code is very bloated (lots of for loops inside for loops), so I asked for advice, and the comments all pointed me towards functional programming, specifically higher order functions.

I'm now going through Haskell aswell.

[–] [email protected] 4 points 4 months ago

Wow that’s one heck of a how it started // how it’s going

[–] [email protected] 3 points 4 months ago

Great path, your Rust (and e.g. Python) will benefit a lot in the medium term. Medium because if you're anytging like me, you'll overcorrect at first and try to do everything without variables lol

[–] [email protected] 2 points 4 months ago* (last edited 4 months ago)