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

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

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

PuerkitoBio/agora

0
View on GitHub↗
0 星标·0 分支·3 次浏览

Agora

Features

  • Embedded Scripting - Dynamically typed, embeddable programming language.

Star 历史

puerkitobio/agora 的 Star 历史图表puerkitobio/agora 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Agora 的开源替代方案

相似的开源项目,按与 Agora 的功能重合度排序。
  • alexeyco/binderalexeyco 的头像

    alexeyco/binder

    80在 GitHub 上查看↗

    High level go to Lua binder. Write less, do more.

    Gogogolanglua
    在 GitHub 上查看↗80
  • antonmedv/exprantonmedv 的头像

    antonmedv/expr

    7,905在 GitHub 上查看↗

    Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic rule engine that parses and executes custom logic and data validations at runtime without requiring the application to be recompiled. The system utilizes a sandboxed logic executor to run expressions without side effects. It ensures program termination by employing instruction-level loop detection to prevent infinite loops and isolates the evaluation process from the host system. The engine employs a bytecode-based virtual machine and abstract syntax tree analysis to achieve ex

    Go
    在 GitHub 上查看↗7,905
  • d5/tengod5 的头像

    d5/tengo

    3,821在 GitHub 上查看↗

    Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts without requiring the host binary to be recompiled. It operates as a bytecode-compiled virtual machine, transforming source code into a compact intermediate representation for execution on a stack-based engine. The system is designed as a secure scripting sandbox, enforcing strict limits on memory allocation and execution time to safely run untrusted code. It supports concurrent script execution by cloning compiled bytecode and using recursive immutability conversion to share

    Go
    在 GitHub 上查看↗3,821
  • aarzilli/goluaaarzilli 的头像

    aarzilli/golua

    700在 GitHub 上查看↗

    Go bindings for Lua C API - in progress

    C
    在 GitHub 上查看↗700
查看 Agora 的所有 14 个替代方案→

常见问题解答

puerkitobio/agora 的主要功能有哪些?

puerkitobio/agora 的主要功能包括:Embedded Scripting。

puerkitobio/agora 有哪些开源替代品?

puerkitobio/agora 的开源替代品包括: alexeyco/binder — High level go to Lua binder. Write less, do more. antonmedv/expr — Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic… d5/tengo — Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts… deuill/go-php — PHP bindings for the Go programming language (Golang). gentee/gentee — Gentee - script programming language for automation. It uses VM and compiler written in Go (Golang). aarzilli/golua — Go bindings for Lua C API - in progress.