Tanvir
commited on
Commit
โข
31396f5
1
Parent(s):
55be945
README.md: init
Browse files
README.md
CHANGED
@@ -1,3 +1,45 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
pretty_name: Programming Languages
|
4 |
+
tags:
|
5 |
+
- List
|
6 |
+
- Name
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
size_categories:
|
10 |
+
- 1K<n<10K
|
11 |
---
|
12 |
+
|
13 |
+
# programming-languages [TXT dataset]
|
14 |
+
|
15 |
+
A dataset consisting of a compilation of programming languages obtained from diverse and multiple sources.
|
16 |
+
|
17 |
+
## Data Source
|
18 |
+
|
19 |
+
* [List of programming languages](https://en.wikipedia.org/wiki/List_of_programming_languages)
|
20 |
+
* [List of programming languages by type](https://en.wikipedia.org/wiki/List_of_programming_languages_by_type)
|
21 |
+
* [Programming Languages - Rosetta Code](https://www.rosettacode.org/wiki/Category:Programming_Languages)
|
22 |
+
* [Full List Of Computer Languages - AntiFandom Wiki](https://antifandom.com/computerscience/wiki/Full_List_Of_Computer_Languages)
|
23 |
+
* [List of Markup Languages - AntiFandom Wiki](https://antifandom.com/computerscience/wiki/List_Of_Markup_Languages)
|
24 |
+
* [Awesome low-level programming languages](https://github.com/robertmuth/awesome-low-level-programming-languages)
|
25 |
+
* [Awesome programming languages](https://github.com/ChessMax/awesome-programming-languages)
|
26 |
+
* [List of All the 700+ Programming Languages in the World - Compile Blog](https://compile.blog/programming-languages-list/)
|
27 |
+
|
28 |
+
## TODO
|
29 |
+
|
30 |
+
Add JSON dataset which will contain the following fields:
|
31 |
+
```json
|
32 |
+
[
|
33 |
+
{
|
34 |
+
"name": "...",
|
35 |
+
"description": "...",
|
36 |
+
"type": "...",
|
37 |
+
"paradigm": "...",
|
38 |
+
"license": "...",
|
39 |
+
}
|
40 |
+
]
|
41 |
+
```
|
42 |
+
|
43 |
+
## Disclaimer
|
44 |
+
|
45 |
+
Please note that while I strive to maintain data quality, I cannot guarantee the accuracy or quality of all entries in this dataset. Use it responsibly and exercise caution when relying on the data for any critical applications. Your feedback and contributions are greatly appreciated for improving the dataset's overall quality.
|