List of Programming Languages and Their Creators
Major programming languages and the people who created them, with the year each language was first released.
Every programming language begins with a designer or team trying to solve a specific problem. C was created at Bell Labs in the early 1970s to build the Unix operating system and became the foundation for countless languages that followed. The 1990s saw an explosion of influential languages — Python, Java, JavaScript, Ruby, and PHP were all first released within a few years of one another and still power much of the modern web. More recent languages such as Go, Rust, and Swift were designed by companies like Google, Mozilla, and Apple to address modern needs around concurrency, memory safety, and developer productivity. This list pairs each major language with its original creator and release year.
| # | Name |
|---|---|
| 1 | C Created by Dennis Ritchie (1972) |
| 2 | C++ Created by Bjarne Stroustrup (1985) |
| 3 | Python Created by Guido van Rossum (1991) |
| 4 | Java Created by James Gosling (1995) |
| 5 | JavaScript Created by Brendan Eich (1995) |
| 6 | PHP Created by Rasmus Lerdorf (1995) |
| 7 | Ruby Created by Yukihiro Matsumoto (1995) |
| 8 | Go Created by Robert Griesemer, Rob Pike & Ken Thompson (2009) |
| 9 | Rust Created by Graydon Hoare (2010) |
| 10 | Swift Created by Apple, led by Chris Lattner (2014) |
This list is compiled from verified public records and reference sources. Last verified: May 30, 2026.
Found an error? Report it here