Rust has achieved a historic milestone by breaking into the top 10 most popular programming languages on the TIOBE index for the first time. With a score of 1.34%, the language secured the 10th position in July's rankings—a significant breakthrough for a language designed around memory safety without sacrificing performance.
TIOBE's executive director Paul Jansen attributes Rust's rapid rise to its distinctive approach: the language prioritizes memory safety while still generating extremely fast code for applications. This dual strength positions Rust as a direct competitor to C and C++, both of which continue to grapple with challenges around explicit memory management. As security vulnerabilities tied to memory errors grow more prevalent, C and C++ developers are increasingly seeking safer alternatives.
The TIOBE index, now in its 25th year, ranks languages based on the number of qualified engineers, available courses, and third-party vendors, pulling data from sources like Google, Amazon, and Wikipedia. Python dominates with 18.94%, trailed by C, C++, Java, C#, JavaScript, Visual Basic, SQL, and R. Rust's momentum extends beyond TIOBE—the language also ranks 9th on the alternative Pypl index with 2.06% of Google tutorial searches. TIOBE announced plans to release a decision flowchart to help developers select the ideal language for their specific use cases.
