awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to sbinet/go-python

Open-source alternatives to Go Python

28 open-source projects similar to sbinet/go-python, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Go Python alternative.

  • yuin/gopher-luaAvatar de yuin

    yuin/gopher-lua

    6,933Ver en GitHub↗

    Gopher-lua is a complete implementation of the Lua language and its standard libraries written natively in Go. It serves as an embedded scripting engine and virtual machine that allows Go applications to execute Lua scripts and exchange data between the host and the script environment. The project provides a bytecode compiler to transform source code into a binary format for faster execution. It enables deep integration between the two languages by allowing the registration of native Go functions to be called from scripts, and the invocation of script functions directly from Go. The engine c

    Gogogopher-lualua
    Ver en GitHub↗6,933
  • aarzilli/goluaAvatar de aarzilli

    aarzilli/golua

    700Ver en GitHub↗

    Go bindings for Lua C API - in progress

    C
    Ver en GitHub↗700
  • alexeyco/binderAvatar de alexeyco

    alexeyco/binder

    80Ver en GitHub↗

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

    Gogogolanglua
    Ver en GitHub↗80
  • antonmedv/exprAvatar de antonmedv

    antonmedv/expr

    7,905Ver en 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
    Ver en GitHub↗7,905

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • d5/tengoAvatar de d5

    d5/tengo

    3,821Ver en 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
    Ver en GitHub↗3,821
  • deuill/go-phpAvatar de deuill

    deuill/go-php

    944Ver en GitHub↗

    PHP bindings for the Go programming language (Golang)

    Go
    Ver en GitHub↗944
  • gentee/genteeAvatar de gentee

    gentee/gentee

    146Ver en GitHub↗

    Gentee - script programming language for automation. It uses VM and compiler written in Go (Golang).

    Goautomationcompilerembedded-language
    Ver en GitHub↗146
  • jcla1/gispAvatar de jcla1

    jcla1/gisp

    531Ver en GitHub↗

    Simple LISP in Go

    Go
    Ver en GitHub↗531
  • mattn/ankoAvatar de mattn

    mattn/anko

    1,572Ver en GitHub↗

    Scriptable interpreter written in golang

    Gogoprogramming-language
    Ver en GitHub↗1,572
  • olebedev/go-duktapeO

    olebedev/go-duktape

    0Ver en GitHub↗
    Ver en GitHub↗0
  • paesslerag/gvalAvatar de PaesslerAG

    PaesslerAG/gval

    811Ver en GitHub↗

    Expression evaluation in golang

    Go
    Ver en GitHub↗811
  • shopify/go-luaAvatar de Shopify

    Shopify/go-lua

    3,443Ver en GitHub↗

    A Lua VM in Go

    Go
    Ver en GitHub↗3,443
  • ian-kent/purlAvatar de ian-kent

    ian-kent/purl

    41Ver en GitHub↗

    Perl, but fluffy like a cat!

    Go
    Ver en GitHub↗41
  • ichiban/prologAvatar de ichiban

    ichiban/prolog

    725Ver en GitHub↗

    The only reasonable scripting engine for Go.

    Go
    Ver en GitHub↗725
  • 1set/starletAvatar de 1set

    1set/starlet

    44Ver en GitHub↗

    ✨ Yet another Go wrapper for Starlark that simplifies usage, offers data conversion and useful Starlark libraries

    Go
    Ver en GitHub↗44
  • krotik/ecalAvatar de krotik

    krotik/ecal

    45Ver en GitHub↗

    A simple embeddable scripting language which supports concurrent event processing.

    Godebuggingecaembeddable-scripting-language
    Ver en GitHub↗45
  • speedata/go-luaAvatar de speedata

    speedata/go-lua

    6Ver en GitHub↗

    A Lua VM in Go

    Go
    Ver en GitHub↗6
  • metacall/coreAvatar de metacall

    metacall/core

    1,760Ver en GitHub↗
    Cccppdocker
    Ver en GitHub↗1,760
  • tencent/xluaAvatar de Tencent

    Tencent/xLua

    10,101Ver en GitHub↗

    xLua is a scripting bridge and C++ wrapper used to embed the Lua language into host applications. It facilitates bidirectional data exchange and function calls between scripts and the host environment. The project includes a runtime patching tool for replacing application logic and fixing bugs without requiring a system restart. It features a coroutine orchestrator that wraps asynchronous operations into linear code and a script validator that verifies digital signatures to ensure code authenticity and integrity before execution. To minimize memory overhead and garbage collection, the system

    Ccsharpluaunity
    Ver en GitHub↗10,101
  • wa-lang/waAvatar de wa-lang

    wa-lang/wa

    1,769Ver en GitHub↗

    凹语言, The Wa Programming Language

    Go
    Ver en GitHub↗1,769
  • pangweiwei/sluaAvatar de pangweiwei

    pangweiwei/slua

    1,419Ver en GitHub↗

    Fastest lua binding via static code generating for Unity3D and mono.

    C
    Ver en GitHub↗1,419
  • db47h/ngaroAvatar de db47h

    db47h/ngaro

    30Ver en GitHub↗

    An embeddable implementation of the Ngaro Virtual Machine for Go programs

    Go
    Ver en GitHub↗30
  • puerkitobio/agoraP

    PuerkitoBio/agora

    0Ver en GitHub↗
    Ver en GitHub↗0
  • dop251/gojaAvatar de dop251

    dop251/goja

    6,914Ver en GitHub↗

    Goja is a JavaScript engine and ECMAScript compliant interpreter implemented entirely in Go. It serves as an embedded scripting engine that allows Go applications to execute JavaScript code and integrate a programmable scripting layer without relying on Cgo or external native dependencies. The project functions as a bridge between Go and JavaScript, enabling bidirectional data exchange and function invocation. It allows Go hosts to expose native structs, slices, and maps as JavaScript objects and arrays, while providing mechanisms to export script values and functions back into native Go type

    Go
    Ver en GitHub↗6,914
  • dunglas/frankenphpAvatar de dunglas

    dunglas/frankenphp

    11,156Ver en GitHub↗

    FrankenPHP is a high-performance application server and runtime for PHP. It functions as a web server that executes PHP scripts and delivers web content, incorporating a binary bundler to package applications and their dependencies into standalone executable files. The project integrates the PHP interpreter directly into the Caddy web server to provide automatic HTTPS and flexible site configuration. It features a worker mode runtime that keeps applications bootloaded in memory across requests to eliminate bootstrap overhead and increase throughput. Additionally, it serves as a communication

    Go
    Ver en GitHub↗11,156
  • robertkrimen/ottoAvatar de robertkrimen

    robertkrimen/otto

    8,439Ver en GitHub↗

    Otto is a Go implementation of a JavaScript interpreter and embedded scripting engine. It provides a runtime environment for executing JavaScript code within native applications and includes a parser that converts source code into an abstract syntax tree for analysis and processing. The project enables the creation of custom scripting interfaces by binding native Go functions into the JavaScript global scope. It also includes a utility to translate JavaScript regular expression patterns into compatible formats for other programming languages. The engine supports safe script sandboxing throug

    Go
    Ver en GitHub↗8,439
  • google/cel-goAvatar de google

    google/cel-go

    2,875Ver en GitHub↗

    cel-go is a Go implementation of the Common Expression Language, providing a type-safe engine for the evaluation of non-Turing complete, side-effect-free expressions. It functions as an embedded expression engine that converts human-readable strings into type-checked abstract syntax trees to ensure safe execution. The system utilizes a compile-once evaluate-many model, parsing and validating expressions into cached programs for repeated execution across different datasets. It further distinguishes itself as a partial state evaluator, using commutative logic to compute results and return resid

    Gocelexpressionexpression-evaluator
    Ver en GitHub↗2,875
  • google/starlark-goAvatar de google

    google/starlark-go

    2,712Ver en GitHub↗

    Starlark in Go: the Starlark configuration language, implemented in Go

    Go
    Ver en GitHub↗2,712