Skip to content

Commit

Permalink
doc: update images
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 15, 2024
1 parent c19141b commit 50668e8
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.DS_Store
.cache
.vscode
.idea

*.bak
*.tem
*.temp
#.swp
*.*~
~*.*
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Programming Language Timeline

History of programming languages

## `1957` [Fortran](https://fortran-lang.org/)

<img src="./author/John_Backus.jpg" width="180" alt="John Backus" />

Fortran is a third generation, compiled, imperative programming language that is especially suited to numeric computation and scientific computing.

## `1972` [C](https://www.open-std.org/jtc1/sc22/wg14/)

<img src="./author/Dennis_Ritchie_2011.jpg" width="180" alt="Dennis Ritchie" />
Expand Down Expand Up @@ -81,8 +87,16 @@ Martin Odersky created Scala as a programing language that combines aspects of f

## `2009` [GO](https://go.dev/)

<img src="./author/Robert_Griesemer.jpg" width="180" alt="Robert Griesemer" />
<img src="./author/Rob-pike-oscon.jpg" width="180" alt="Rob Pike" />
<img src="./author/Brian_Kernighan_and_Ken_Thompson.jpg" width="180" alt="Brian Kernighan (left)" />

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

## `2011` [Kotlin](https://kotlinlang.org/)

Kotlin is a cross-platform, statically typed, general-purpose high-level programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference allows its syntax to be more concise.

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

<img src="./author/Anders_Hejlsberg.jpg" width="180" alt="Anders Hejlsberg" />
Expand Down
Binary file modified 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 modified author/Bjarne-stroustrup_2010.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 modified author/Brendan_Eich_Mozilla_Foundation_official_photo.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/Brian_Kernighan_and_Ken_Thompson.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 modified author/Dennis_Ritchie_2011.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 modified 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 modified 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 modified 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/John_Backus.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 modified author/Larry_Wall_YAPC_2007.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 modified author/Mark_Odersky.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 modified 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/Rob-pike-oscon.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/Robert_Griesemer.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 modified 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 50668e8

Please sign in to comment.