this post was submitted on 13 Jun 2024
513 points (98.7% liked)

Programmer Humor

19171 readers
1494 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] trxxruraxvr@lemmy.world 9 points 3 months ago (5 children)
[–] ParanoiaComplex@lemmy.world 9 points 3 months ago* (last edited 3 months ago) (1 children)

I don't know Rust but jump typically moves the program counter, where the height represents the number of instructions to move

[–] trxxruraxvr@lemmy.world 14 points 3 months ago (1 children)

Afaik rust doesn't have functions like that as they lead to unsafe code that's impossible to check variable lifetimes for. I think OP created the jump function.

[–] RustyNova@lemmy.world 14 points 3 months ago

They created it. The compiler says the jump function is in src/main.rs

[–] Klaymore@sh.itjust.works 6 points 3 months ago (1 children)
[–] fossphi@lemm.ee 4 points 3 months ago

Chad quantised rust

[–] SatouKazuma@programming.dev 1 points 3 months ago

But then wouldn't it be fly(height: f64) instead of jump(height: i32)?

[–] crispy_kilt@feddit.de 1 points 3 months ago

Never use floats.