awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Value Aliasing · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesValue Aliasing

Mechanisms for creating alternative names for existing types or values.

Distinguishing note: Focuses on naming abstractions rather than variable assignment.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Value Aliasing. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Value Aliasing

Awesome Value Aliasing GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • carbon-language/carbon-lang

    carbon-language/carbon-lang

    33,637View on GitHub↗

    Carbon is an experimental, compiled systems programming language designed as a successor to C++. It focuses on providing a high-performance environment for modern software development while prioritizing memory safety and expressive generic programming. The language is built to support performance-critical engineering, allowing for precise control over memory layout and execution flow. A primary differentiator of the project is its bidirectional interoperability with existing C++ codebases. This allows developers to call functions and share data between languages without manual wrappers, facil

    Allows declaring new names for existing values or types to simplify complex references.

    C++carbon-langcompilercpp
    33,637View on GitHub↗