awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesChained Compound Assignments

Updates a variable's value using a shorthand that combines an operator with an assignment in a single expression, supporting chaining.

Distinct from Compound Assignment Operators: Distinct from Compound Assignment Operators: focuses on the chaining of compound assignments in a single expression, not just the operator definition.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Chained Compound Assignments. Refine with filters or upvote what's useful.

Awesome Chained Compound Assignments GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rockstarlang/rockstarRockstarLang 的头像

    RockstarLang/rockstar

    6,882在 GitHub 上查看↗

    Rockstar is an esoteric programming language whose syntax is inspired by 1980s hard rock and heavy metal lyrics, making programs read like song lyrics. It uses poetic number literals, where the length of each word in a phrase is parsed as a decimal digit to initialize numeric variables, and pronoun-based variable references, where words like "it" and "they" resolve to the most recently assigned or compared variable at runtime. The language can be compiled to WebAssembly and run inside a web page for in-browser code execution. The language distinguishes itself through a lyric-driven parsing sy

    Supports chaining compound assignments like += in a single expression for concise variable updates.

    JavaScript
    在 GitHub 上查看↗6,882
  • rhaiscript/rhairhaiscript 的头像

    rhaiscript/rhai

    5,453在 GitHub 上查看↗

    Rhai is an embedded scripting engine and dynamically typed language designed for integration into Rust applications. It functions as an abstract syntax tree compiler and native interop layer, allowing developers to map Rust types and functions into a scripting environment for bidirectional communication. The project serves as a framework for creating customizable domain-specific languages. It allows for the definition of custom operators, syntax, and restricted execution environments, enabling the creation of specialized languages with tailored functional sets. The engine covers a broad rang

    Provides shorthand operators that combine binary operations with assignment in a single expression.

    Rustembeddedembedded-scripting-languageno-std
    在 GitHub 上查看↗5,453
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Extensibility
  5. Plugin Architectures
  6. Developer Authoring Interfaces
  7. Custom Module Implementations
  8. Operator Overloading
  9. Compound Assignment Operators
  10. Chained Compound Assignments