Skip to content
Tech News
← Back to articles

Programming language file extensions that match ISO 3166-1 alpha-2 country codes

read original more articles
Why This Matters

This article highlights the intriguing overlap between ISO 3166-1 alpha-2 country codes and programming language file extensions, such as .rs for Rust, which coincidentally matches Serbia's country code. Recognizing these overlaps is important for developers and tech companies to avoid potential conflicts or confusion in domain and project naming conventions. It also underscores the interconnectedness of global standards and digital identifiers in the tech industry.

Key Takeaways

So there's this standard called ISO 3166-1 alpha-2 that defines a 2 letter code for every country on the planet (like ME = Montenegro) and a bunch of places that aren't countries (like EU = European Union). You've probably encountered such a code before in top level domain names (.im belongs to the Isle of Man) and on Discord (typing :flag_fm: yields a 🇫🇲 emoji).

One of these codes is RS (= Serbia). Either by a sheer coincidence or someone playing 5D chess, .rs is also the file extension for the Rust programming language, which is why the domain name of every other Rust project now belongs to Serbia. This made me curious about other cases like this, so here's an incomplete list of programming languages, domain-specific languages, markup languages, etc which file extensions match a country code. If you think something is missing, let me know!