this post was submitted on 04 Feb 2025
1 points (100.0% liked)

Programming

2 readers
1 users here now

A magazine created for the discussion of computer programming-related topics.

Rules

Please keep submissions on topic and of high quality. No image posts, no memes, no politics. Keep the magazine focused on programming topics not general computing topics. Direct links to app demos (unrelated to programming) will be removed. No surveys.

founded 2 years ago
MODERATORS
 

Which programming language best deserves the label of, "modern C"?

#programming

you are viewing a single comment's thread
view the rest of the comments
[โ€“] vwbusguy@mastodon.online 1 points 1 month ago (1 children)

Since I can't vote in my own poll, my opinion is that the argument can be made any of them, but Go is the most on the nose, both in terms of language design and that it shares a co-author with C (Ken Thompson).

Python is more a modern BASIC (usually) implemented in C. It's BASIC and C had a baby.

Rust should be on this list because of how many legacy C things are getting ported to rust due to memory and thread safety, etc.

[โ€“] vwbusguy@mastodon.online 1 points 1 month ago

If you start from C and get less pedantic, you get python. If you get more pedantic, you get rust. If you stay similarly pedantic, you get golang.