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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • sass/sassAvatar de sass

    sass/sass

    15,373Voir sur 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
    Voir sur GitHub↗15,373
  • flextool/flexAvatar de FLEXTool

    FLEXTool/FLEX

    14,584Voir sur 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
    Voir sur GitHub↗14,584
  • c3lang/c3cAvatar de c3lang

    c3lang/c3c

    5,147Voir sur 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
    Voir sur 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

Explorer les sous-tags

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