-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed7777e
commit cc5f648
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,50 @@ | ||
Programming Language Timeline | ||
=== | ||
|
||
## 1983 Objective-C | ||
|
||
Brad Cox and Tom Love created Objective-C as the main language used for writing Apple software | ||
|
||
## 1983 C++ | ||
|
||
Bjarne Stroustrup created C++, which is an extension of the C programming language. This is one of the most used languages in the world | ||
|
||
## 1991 Python | ||
|
||
Guido Van Rossum developed Python, which is a simplified computer language that is easy to read | ||
|
||
## 1991 VISUAL BASIC | ||
|
||
Microsoft developed Visual Basic, which enabled programmers to select and change specific chunks of code with a drag-and-drop process | ||
|
||
## 1995 JAVA | ||
|
||
Sun Microsystems developed Java, originally intended to be used with hand-held devices | ||
|
||
## 1995 PHP | ||
|
||
Rasmus Lerdorf developed PHP, mainly for Web development. PHP continues to be widely used in Web development today | ||
|
||
## 1995 Ruby | ||
|
||
Yukihiro Matsumoto developed Ruby as an all-purpose programming language, ideal for many programming jobs. Ruby is widely used in the development of Web applications | ||
|
||
## 1995 JAVASCRIPT | ||
|
||
Brendan Eich developed JavaScript to enhance Web browser interactions | ||
|
||
## 2000 C# | ||
|
||
Microsoft developed C# as a combination of C++ and Visual Basic. C# is similar to Java in some ways | ||
|
||
## 2003 Scala | ||
|
||
Martin Odersky created Scala as a programing language that combines aspects of functional programming | ||
|
||
## 2009 GO | ||
|
||
Google developed Go to solve issues that commonly occur with large software systems | ||
|
||
## 2014 SWIFT | ||
|
||
Apple developed Swift to replace C, C++, and Objective-C |