this post was submitted on 14 Sep 2023
411 points (79.5% liked)

Programmer Humor

19207 readers
1293 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
[โ€“] fuck_u_spez_in_particular@lemmy.world 1 points 1 year ago (1 children)

Rust has exactly the same problems with depreciation as many Frameworks rely on experimental features which are subject to change.

Rust has actually quite a good record with depreciation and backwards-compatibilty etc. They are changing the language in non-backwards compatible way over editions, but the changes are mostly very manageable.

But to not end up being another C++ (syntax-wise it's a disaster IMHO), a few non-backwards-compatible changes every few years are the way to go, when it's manageable.

[โ€“] areyouevenreal@lemm.ee 1 points 11 months ago* (last edited 11 months ago)

What's so confusing about C++ syntax exactly? To me it seems to make a lot of sense given the languages history.