Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasaugust1/programming-languages
https://github.com/jonasaugust1/programming-languages
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonasaugust1/programming-languages
- Owner: jonasaugust1
- Created: 2022-08-15T15:38:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T15:56:42.000Z (over 2 years ago)
- Last Synced: 2024-12-23T02:11:52.567Z (2 months ago)
- Language: C#
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming-Languages
Do you know when C# was invented? How about your other favorite programming languages, like JavaScript, Ruby, and R?
In this project I used lists and LINQ to search a database for answers!
The data is stored in a .tsv file, which stands for tab-separated values. It’s a common way to export data from a spreadsheet or database —
you might see this file type when you try to download data from apps like Microsoft Excel and Google Sheets.Here is what the data would look like as a table (just a few random rows included):
| #Year | #Name | #Chief Developer | #Predecessors |
| ---- |:-------------:| :----------:| --------------- |
| 1990 | AMOS BASIC | François | Lionet, Constantin Sotiropoulos STOS BASIC |
| 1991 | Visual Basic | Alan Cooper (sold to Microsoft) | QuickBASIC |
| 1995 | Ruby | Yukihiro Matsumoto | Smalltalk; Perl |
| 2009 | Go | Google | C; Oberon; Limbo; Smalltalk |