awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sbinet avatar

sbinet/go-pythonArchived

0
View on GitHub↗
1,540 stars·140 forks·Go·1 vue

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.

Historique des stars

Graphique de l'historique des stars pour sbinet/go-pythonGraphique de l'historique des stars pour sbinet/go-python

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait sbinet/go-python ?

naive go bindings to the CPython2 C-API

Quelles sont les fonctionnalités principales de sbinet/go-python ?

Les fonctionnalités principales de sbinet/go-python sont : Embedded Scripting, Scripting Languages.

Quelles sont les alternatives open-source à sbinet/go-python ?

Les alternatives open-source à sbinet/go-python incluent : 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).

Alternatives open source à Go Python

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Go Python.
  • aarzilli/goluaAvatar de aarzilli

    aarzilli/golua

    700Voir sur GitHub↗

    Go bindings for Lua C API - in progress

    C
    Voir sur GitHub↗700
  • alexeyco/binderAvatar de alexeyco

    alexeyco/binder

    80Voir sur GitHub↗

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

    Gogogolanglua
    Voir sur GitHub↗80
  • antonmedv/exprAvatar de antonmedv

    antonmedv/expr

    7,905Voir sur 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
    Voir sur GitHub↗7,905
  • d5/tengoAvatar de d5

    d5/tengo

    3,821Voir sur 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
    Voir sur GitHub↗3,821
Voir les 28 alternatives à Go Python→