this post was submitted on 24 Nov 2025
607 points (89.7% liked)

Programmer Humor

27516 readers
2443 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] racketlauncher831@lemmy.ml 2 points 2 days ago (1 children)

I'm 100% sure I can make Rust code (not even compiled to WASM) run natively in a browser like Firefox, given I have enough will power, time, energy, and money. The problem is getting everyone else to agree to this new standard.

[โ€“] CanadaPlus@lemmy.sdf.org 2 points 1 day ago* (last edited 1 day ago)

In a scripting language, is there an advantage to no garbage collection? (I honestly don't know)

Someone else also pointed out to me, when I made a similar suggestion, that ability to partially fail but keep going is desirable in a web context. I don't know, maybe there's some way to make Rust do that more automatically than C. Python seems the be the standard for general-purpose scripting, which is why I mentioned it.