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
·
Shopify avatar

Shopify/go-lua

0
View on GitHub↗
3,443 estrellas·210 forks·Go·MIT·5 vistas

Go Lua

A Lua VM in Go

Features

  • Compilers and Interpreters - Lua virtual machine in pure Go.
  • Embedded Scripting - Lua 5.2 VM interface for Go.
  • Scripting - Lua VM port for Go.
  • Scripting Languages - Pure Go interface for Lua 5.2.

Historial de estrellas

Gráfico del historial de estrellas de shopify/go-luaGráfico del historial de estrellas de shopify/go-lua

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.

Start searching with AI

Preguntas frecuentes

¿Qué hace shopify/go-lua?

A Lua VM in Go

¿Cuáles son las características principales de shopify/go-lua?

Las características principales de shopify/go-lua son: Compilers and Interpreters, Embedded Scripting, Scripting, Scripting Languages.

¿Qué alternativas de código abierto existen para shopify/go-lua?

Las alternativas de código abierto para shopify/go-lua incluyen: d5/tengo — Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts… paesslerag/gval — Expression evaluation in golang. mattn/anko — Scriptable interpreter written in golang. 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… yuin/gopher-lua — Gopher-lua is a complete implementation of the Lua language and its standard libraries written natively in Go. It…

Alternativas open-source a Go Lua

Proyectos open-source similares, clasificados según cuántas características comparten con Go Lua.
  • 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
  • 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
  • mattn/ankoAvatar de mattn

    mattn/anko

    1,572Ver en GitHub↗

    Scriptable interpreter written in golang

    Gogoprogramming-language
    Ver en GitHub↗1,572
  • Ver las 30 alternativas a Go Lua→