Code Monkey home page Code Monkey logo

pldb's Introduction

The Programming Language Database

PLDB is a public domain database and blog containing over 100,000 facts about over 4,000 programming languages.

This repo contains the entire database, blog, and code for https://pldb.com.

To analyze the data

The PLDB database is freely available:

// npm install pldb
console.log(require("pldb").javascript.appeared)

Documentation for the columns is available here: https://pldb.com/docs/columns.html.

To add a new language

Easy method: https://edit.pldb.com/create

Advanced method: Create a new file in database/things with a unique URL friendly filename ending in .pldb and send a pull request.

To update a language

Easy method: https://edit.pldb.com/

Advanced method: Edit the corresponding database/things/*.pldb file and send a pull request.

To build the full site locally

git clone https://github.com/breck7/pldb
cd pldb
npm install .
npm run build
open pldb.local/index.html

To explore this repo

The most important folder is database/things/, which contains a file for each entity. The folder database/grammar/ contains the grammar files (schema) for the database.

The blog content is in the blog folder.

The code folder contains importer scripts and other code for the database and site.

To cite PLDB

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.com
Breck Yunits et al. (2022) - "The Programming Language Database". Retrieved from: 'https://pldb.com' [Online Resource]
@article{pldb,
  author = {Breck Yunits et al.},
  title = {The Programming Language Database},
  journal = {PLDB},
  year = {2022},
  note = {https://pldb.com}
 }

All sources for PLDB can be found here: https://pldb.com/pages/acknowledgements.html

pldb's People

Contributors

breck7 avatar codelani avatar pldbbot avatar pavelvozenilek avatar rtfeldman avatar lguzzon avatar celtic-coder avatar josevalim avatar johnwcowan avatar cyberneticist-uk avatar superfola avatar yang724687930 avatar cgccuser avatar zsarge avatar wilfred avatar syuparn avatar stevepeak avatar akkartik avatar stonecypher avatar jochenleidner avatar jstrattonsmith avatar jenshaase avatar hherman1 avatar adityaxdiwakar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.