21 KiB
21 KiB
1 | Keep | Index | Column | Description |
---|---|---|---|---|
2 | y | 1 | title | The official title of the language |
3 | y | 2 | appeared | What year was the language publicly released and/or announced? |
4 | y | 3 | type | Which category in PLDB's subjective ontology does this entity fit into. |
5 | y | 4 | pldbId | computed |
6 | y | 5 | rank | computed |
7 | y | 6 | languageRank | computed |
8 | y | 7 | factCount | computed |
9 | y | 8 | lastActivity | computed |
10 | y | 9 | exampleCount | computed |
11 | y | 10 | bookCount | computed |
12 | y | 11 | paperCount | computed |
13 | y | 12 | numberOfUsers | computed |
14 | y | 13 | numberOfJobs | computed |
15 | y | 14 | githubBigQuery.repos | How many repos for this language are listed in Google's BigQuery Public GitHub Dataset snapshot. |
16 | y | 16 | githubRepo | URL of the official GitHub repo for the project if it hosted there. |
17 | y | 17 | website | URL of the official homepage for the language project. |
18 | y | 18 | wikipedia | URL of the entity on Wikipedia, if and only if it has a page dedicated to it. |
19 | y | 19 | originCommunity | In what community(ies) did the language first originate? |
20 | y | 20 | country | What country was the language first developed in? |
21 | y | 21 | centralPackageRepositoryCount | If you've searched for a CPM for this language and can't find one, set 0 as the count. |
22 | n | 23 | hopl | The matching language on Diarmuid Pigott's Online Historical Encyclopaedia of Programming Languages site (https://hopl.info/) |
23 | n | 24 | wikipedia.dailyPageViews | How many page views per day does this Wikipedia page get? Useful as a signal for rankings. Available via WP api. |
24 | y | 25 | wikipedia.backlinksCount | How many pages on WP link to this page? |
25 | y | 26 | wikipedia.summary | What is the text summary of the language from the Wikipedia page? |
26 | y | 27 | wikipedia.pageId | Waht is the internal ID for this entity on WP? |
27 | y | 28 | wikipedia.appeared | When does Wikipedia claim this entity first appeared? |
28 | y | 29 | wikipedia.created | When was the *Wikipedia page* for this entity created? |
29 | y | 30 | wikipedia.revisionCount | How many revisions does this page have? |
30 | n | 31 | wikipedia.related | What languages does Wikipedia have as related? |
31 | y | 32 | fileType | What is the file encoding for programs in this language? |
32 | n | 33 | isbndb | Books about this language from ISBNdb. |
33 | y | 34 | githubRepo.stars | How many stars of the repo? |
34 | y | 35 | githubRepo.forks | How many forks of the repo? |
35 | y | 36 | githubRepo.updated | What year was the last commit made? |
36 | y | 37 | githubRepo.subscribers | How many subscribers to the repo? |
37 | y | 38 | githubRepo.created | When was the *Github repo* for this entity created? |
38 | y | 39 | githubRepo.description | Description of the repo on GitHub. |
39 | n | 40 | description | Description of the repo on GitHub. |
40 | n | 41 | githubRepo.issues | How many isses on the repo? |
41 | n | 42 | domainName | If the project website is on its own domain. |
42 | y | 43 | githubRepo.firstCommit | What year the first commit made in this git repo? |
43 | n | 44 | semanticScholar | Papers about this language from Semantic Scholar. |
44 | n | 46 | domainName.registered | When was this domain first registered? |
45 | n | 47 | isOpenSource | Is it an open source project? |
46 | n | 50 | githubLanguage | GitHub has a set of supported languages as defined here: https://raw.githubusercontent.com/github/linguist/master/lib/linguist/languages.yml |
47 | n | 52 | githubLanguage.type | Either data, programming, markup, prose, or nil. |
48 | n | 54 | githubLanguage.fileExtensions | An Array of associated extensions (the first one is considered the primary extension, the others should be listed alphabetically). |
49 | n | 55 | numberOfRepos | computed |
50 | n | 56 | githubLanguage.repos | How many repos for this language does GitHub report? |
51 | n | 57 | lineCommentToken | Defined as a token that can be placed anywhere on a line and starts a comment that cannot be stopped except by a line break character or end of file. |
52 | n | 58 | githubLanguage.trendingProjectsCount | How many trending repos for this language does GitHub report? |
53 | n | 61 | leachim6 | A link to this language in leachim6's hello-world project. |
54 | n | 62 | githubBigQuery | Google BigQuery Public Datasets has a dataset with info on GitHub repos: https://cloud.google.com/blog/topics/public-datasets/github-on-bigquery-analyze-all-the-open-source-code |
55 | n | 64 | linguistGrammarRepo | Linguist is a library used by GitHub to syntax highlight files on GitHub via a grammar. The list of languages supported by Linguist and the grammar package used for each language is listed here: https://github.com/github/linguist/blob/master/vendor/README.md. If Linguist has support for a language, it will have a repo on GitHub. Given a language is supported by Linguist, that is a good indication it has at least 200 unique :user/:repo repositories, according to their docs. |
56 | n | 65 | linguistGrammarRepo.commitCount | How many commits in this repo? |
57 | n | 66 | linguistGrammarRepo.committerCount | How many people have made commits in this repo? |
58 | n | 67 | linguistGrammarRepo.lastCommit | What year was the last commit made? |
59 | n | 68 | linguistGrammarRepo.firstCommit | What year was the first commit made? |
60 | n | 70 | leachim6.fileExtensions | An Array of associated extensions (the first one is considered the primary extension, the others should be listed alphabetically). |
61 | n | 71 | linguistGrammarRepo.sampleCount | How many language samples in this repo? |
62 | n | 74 | pygmentsHighlighter | A link to a Pygments syntax highlighting class for this language (https://pygments.org/) |
63 | n | 75 | standsFor | If the language name is an acronym what does/did it stand for? |
64 | n | 76 | stringToken | What token(s) is used to delimite a string? |
65 | n | 77 | documentation | Link to the official documentation for a language. |
66 | n | 78 | rosettaCode | A link to this language on Rosetta Code - http://www.rosettacode.org/ |
67 | n | 79 | pygmentsHighlighter.fileExtensions | An Array of associated extensions (the first one is considered the primary extension, the others should be listed alphabetically). |
68 | n | 81 | printToken | What token(s) is used to print a message? |
69 | n | 82 | Official Twitter handle of the entity, if any. | |
70 | n | 84 | rijuRepl | A link to try this language on riju.codes |
71 | n | 85 | githubLanguage.codemirror_mime_type | A String name of the file mime type used for highlighting whenever a file is edited. This should match the `mime` associated with the mode from https://git.io/f4SoQ |
72 | n | 86 | githubLanguage.codemirror_mode | A String name of the CodeMirror Mode used for highlighting whenever a file is edited. This must match a mode from https://git.io/vi9Fx |
73 | y | 87 | fileExtensions | An Array of associated extensions (the first one is considered the primary extension, the others should be listed alphabetically). |
74 | n | 88 | tiobe | Tiobe maintains a well known ranking of programming languages here: https://www.tiobe.com/tiobe-index/ |
75 | n | 90 | multiLineCommentTokens | A comment with a start delimiter and end token (which can be the same) that can span multiple lines. |
76 | n | 91 | aka | Another name for the language. Entries can have multiple aka lines. |
77 | n | 93 | helloWorldCollection | Hello world written in this language from http://helloworldcollection.de/ |
78 | n | 94 | githubLanguage.aliases | An Array of additional aliases (implicitly includes name.downcase). |
79 | n | 96 | tryItOnline | A link to try this language on https://tio.run |
80 | y | 97 | writtenIn | What language(s) is the main implementation written in? |
81 | n | 99 | keywords | What are all the keywords in this language? |
82 | n | 100 | indeedJobs | How many job descriptions match this query for this language on indeed.com? |
83 | n | 101 | wikipedia.fileExtensions | An Array of associated extensions (the first one is considered the primary extension, the others should be listed alphabetically). |
84 | n | 104 | projectEuler | Is this language one of the ones listed on https://projecteuler.net/? |
85 | n | 105 | booleanTokens | What token(s) is used for true and false? |
86 | n | 109 | webRepl | An online repl for the project. |
87 | n | 111 | subreddit | Url of a subreddit(s) for this language. |
88 | n | 112 | codeMirror | A link to a CodeMirror syntax highlighting package for this language (https://github.com/codemirror/codemirror5/tree/master/mode/LANGUAGE) |
89 | n | 114 | monaco | A link to a Monaco syntax highlighting package for this language. |
90 | n | 116 | jupyterKernel | A link to a Jupyter Kernel for this language. |
91 | n | 117 | githubLanguage.interpreters | An Array of associated interpreters |
92 | n | 118 | quineRelay | The Quine Relay project (https://github.com/mame/quine-relay). |
93 | n | 119 | compilesTo | Which language(s) does this language primarily compile to? |
94 | n | 120 | ubuntuPackage | The name of an Ubuntu package for the language from https://packages.ubuntu.com/. |
95 | n | 122 | packageRepository | URL to the package repository for this language. |
96 | n | 123 | antlr | A link to the ANTLR grammar for this language (https://github.com/antlr/grammars-v4/tree/master/LANGUAGE) |
97 | n | 124 | officialBlogUrl | URL to the official blog for this language. |
98 | n | 127 | meetup | Some languages have active meetup groups on Meetup.com |
99 | n | 129 | linkedInSkill | How many people list this skill on LinkedIn? |
100 | n | 130 | languageServerProtocolProject | A link to a project implementing LSP for this language. |
101 | n | 131 | githubLanguage.filenames | Filenames commonly associated with the language. |
102 | n | 133 | releaseNotesUrl | URL to the release notes for this language. |
103 | n | 134 | languageServerProtocolProject.writtenIn | What language(s) is the main implementation written in? |
104 | n | 136 | faqPageUrl | URL to the frequently asked questions for this language. |
105 | n | 137 | tiobe.currentRank | What is the current Tiobe rank of this language? |
106 | n | 139 | forLanguages | Which languages is this repository for? |
107 | n | 140 | packageCount | How many packages are in the repository? A package is some code with a name and a namespace, shipped as an atomic unit, with an owner(s). |
108 | y | 141 | supersetOf | Is this language a superset of another? If you specify this link then the superset language will inherit all features of subset language. |
109 | y | 144 | influencedBy | What languages influenced this one? |
110 | n | 148 | githubLanguage.group | Name of the parent language. Languages in a group are counted in the statistics as the parent language. |
111 | n | 149 | rijuRepl.description | Description of the repo on GitHub. |
112 | n | 151 | rijuRepl.gitRepo | URL of the official git repo for the language project if not hosted on GitHub or GitLab or Sourcehut. |
113 | n | 152 | rijuRepl.fileExtensions | An Array of associated extensions (the first one is considered the primary extension, the others should be listed alphabetically). |
114 | n | 153 | stackOverflowSurvey.2021.percentageUsing | What percentage of survey respondents report using this language? |
115 | n | 154 | stackOverflowSurvey.2021.fans | How many developers reported wanting to learn this language. |
116 | n | 155 | stackOverflowSurvey.2021.medianSalary | Median salary reported by developers using this language. |
117 | n | 156 | stackOverflowSurvey.2021.users | How many developers reported using this language. |
118 | n | 157 | downloadPageUrl | URL to the download page for this language. |
119 | n | 158 | assignmentToken | What token(s) is used for assignment to an identifier? |
120 | n | 159 | compilerExplorer | This language's name on https://godbolt.org |
121 | n | 162 | replit | A link to try this language on replit.com |
122 | n | 163 | rijuRepl.website | URL of the official homepage for the language project. |
123 | n | 164 | pypl | This language's id on https://pypl.github.io |
124 | n | 165 | emailList | Link to the mailing list for a language. |
125 | n | 171 | spec | Link to the official spec for a language. |
126 | n | 176 | eventsPageUrl | URL to the events pages of this language. |
127 | n | 177 | cheatSheetUrl | A link to a cheat sheet for this language. |
128 | n | 180 | esolang | A link to this language on https://esolangs.org/ |
129 | n | 183 | nativeLanguage | Nearly all programming languages are written in English, but some aren't. Set this field for the ones that are not. |
130 | n | 185 | screenshot | For visual languages, a picture is worth a thousand words. Provide the URL to the screenshot in the form: https://pldb.com/screenshots/[pldbId].png |
131 | n | 186 | githubLanguage.wrap | Boolean wrap to enable line wrapping (default: false) |
132 | y | 187 | features.isLisp | Is this in the Lisp family of languages? |
133 | n | 190 | versions.2022 | A release year and version. Perhaps in the future we could get more specific to month or even day. |
134 | n | 192 | gdbSupport | Is the language supported by the GNU Debugger? |
135 | n | 194 | announcementMethod | How was the language first announced? |
136 | n | 195 | gitlabRepo | URL of the official GitLab repo for the language project. |
137 | n | 196 | demoVideo | Provide a url of a demo video of the language. |
138 | n | 197 | isPublicDomain | Is it public domain? |
139 | y | 199 | features.hasVariableSubstitutionSyntax | Do you use different syntax when assigning versus referencing a variable? |
140 | y | 200 | subsetOf | Is this language a subset of another? |
141 | n | 201 | firstAnnouncement | A url announcing the creation or release of a new language |
142 | n | 202 | packageInstallCount | How many packages have been downloaded? |
143 | n | 206 | oldName | What is the old name of this language? |
144 | n | 212 | runsOnVm | What virtual machine(s) does this language run on? |
145 | n | 218 | gitRepo | URL of the official git repo for the language project if not hosted on GitHub or GitLab or Sourcehut. |
146 | n | 221 | annualReportsUrl | URL to the annual reports for this language. |
147 | n | 243 | sourcehutRepo | URL of the official sourcehut repo for the project. |
148 | n | 245 | renamedTo | What is the new name of this language? |
149 | y | 246 | features.hasDocComments | Is there a standard mini language written in comments for documenting code? |
150 | n | 249 | conference | Some languages have a recurring conference(s) focused on that specific language. |
151 | n | 254 | packageAuthors | How many people contribute packages to this cpm? |
152 | n | 255 | photo | For notations, a picture is worth a thousand words. Provide a photo in the form: https://pldb.com/photos/[pldbId].png |
153 | n | 256 | successorOf | Was this language launched as the successor of another? |
154 | n | 263 | includeToken | What token(s) is used for including another file? |
155 | y | 265 | features.hasSingleTypeArrays | Has an array data structure that only can hold items of the same type. |
156 | y | 267 | features.hasReservedWords | Does a concept of reserved words exists? For example, not being able to use certain keywords as variable names. |
157 | y | 275 | forkOf | What language is this language a fork of? |
158 | n | 276 | inputLanguages | Which language(s) does this take as input? For compilers, what languages does this compile compile? |
159 | n | 277 | redditDiscussion | A link to a related discussion on reddit. |
160 | y | 280 | usesSemanticVersioning | Does the official release of the language use semantic versioning? |
161 | y | 286 | funFact | A text or code block containing a fun or unusual fact about the language. |
162 | y | 290 | isDead | Has the creator or maintainer announced it officially dead? Include a link to proof of the announcement. |
163 | n | 314 | versions.2021 | A release year and version. Perhaps in the future we could get more specific to month or even day. |
164 | n | 319 | irc | Link to official (or popular unofficial) IRC channel(s) for language development. |
165 | n | 322 | discord | Link to official (or popular unofficial) Discord for language development. |
166 | y | 323 | features.letterFirstIdentifiers | Must identifiers start with a letter |
167 | n | 334 | versions.2007 | A release year and version. Perhaps in the future we could get more specific to month or even day. |
168 | n | 335 | versions.2023 | A release year and version. Perhaps in the future we could get more specific to month or even day. |
169 | n | 336 | versions.2015 | A release year and version. Perhaps in the future we could get more specific to month or even day. |
170 | n | 337 | versions.2019 | A release year and version. Perhaps in the future we could get more specific to month or even day. |
171 | n | 338 | versions.2013 | A release year and version. Perhaps in the future we could get more specific to month or even day. |
172 | n | 345 | ebook | Link to a free eBook about this. Only include if the eBook is of high quality and not spammy. |
173 | y | 349 | extensionOf | What language is this language an extension of? |
174 | n | 350 | zulip | Link to official (or popular unofficial) Zulip for language development. |