-
Notifications
You must be signed in to change notification settings - Fork 106
/
Copy pathreadme.scroll
50 lines (35 loc) · 1.44 KB
/
readme.scroll
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
title PLDB Readme
rootHeader.scroll
printTitle
# A Programming Language Database
wideColumns 1
#### View this readme as HTML
https://pldb.io/readme.html
code/ciBadges.scroll
PLDB is a public domain ScrollSet and website containing over 135,000 facts about over 5,000 programming languages.
This repo contains the entire ScrollSet, code, and website for https://pldb.io.
## To download the data
The entire ScrollSet is ready to analyze in popular formats. Full documentation is here: https://pldb.io/csv.html
- As CSV: https://pldb.io/pldb.csv
- As TSV: https://pldb.io/pldb.tsv
- As JSON: https://pldb.io/pldb.json
## To build the site locally
code
git clone https://github.com/breck7/pldb
cd pldb
# Required to run this during first install only.
npm i -g cloc
# Required to run this on fresh checkout and when upgrading from an old checkout or periodically when there are new releases
npm install .
# (Optional) Run tests
npm run test
npm run build
# After you make changes and before you commit make sure to run:
npm run format
## To explore this repo
The most important folder is `concepts`, which contains the ScrollSet (a file for each concept). The file `code/measures.parsers` contains the Parsers (schema) for the ScrollSet.
You can see the `cloc` language stats on this repo at https://pldb.io/pages/about.html.
citation.scroll
All sources for PLDB can be found here: https://pldb.io/pages/acknowledgements.html
endColumns
footer.scroll