this post was submitted on 27 Jun 2023
2 points (100.0% liked)

Programmer Humor

32479 readers
271 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago (1 children)

One big reason Nim never really caught on is because we've got lots of fast-ish languages with garbage collection (like Go, which sucks a lot of oxygen away from Nim IMO). Rust introduced a new concept to the mainstream that lets you program safely without a runtime hit for garbage collection.

[–] [email protected] 2 points 1 year ago (1 children)

Ada would like a word with you ;)

[–] [email protected] 2 points 1 year ago

To my knowledge, Ada doesn't have an equivalent to Rust's borrow checker. I also think I covered that base by specifying "mainstream" 😀

[–] [email protected] 1 points 1 year ago

Once you get used to the Rust syntax, it actually makes the code look cleaner.

[–] [email protected] 1 points 1 year ago

Who the hell would call python beautiful has never seen python code in the wild