this post was submitted on 29 Mar 2025
21 points (83.9% liked)

Rust

6697 readers
109 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

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

If you write a blog post with an acronym in the title that isn’t common knowledge, for the love of god please spell it out in the first paragraph

[–] FizzyOrange 17 points 3 days ago (2 children)

Technically they do via a footnote... but it's a pretty confusing one at that!

The FLS stood for the "Ferrocene Language Specification". The minimal fork of Rust that Ferrous Systems qualifies and ships to their customers is called "Ferrocene", hence the name. We'll be dropping the expansion and just calling it the FLS within the Project.

So now it stands for... nothing. Bizarre.

[–] BatmanAoD 2 points 2 days ago

Lots of acronyms no longer stand for anything due to losing their original associations. LLVM, AT&T, SAT (the test, not the programming problem), etc.

[–] bitcrafter 2 points 2 days ago

Indeed, it would seem that the proper thing to say now is that Rust is merging in the FLS language specification.

[–] [email protected] 2 points 3 days ago

I guess this means FLS is the official spec now? Does that mean people can stop complaining about there being no official spec?

(As far as I'm aware, while FLS was developed to mirror rustc, rustc does not guarantee that it follows FLS, though they might change that after adoption)