Welcome to PLDB: a Programming Language Database!
PLDB is a comprehensive database of programming languages and their features. The focus is on programming languages, but the database also includes other languages and entities one degree away--from popular high level plain text formats to binary specifications and beyond.
PLDB is for two groups of people:
Want to get involved? Read more here.
All data and source code used to generate this site are on GitHub.
PLDB is an entirely static site. PLDB.io is served via ScrollHub. You can clone the source to PLDB and build it locally and use PLDB entirely offline on your own machine.
This site is powered by information and software from so many people and organizations, a few of which are listed on the acknowledgements page.
github.com/AlDanial/cloc v 1.98 T=1.46 s (3552.2 files/s, 144395.8 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Scroll 5148 30505 0 171099
JavaScript 9 477 202 2816
Parsers 4 341 0 2192
JSON 3 0 0 1951
Explorer 3 23 0 336
CSS 2 45 16 261
Markdown 1 40 0 64
Bourne Shell 1 1 1 18
Text 1 0 0 12
SVG 4 0 0 4
-------------------------------------------------------------------------------
SUM: 5176 31432 219 178753
-------------------------------------------------------------------------------
The URL for the official PLDB site is https://pldb.io. DNS will take that domain name and send your browser an IPv4 address. Your browser will send a request to that address which will reach a DigitalOcean server running ScrollHub. That server will send you the HTML, CSS, Javascript, PNGs, SVGs and JSON that make up the built website.
In case there's a problem with ScrollHub, you should be able to access the exact same site locally by downloading the source.
If ScrollHub AND GitHub were to go down at the same time...well that's why it's good to regularly download the entire source code of the site to your own machine! You can do that with:
git clone https://github.com/breck7/pldb.git
# Then to keep it updated:
cd pldb
git pull
The site owes its existence to a kind (but firm) Internet commenter who told Breck Yunits to "learn to research properly" if he wanted to make his languages any good.
PLDB content is published to the public domain and you can use it freely. If needed, here are 3 options for citing PLDB:
https://pldb.io
PLDB contributors. (2024) - "PLDB: a Programming Language Database". Retrieved from: 'https://pldb.io' [Online Resource]
@article{pldb,
author = {PLDB contributors},
title = {PLDB: a Programming Language Database},
journal = {PLDB},
year = {2024},
note = {https://pldb.io}
}