awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Shopify avatar

Shopify/go-lua

0
View on GitHub↗
3,443 Stars·210 Forks·Go·MIT·3 Aufrufe

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.

Star-Verlauf

Star-Verlauf für shopify/go-luaStar-Verlauf für shopify/go-lua

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Go Lua

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Go Lua.
  • d5/tengoAvatar von d5

    d5/tengo

    3,821Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,821
  • deuill/go-phpAvatar von deuill

    deuill/go-php

    944Auf GitHub ansehen↗

    PHP bindings for the Go programming language (Golang)

    Go
    Auf GitHub ansehen↗944
  • antonmedv/exprAvatar von antonmedv

    antonmedv/expr

    7,905Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,905
  • mattn/ankoAvatar von mattn

    mattn/anko

    1,572Auf GitHub ansehen↗

    Scriptable interpreter written in golang

    Gogoprogramming-language
    Auf GitHub ansehen↗1,572
Alle 30 Alternativen zu Go Lua anzeigen→

Häufig gestellte Fragen

Was macht shopify/go-lua?

A Lua VM in Go

Was sind die Hauptfunktionen von shopify/go-lua?

Die Hauptfunktionen von shopify/go-lua sind: Compilers and Interpreters, Embedded Scripting, Scripting, Scripting Languages.

Welche Open-Source-Alternativen gibt es zu shopify/go-lua?

Open-Source-Alternativen zu shopify/go-lua sind unter anderem: 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…