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 0308c3e commit 2c17d40
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 8 deletions.
42 changes: 34 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,48 +13,64 @@ C is a general-purpose programming language. It was created in the 1970s by Denn

Brad Cox and Tom Love created Objective-C as the main language used for writing Apple software

## `1987` Perl
## `1987` [Perl](https://www.perl.org)

<img src="./author/Larry_Wall_YAPC_2007.jpg" width="180" alt="Larry Wall" />

[Perl](https://www.perl.org/) was developed by Larry Wall in 1987 as a general-purpose Unix scripting language to make report processing easier.

## `1986` Erlang
## `1986` [Erlang](https://www.erlang.org/)

<img src="./author/Joe_Armstrong.jpg" width="180" alt="Joe Armstrong (programmer)" />

[Erlang](https://www.erlang.org/) is a general-purpose, concurrent, functional high-level programming language, and a garbage-collected runtime system.

## `1983` C++

<img src="./author/Bjarne-stroustrup_2010.jpg" width="180" alt="Larry Wall" />
<img src="./author/Bjarne-stroustrup_2010.jpg" width="180" alt="Bjarne Stroustrup" />

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
## `1991` [Python](https://www.ruby-lang.org/en/)

<img src="./author/Guido_van_Rossum_in_PyConUS24.jpg" width="180" alt="Guido van Rossum" />

Guido Van Rossum developed Python, which is a simplified computer language that is easy to read
Guido Van Rossum developed [Python](https://www.python.org/), which is a simplified computer language that is easy to read

## `1991` Visual Basic

<img src="./author/AlanCooper.jpg" width="180" alt="Alan Cooper" />

Microsoft developed Visual Basic, which enabled programmers to select and change specific chunks of code with a drag-and-drop process

## `1995` JAVA

<img src="./author/James_Gosling_2008.jpg" width="180" alt="James Gosling" />

Sun Microsystems developed Java, originally intended to be used with hand-held devices

## `1995` PHP

<img src="./author/Rasmus_Lerdorf_August_2014.jpg" width="180" alt="Rasmus Lerdorf" />

Rasmus Lerdorf developed PHP, mainly for Web development. PHP continues to be widely used in Web development today

## `1995` Ruby
## `1995` [Ruby](https://www.ruby-lang.org/en/)

<img src="./author/Yukihiro_Matsumoto_EuRuKo_2011.jpg" width="180" alt="Yukihiro Matsumoto" />

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
Yukihiro Matsumoto developed [Ruby](https://www.ruby-lang.org/en/) as an all-purpose programming language, ideal for many programming jobs. Ruby is widely used in the development of Web applications

## `1995` JavaScript

<img src="./author/Brendan_Eich_Mozilla_Foundation_official_photo.jpg" width="180" alt="Brendan Eich" />

Brendan Eich developed JavaScript to enhance Web browser interactions

## `2000` C#

<img src="./author/Anders_Hejlsberg.jpg" width="180" alt="Anders Hejlsberg" />

Microsoft developed C# as a combination of C++ and Visual Basic. C# is similar to Java in some ways

## `2003` Scala
Expand All @@ -65,6 +81,16 @@ Martin Odersky created Scala as a programing language that combines aspects of f

Google developed Go to solve issues that commonly occur with large software systems

## `2012` [TypeScript](https://www.typescriptlang.org/)

<img src="./author/Anders_Hejlsberg.jpg" width="180" alt="Anders Hejlsberg" />

[TypeScript](https://www.typescriptlang.org/) is a free and open-source high-level programming language developed by Microsoft that adds static typing with optional type annotations to JavaScript.

## `2014` Swift

Apple developed Swift to replace C, C++, and Objective-C
Apple developed Swift to replace C, C++, and Objective-C

## `2015` Rust

Rust is a multi-paradigm, general-purpose programming language that emphasizes performance, type safety, and concurrency.
Binary file added author/AlanCooper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added author/Anders_Hejlsberg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added author/Guido_van_Rossum_in_PyConUS24.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added author/James_Gosling_2008.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added author/Joe_Armstrong.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added author/Rasmus_Lerdorf_August_2014.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added author/Yukihiro_Matsumoto_EuRuKo_2011.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c17d40

Please sign in to comment.