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

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

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

2 个仓库

Awesome GitHub RepositoriesInteractive Function Execution

Capabilities for invoking loaded functions by name via an interactive prompt or REPL.

Distinct from Internal Function Invocation: None of the candidates cover high-level interactive invocation via prompt/tab-completion; they focus on memory manipulation or API endpoints.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Interactive Function Execution. Refine with filters or upvote what's useful.

Awesome Interactive Function Execution GitHub Repositories

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

    adambard/learnxinyminutes-docs

    12,287在 GitHub 上查看↗

    This project is a collection of programming language references and syntax cheat sheets designed for rapid developer onboarding. It serves as a library of code-based documentation that uses valid source code files to provide whirlwind tours of various language specifications. The project focuses on programming language learning by providing concise, commented code examples that explain core features and syntax in place. This approach enables developers to quickly grasp language-specific patterns, data types, and execution flow through a consistent reference format. The content covers a broad

    Demonstrates how to interactively execute functions and test logic using a command-line interface.

    Markdown
    在 GitHub 上查看↗12,287
  • coq/coqcoq 的头像

    coq/coq

    5,488在 GitHub 上查看↗

    Coq 是一个交互式定理证明器和证明助手,用于形式化数学验证和经过验证的软件开发。它利用 Gallina 函数式语言来定义可计算函数和逻辑命题,然后通过机器检查的内核进行验证。 该系统采用依赖类型系统和 Caldicott 风格的证明引擎来自动化证明搜索和策略执行。这些功能允许创建形式化规范,并开发在数学上被证明满足特定要求的算法。 该工具集包括对归纳类型定义、良基递归和各种实数表示的支持。它提供了一个翻译系统,将形式化规范导出为外部编程语言的可执行源代码,并支持原生代码编译以加速计算。 该环境与代码编辑器和 IDE 集成,提供自动化的环境设置和用于附加库的外部包管理。

    Includes an interactive tool for evaluating functions and expressions within the prover to verify computational results.

    OCaml
    在 GitHub 上查看↗5,488
  1. Home
  2. Programming Languages & Runtimes
  3. Interactive Function Execution