Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 15, 2024
1 parent ed7777e commit cc5f648
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
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

0 comments on commit cc5f648

Please sign in to comment.