npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

pldb

v12.0.0

Published

PLDB: a Programming Language Database

Downloads

75

Readme

PLDB: A Programming Language Database

View this README as HTML

PLDB is a public domain ScrollSet and website, compiling over 135,000 facts about 4,000+ programming languages. This repository hosts the entire ScrollSet, codebase, and website for https://pldb.io.


📂 Downloading the Data

The PLDB data is available in popular formats, with full documentation:


📜 Contributing

Adding a New Language

Local Method

  1. Clone the repository.
  2. Create a new .scroll file in concepts/ (e.g., concepts/[newId].scroll).
  3. Use the Designer for autocomplete support.
  4. Submit a pull request.

Web Method

  1. Fork this repository.
  2. Visit: https://github.com/[yourGithubUserName]/pldb/new/main/concepts
  3. Use the Designer.
  4. Submit a pull request.

Updating a Language

Click the edit button on the top right of a page and edit the language.

Adding a New Measure

Modify code/measures.parsers and add at least one measurement in a concepts file, then submit a pull request.


🚀 Building the Site Locally

git clone https://github.com/breck7/pldb
cd pldb
# Install dependencies (initial setup)
npm i -g cloc
npm install .
# Run tests (optional)
npm run test
# Build the site
npm run build
# Format changes before committing
npm run format

🔍 Repository Structure

  • concepts: Contains the ScrollSet with one file per language/concept.
  • code/measures.parsers: Defines the schema for measurements in the ScrollSet.
  • Language Stats: See detailed language statistics at PLDB Stats.

📄 Citation

All sources for PLDB are listed on the Acknowledgements page.


💬 About PLDB

PLDB is a comprehensive database on programming languages for:

  1. Programming Language Creators: Discover data-driven insights to enhance language design by referencing historical data from thousands of languages.
  2. Programming Language Users: Gain a strategic perspective on the programming language landscape to advance projects and career goals.

Get Involved | GitHub Repository

Acknowledgements

PLDB is powered by many contributors and various open-source projects. Thank you to all! Full list on the Acknowledgements page.

Rankings Algorithm

PLDB ranks languages based on a composite score from five broad categories. The ranking algorithm details can be explored in The Rankings Algorithm.


📝 Release Notes

See major updates and breaking changes in the Release Notes.


History

Originally launched by Breck Yunits in 2017.