this post was submitted on 16 May 2026
18 points (90.9% liked)

Technology

84731 readers
6047 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sidelove@lemmy.world 2 points 1 day ago (1 children)

Wait, what? How? It compiles down to bare metal without a runtime. People write OSes and program microcontrollers with it. For any arbitrary C program, it's possible to write Rust code such that it compiles down to the same bytecode. Am I missing something?

[–] MonkderVierte@lemmy.zip -1 points 1 day ago (1 children)

Guess i've a different understanding of systems language.

[–] sidelove@lemmy.world 2 points 10 hours ago (1 children)

Wait, I'm so confused, what's your definition of a systems language?

[–] MonkderVierte@lemmy.zip 1 points 6 hours ago* (last edited 6 hours ago)

One you use to manipulate the system / solve problem efficiently, vs. creating GUIs. Which has heavy repercussions on what types of developers use it, how the ecosystem and language is built. One metric to distinguish them is new features / year; admin + hacker types want a stable & clever interface, companies and UI devs new features. And yeah, Rust is a bit of both of them, but has all the characteristics of the later.

I have the feeling, you soon need a meta-language or extensive IDE-help to even use it. Just like C++.

edit: In hindsight, this sounds more silly than i thought. There was a great article about it i can't find anymore, with the conclusion, that Rust is no systems language by that metric.