Skip to content
/ pldb Public

PLDB: a Programming Language DataBase

Notifications You must be signed in to change notification settings

breck7/pldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLDB - A Programming Language Database

Build Status

PLDB is a comprehensive public domain database containing over 135,000 facts about more than 5,000 programming languages. The project includes both the complete dataset and the website code for pldb.io.

🌟 Key Features

  • Rich Dataset: Extensive information about programming languages, from high-level formats to binary specifications
  • Multiple Export Formats: Access the complete dataset in CSV, TSV, or JSON format
  • Public Domain: All data and code is freely available for any use
  • Regular Updates: Actively maintained with version control and release notes
  • Web Interface: Browse the data through an intuitive web interface at pldb.io

πŸ“Š Data Downloads

Access the complete dataset in your preferred format:

Full documentation for the data formats is available at pldb.io/csv.html

πŸš€ Local Development

Get started with local development:

# Clone the repository
git clone https://github.com/breck7/pldb
cd pldb

# First-time setup
npm i -g cloc
npm install .

# (Optional) Run tests
npm run test

# Build the site
npm run build

# Before committing changes
npm run format

πŸ“ Repository Structure

The most important components of the repository:

  • concepts/: Contains the ScrollSet (individual files for each concept)
  • code/measures.parsers: Contains the Parsers (schema) for the ScrollSet
  • View detailed language statistics at pldb.io/pages/about.html

πŸ† Rankings

PLDB includes a sophisticated ranking system for programming languages based on five key metrics:

  • Number of estimated users
  • Foundation score (languages built using this language)
  • Estimated job opportunities
  • Language influence
  • Available measurements

Learn more about the ranking algorithm at pldb.io/pages/the-rankings-algorithm.html

πŸ“œ Version History

Latest major releases:

  • 9.0.0 (May 2024): Migrated to Scroll 84
  • 8.0.0 (March 2023): Upgraded to TrueBase 9
  • See Release Notes for complete history

🀝 Contributing

Contributions are welcome! PLDB is designed for two main audiences:

  1. Programming Language Creators: Use our organized data to make informed design decisions
  2. Programming Language Users: Get data-driven insights about the programming language ecosystem

πŸ“š Resources

πŸ“– Citation

This project is dedicated to the public domain. When using PLDB, we appreciate attribution but it's not required. All sources are listed at pldb.io/pages/acknowledgements.html.

🌐 Mirrors

The primary site is hosted at pldb.io via ScrollHub. For offline access or redundancy, you can clone the repository and build locally:

git clone https://github.com/breck7/pldb.git
cd pldb
git pull  # To keep updated