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

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

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

sbinet/go-pythonArchived

0
View on GitHub↗
1,540 星标·140 分支·Go·3 次浏览

Go Python

naive go bindings to the CPython2 C-API

Features

  • Embedded Scripting - Go interface for the CPython C-API.
  • Scripting Languages - CPython C-API interface for Go.

Star 历史

sbinet/go-python 的 Star 历史图表sbinet/go-python 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Go Python 的开源替代方案

相似的开源项目,按与 Go Python 的功能重合度排序。
  • aarzilli/goluaaarzilli 的头像

    aarzilli/golua

    700在 GitHub 上查看↗

    Go bindings for Lua C API - in progress

    C
    在 GitHub 上查看↗700
  • 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
查看 Go Python 的所有 28 个替代方案→

常见问题解答

sbinet/go-python 是做什么的?

naive go bindings to the CPython2 C-API

sbinet/go-python 的主要功能有哪些?

sbinet/go-python 的主要功能包括:Embedded Scripting, Scripting Languages。

sbinet/go-python 有哪些开源替代品?

sbinet/go-python 的开源替代品包括: aarzilli/golua — Go bindings for Lua C API - in progress. deuill/go-php — PHP bindings for the Go programming language (Golang). 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… alexeyco/binder — High level go to Lua binder. Write less, do more. gentee/gentee — Gentee - script programming language for automation. It uses VM and compiler written in Go (Golang).