Coder Social home page Coder Social logo

scottdorman / languagespecs.info Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 2.15 MB

The easiest way to find the formal language specification for your favorite programming language.

Home Page: https://www.languagespecs.info/

License: Other

JavaScript 4.31% CSS 72.75% HTML 10.69% Ruby 12.26%
language-specs

languagespecs.info's Introduction

language-specs.info

This repository holds the web application code and data for the Language Specs website.

Background

As part of Microsoft's announcement of the language strategy for C#, VB, and F#, the language specs for C# and VB were made public in GitHub repositories.

This is actually really important for the language design process but it also allows anyone outside of Microsoft who is interested in reading (or even contributing to) the language specification to participate.

With that in mind, the Language Specs website was created. This is your "one stop shop" for finding the language specs of your favorite programming language. The specs themselves aren't hosted here, that's still up to the individual language maintainers. Rather, this is, at it's heart, a collection of links to the official language spec for the respective language.

Contributing

If you see something wrong with the site, need to correct the information about a spec, or want to add a spec that's missing, or want to contribute in some other way, simply fork the repo and submit a pull request or submit an issue.

Maintaining language spec data

All of the language spec data is in the specs.json file. The format for a given language spec is

{
    "title": "C#",
    "icon": "icon-prog-csharp",
    "logo": "typescript.jpg",
    "specUrl": "https://github.com/dotnet/csharplang"
}

The icon property is the name of the font icon in the Pictonic Free set, if there is one available. If a font icon isn't available, the logo property should be used instead. This property is the name (with extension) of the appropriate logo image for the programming language, which should be located in the images subfolder. If both an icon and a logo are provided, the logo will be used. Images should be 60x60 if possible, but any image will end up being resized to 60x60 pixels.

The title is the text that will appear below the icon (or logo) and the specUrl is the actual URL to the official spec.

Creators

Copyright and license

Code and documentation copyright 2017 Scott Dorman.

languagespecs.info's People

Contributors

dependabot[bot] avatar scottdorman avatar

Stargazers

 avatar

Watchers

 avatar  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.