awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesDynamic Function Invocation

Execution of stylesheet functions by reference to enable higher-order logic and programmatic style generation.

Distinct from Function Invocation Mechanics: Distinct from Function Invocation Mechanics: focuses on passing functions as values within a stylesheet context.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Dynamic Function Invocation. Refine with filters or upvote what's useful.

Awesome Dynamic Function Invocation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • sass/sassAvatar sass

    sass/sass

    15,373Vezi pe GitHub↗

    Sass is a stylesheet compilation engine and CSS preprocessor that extends standard CSS with variables, nested rules, mixins, and functions. It functions as a comprehensive design system tool, enabling developers to organize complex stylesheets into modular, reusable components while automating the transformation of advanced syntax into browser-compatible CSS. The project distinguishes itself through its sophisticated build automation and language-level extensibility. It provides robust support for programmatic style generation, including conditional logic, iterative loops, and unit-aware math

    Passes function references to callers to execute logic programmatically.

    TypeScript
    Vezi pe GitHub↗15,373
  • flextool/flexAvatar FLEXTool

    FLEXTool/FLEX

    14,584Vezi pe GitHub↗

    FLEX is a diagnostic framework designed for the inspection and modification of mobile applications during active execution. It provides a suite of tools that allow developers to explore the internal state of a running process, including its memory, class definitions, and object properties, without requiring a recompilation of the source code. The tool distinguishes itself by enabling real-time interaction with the application environment. It facilitates dynamic user interface prototyping by allowing for the traversal and modification of visual hierarchies, as well as the direct manipulation o

    Enables the execution of arbitrary class methods and code on live objects by dynamically resolving selectors at runtime.

    Objective-C
    Vezi pe GitHub↗14,584
  • c3lang/c3cAvatar c3lang

    c3lang/c3c

    5,147Vezi pe GitHub↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    C3 retrieves a reference to a dynamic function using a string identifier at runtime.

    C3c3compilerlanguage
    Vezi pe GitHub↗5,147
  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Language Features
  5. Function Invocation Mechanics
  6. Dynamic Function Invocation

Explorează sub-etichetele

  • Name-Based LookupsRetrieving function references using string identifiers at runtime. **Distinct from Dynamic Function Invocation:** Distinct from generic dynamic invocation by specifying the use of string identifiers for the lookup process.