awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms

4 repos

Awesome GitHub RepositoriesLanguage Specifications and Standards

Formal definitions, evolution roadmaps, and compliance standards that govern how a language is structured and maintained.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · Language Specifications and Standards. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Language Specifications and Standards

Awesome Language Specifications and Standards GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • golang/go

    golang/go

    132,649GitHubView on GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external

    Gogogolanglanguage
  • python/cpython

    python/cpython

    71,643GitHubView on GitHub↗

    CPython is the primary, community-maintained reference implementation of the Python programming language. It functions as a high-level, interpreted execution environment that compiles source code into platform-independent bytecode for processing by a stack-based virtual machine. The runtime manages memory through a com

    Python
  • leonardomso/33-js-concepts

    leonardomso/33-js-concepts

    66,252GitHubView on GitHub↗

    This project is a comprehensive educational repository designed to help developers master the core mechanics, runtime behaviors, and browser-native capabilities of the JavaScript language. It provides a structured knowledge base that covers fundamental language features, such as prototype-based inheritance and event-lo

    JavaScriptangularconceptses6
  • golang-standards/project-layout

    golang-standards/project-layout

    55,386GitHubView on GitHub↗

    This project provides a standardized directory layout pattern that establishes a predictable structure for organizing source code, configuration files, and documentation. It serves as a community-driven framework designed to improve project maintainability, simplify developer onboarding, and ensure consistency across l

    Makefilegogolangproject-structure

Explore sub-tags

  • Language Evolution1 sub-tagResources documenting the lifecycle of language features, including the deprecation of older interfaces and APIs.
  • Language References1 sub-tagDocumentation and guides detailing the standard library methods and core functionality provided by a programming language.
  • Language Specifications2 sub-tagsFormal documents and established conventions that define the syntax, behavior, and implementation standards for a programming language.