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

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

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

22 个仓库

Awesome GitHub RepositoriesFunction Invocation Mechanics

Focuses on the syntax and environment rules for passing data to functions and managing their execution scope.

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

Awesome Function Invocation Mechanics GitHub Repositories

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

    kamranahmedse/developer-roadmap

    357,434在 GitHub 上查看↗

    Developer Roadmap 是一个社区驱动的平台,提供结构化的、基于图谱的软件工程学习路径。它作为一个综合知识仓库,将技术领域组织成可视化序列,以指导专业技能获取和职业成长。 该项目通过协作生态系统脱颖而出,使用户能够贡献路线图、策划行业最佳实践并维护个人职业档案。它集成了诊断评估框架来评估技术熟练度,帮助开发者识别知识缺口,并通过有针对性的学习序列为专业面试做准备。 除了核心映射能力外,该平台还提供实用的项目创意和交互式辅导,以巩固工程概念。它为社区提供了一个共享资源、跟踪技能进步和导航复杂技术领域的中心化空间。

    Accepts a flexible number of positional or keyword arguments in functions using special operators to simplify interface design.

    TypeScriptangular-roadmapbackend-roadmapblockchain-roadmap
    在 GitHub 上查看↗357,434
  • n8n-io/n8nn8n-io 的头像

    n8n-io/n8n

    192,772在 GitHub 上查看↗

    n8n is a workflow automation platform that combines a visual interface with code-based extensibility to design, orchestrate, and manage automated processes. It provides a comprehensive suite of tools for data transformation, filtering, and storage, allowing users to build complex logic through conditional branching, looping, and sub-workflow execution. The platform supports both pre-built integration nodes and custom code execution in JavaScript or Python, enabling connectivity with a wide range of external services and APIs. The platform includes a suite of generative AI capabilities, such a

    Maintains comprehensive execution metadata, including stack traces and variable scopes, to assist in debugging and error recovery.

    TypeScriptaiapisautomation
    在 GitHub 上查看↗192,772
  • getify/you-dont-know-jsgetify 的头像

    getify/You-Dont-Know-JS

    184,530在 GitHub 上查看↗

    本项目是一套全面的教育系列,旨在提供对 JavaScript 编程语言的深入技术理解。它作为一套多卷课程,引导开发者掌握定义该语言底层运行机制的核心原理、执行模型和规范。 该课程的独特之处在于专注于语言的内部架构,而非表层的语法。它对词法作用域、基于闭包的状态封装、基于原型的继承以及事件循环机制等复杂主题进行了严谨的分析。通过探索引擎如何管理执行上下文和变量环境,该系列使开发者能够更具预见性地驾驭动态类型系统和隐式强制转换的细微差别。 课程内容涵盖了语言基础的全谱系,包括面向对象模式、异步执行流以及管理数据转换的语法规则。这些资源旨在帮助从业者从基础用法过渡到精通语言内部原理,最终支持开发出更易于维护且高效的软件。内容以一系列技术手册和概念指南的形式提供,适合系统性学习。

    Tracks the creation of variable environments and binding references during the lifecycle of nested function calls.

    asyncbookbook-series
    在 GitHub 上查看↗184,530
  • langchain-ai/langchainlangchain-ai 的头像

    langchain-ai/langchain

    139,458在 GitHub 上查看↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing

    Tracks conversation history and intermediate results by managing mutable data throughout an execution lifecycle.

    Pythonagentsaiai-agents
    在 GitHub 上查看↗139,458
  • leonardomso/33-js-conceptsleonardomso 的头像

    leonardomso/33-js-concepts

    66,467在 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-loop-based concurrency, alongside advanced topics like JIT-compiled execution and memory management. The repository distinguishes itself by offering deep-dive technical guides that bridge the gap between abstract language concepts and practical browser implementation. It features

    Analyzes how execution contexts and the keyword identifying the current object function during program execution.

    JavaScriptangularconceptses6
    在 GitHub 上查看↗66,467
  • typst/typsttypst 的头像

    typst/typst

    54,320在 GitHub 上查看↗

    Typst is a programmable, markup-based typesetting engine designed for professional document creation. It functions as a scriptable publishing toolchain that transforms plain text and code into complex, paginated outputs. By utilizing a high-performance compiler, the system automates document assembly, mathematical rendering, and dynamic content generation, providing a unified workflow for academic and technical authoring. The engine distinguishes itself through a declarative layout framework that uses cascading rules to manage document structure and visual styling. Unlike traditional systems,

    Expands arrays, dictionaries, or captured objects into function calls to pass multiple values as individual parameters dynamically.

    Rustcompilermarkuptypesetting
    在 GitHub 上查看↗54,320
  • mbeaudru/modern-js-cheatsheetmbeaudru 的头像

    mbeaudru/modern-js-cheatsheet

    25,637在 GitHub 上查看↗

    This project is a curated reference guide and cheatsheet for modern JavaScript development. It provides a collection of syntax and patterns covering ECMAScript standards, specifically focusing on contemporary language features from ES6 and later. The resource offers specialized guides on asynchronous JavaScript, functional programming patterns, and object-oriented design. It details the use of promises and async/await syntax for non-blocking operations, as well as the application of map, filter, and reduce for data transformation. The guide covers a broad range of language fundamentals, incl

    Explains how execution contexts manage variable scope and the binding of the this keyword.

    在 GitHub 上查看↗25,637
  • crystal-lang/crystalcrystal-lang 的头像

    crystal-lang/crystal

    20,299在 GitHub 上查看↗

    Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor

    Executes stored function pointers by calling them with the required number and type of arguments.

    Crystalcompilercrystalcrystal-language
    在 GitHub 上查看↗20,299
  • trekhleb/learn-pythontrekhleb 的头像

    trekhleb/learn-python

    18,058在 GitHub 上查看↗

    This project is an educational resource designed for learning the Python programming language. It serves as a tutorial repository and programming guide, providing a collection of annotated scripts, code examples, and cheatsheets to help users master syntax and core fundamentals. The resource focuses on moving from basic language syntax to advanced implementation, with a particular emphasis on object-oriented programming, the use of the Python standard library, and scripting automation for business workflows. The content covers a broad range of programming capabilities, including control flow

    Explains how to use args and *kwargs to handle a variable number of function arguments.

    Pythonlearninglearning-by-doinglearning-python
    在 GitHub 上查看↗18,058
  • sass/sasssass 的头像

    sass/sass

    15,373在 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

    Executes mixins or functions dynamically by passing their references and arguments.

    TypeScript
    在 GitHub 上查看↗15,373
  • kriskowal/qkriskowal 的头像

    kriskowal/q

    15,030在 GitHub 上查看↗

    q is a JavaScript promise library and asynchronous flow controller designed to manage non-blocking operations. It serves as a system for coordinating parallel tasks and sequencing asynchronous workflows through task chaining and error propagation. The library distinguishes itself with specialized debugging tools that capture long stack traces across asynchronous jumps and monitor unhandled rejections to prevent silent failures. It also functions as a remote object proxy, forwarding method calls to remote targets and routing responses back through promises. The project provides comprehensive

    Passes an array of fulfillment values as individual arguments to a handler function.

    JavaScript
    在 GitHub 上查看↗15,030
  • flextool/flexFLEXTool 的头像

    FLEXTool/FLEX

    14,584在 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
    在 GitHub 上查看↗14,584
  • drksephy/es6-cheatsheetDrkSephy 的头像

    DrkSephy/es6-cheatsheet

    13,327在 GitHub 上查看↗

    This project is a JavaScript ES6 reference guide and syntax cheatsheet. It serves as an ECMAScript language guide providing technical examples and a curated list of tips for implementing modern JavaScript patterns. The guide covers a wide range of language features, including the use of classes for object blueprints, module systems for code organization, and arrow functions to preserve execution context. It provides instructions on utilizing block-scoped variables, template literals for string interpolation, and destructuring for nested data extraction. The reference also addresses asynchron

    Explains the use of arrow functions to maintain lexical execution contexts without manual binding.

    JavaScript
    在 GitHub 上查看↗13,327
  • googleapis/genai-toolboxgoogleapis 的头像

    googleapis/genai-toolbox

    13,041在 GitHub 上查看↗

    The GenAI Toolbox is a framework designed to integrate large language models with structured databases, enabling autonomous data analysis and information retrieval. It functions as an agentic orchestrator that translates natural language prompts into executable database queries, allowing users to interact with complex data sources through conversational interfaces. The system distinguishes itself by utilizing schema-driven metadata serialization, which maps database structures into formats that language models can interpret to perform autonomous reasoning. By maintaining stateful conversation

    Maps natural language requests to executable functions using predefined tool schemas.

    Goagentagentsai
    在 GitHub 上查看↗13,041
  • greatfrontend/top-javascript-interview-questionsgreatfrontend 的头像

    greatfrontend/top-javascript-interview-questions

    9,685在 GitHub 上查看↗

    This project is a technical interview preparation resource focused on JavaScript. It provides a collection of common technical questions, detailed answers, and conceptual quizzes designed to help users master core language fundamentals and browser APIs. The resource utilizes an interactive infrastructure that includes a coding workspace with in-browser runtime execution and an automated test suite to validate code correctness. It organizes content through curated learning paths and modular concept mapping to decompose complex language fundamentals into searchable study modules. The curriculu

    Analyzes how execution contexts determine the behavior of the this keyword across different scopes.

    MDXfront-end-developmentinterviewsjavascript
    在 GitHub 上查看↗9,685
  • google/traceur-compilergoogle 的头像

    google/traceur-compiler

    8,164在 GitHub 上查看↗

    Traceur is a JavaScript syntax transpiler that transforms modern and next-generation language features into compatible versions for older runtime environments. It functions as a compiler that translates proposed language standards and upcoming syntax into current versions to maintain cross-engine compatibility. The project operates as an asynchronous code transformer, converting async functions and generators into promise-based state machines. It includes a functional tail-call optimizer that wraps recursive functions in trampolines to prevent stack overflows and an ECMAScript polyfill engine

    Translates rest parameters and spread operators to handle variable argument passing as arrays.

    JavaScript
    在 GitHub 上查看↗8,164
  • c3lang/c3cc3lang 的头像

    c3lang/c3c

    5,147在 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
    在 GitHub 上查看↗5,147
  • bevacqua/es6bevacqua 的头像

    bevacqua/es6

    4,295在 GitHub 上查看↗

    This project is an ECMAScript 2015 reference guide and JavaScript language cheat sheet. It provides a concise summary of the language specifications, syntax updates, and new features introduced in the 2015 standard. The guide serves as a technical overview of modern language patterns used to manage modular code structures and asynchronous operations. It functions as a reference for implementing current coding standards and studying core updates to the language. The content covers a wide range of capabilities, including asynchronous programming, object modeling, and module management. It deta

    Details the use of the spread operator to expand arrays into function parameters.

    deep-divees6javascript
    在 GitHub 上查看↗4,295
  • doodlewind/jshistory-cndoodlewind 的头像

    doodlewind/jshistory-cn

    4,234在 GitHub 上查看↗

    该项目是一部翻译后的历史编年史和编程语言参考,记录了 JavaScript 二十多年来的技术演进和标准化过程。它作为一个软件工程档案,追踪语言草案版本以及各标准机构对语言发展的影响。 该仓库提供了对全面历史的中文翻译,分析了生态系统中的社会政治和技术里程碑。它映射了语言里程碑并记录了官方规范的发展,以提供关于语言如何演变的背景信息。 文档涵盖了核心语言概念,包括异步流、对象模型和内存管理。它还包括行业贡献者目录以及技术术语和架构模式的词汇表。

    Describes the handling of variable-length arguments through the arguments object and rest parameters.

    TypeScriptactionscriptbookbrowser
    在 GitHub 上查看↗4,234
  • javascript-tutorial/ru.javascript.infojavascript-tutorial 的头像

    javascript-tutorial/ru.javascript.info

    4,057在 GitHub 上查看↗

    该项目是一个全面的 JavaScript 编程教程和前端 Web 开发课程。它作为一个结构化的教育资源,用于学习 JavaScript 语言,涵盖从基础语法到高级异步模式和现代编程技术的各个方面。 该资源作为一个前端工程教科书和 CSS 布局指南,提供有关构建响应式用户界面的详细教学材料。它涵盖了自定义 Web 组件的设计,以及应用样式和定位以创建有效的前端界面。 该课程包含几个核心能力领域,包括文档对象模型(DOM)的操作、用于网络请求和二进制数据处理的 Web API 集成,以及本地浏览器数据存储的管理。它还提供有关变量作用域、函数上下文和正则表达式等语言基础的指导。 内容以基于 Markdown 的静态站点形式交付,其中结构化文件被转换为静态 HTML 页面。

    Covers language mechanisms for handling flexible function arguments, including rest parameters and spread syntax.

    HTMLjavascriptrussiantutorial
    在 GitHub 上查看↗4,057
上一个12下一个
  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Language Features
  5. Function Invocation Mechanics

探索子标签

  • Argument Handling1 个子标签Mechanisms for bundling positional and named values into objects for use in function calls.
  • Argument SpreadingTechniques for expanding collections or argument objects into individual parameters during function invocation.
  • Dynamic Function Invocation1 个子标签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.
  • Execution Contexts1 个子标签Environments that track variable scope, mutable data, and execution metadata during the lifecycle of a program.
  • Mixin and Function InvocationDynamic execution of stylesheet mixins and functions using references and arguments. **Distinct from Function Invocation Mechanics:** Distinct from Function Invocation Mechanics: focuses on stylesheet-specific mixin invocation.