awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to shopify/go-lua

Open-source alternatives to Go Lua

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

  • d5/tengoالصورة الرمزية لـ d5

    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
  • antonmedv/exprالصورة الرمزية لـ antonmedv

    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
  • deuill/go-phpالصورة الرمزية لـ deuill

    deuill/go-php

    944عرض على GitHub↗

    PHP bindings for the Go programming language (Golang)

    Go
    عرض على GitHub↗944
  • mattn/ankoالصورة الرمزية لـ mattn

    mattn/anko

    1,572عرض على GitHub↗

    Scriptable interpreter written in golang

    Gogoprogramming-language
    عرض على GitHub↗1,572

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
yuin/gopher-luaالصورة الرمزية لـ yuin

yuin/gopher-lua

6,933عرض على 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
عرض على GitHub↗6,933
  • paesslerag/gvalالصورة الرمزية لـ PaesslerAG

    PaesslerAG/gval

    811عرض على GitHub↗

    Expression evaluation in golang

    Go
    عرض على GitHub↗811
  • aarzilli/goluaالصورة الرمزية لـ aarzilli

    aarzilli/golua

    700عرض على GitHub↗

    Go bindings for Lua C API - in progress

    C
    عرض على GitHub↗700
  • robertkrimen/ottoالصورة الرمزية لـ robertkrimen

    robertkrimen/otto

    8,439عرض على 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
    عرض على GitHub↗8,439
  • jcla1/gispالصورة الرمزية لـ jcla1

    jcla1/gisp

    531عرض على GitHub↗

    Simple LISP in Go

    Go
    عرض على GitHub↗531
  • dop251/gojaالصورة الرمزية لـ dop251

    dop251/goja

    6,914عرض على 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
    عرض على GitHub↗6,914
  • alexeyco/binderالصورة الرمزية لـ alexeyco

    alexeyco/binder

    80عرض على GitHub↗

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

    Gogogolanglua
    عرض على GitHub↗80
  • sbinet/go-pythonالصورة الرمزية لـ sbinet

    sbinet/go-python

    1,540عرض على GitHub↗

    naive go bindings to the CPython2 C-API

    Gocgogogolang
    عرض على GitHub↗1,540
  • olebedev/go-duktapeO

    olebedev/go-duktape

    0عرض على GitHub↗
    عرض على GitHub↗0
  • google/cel-goالصورة الرمزية لـ google

    google/cel-go

    2,875عرض على 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
    عرض على GitHub↗2,875
  • gentee/genteeالصورة الرمزية لـ gentee

    gentee/gentee

    146عرض على GitHub↗

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

    Goautomationcompilerembedded-language
    عرض على GitHub↗146
  • google/starlark-goالصورة الرمزية لـ google

    google/starlark-go

    2,712عرض على GitHub↗

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

    Go
    عرض على GitHub↗2,712
  • cfriedt/jamvmالصورة الرمزية لـ cfriedt

    cfriedt/jamvm

    67عرض على GitHub↗

    clone of git://git.code.sf.net/p/jamvm/code for experimental branches

    C
    عرض على GitHub↗67
  • cesanta/v7الصورة الرمزية لـ cesanta

    cesanta/v7

    1,451عرض على GitHub↗

    Embedded JavaScript engine for C/C++

    C
    عرض على GitHub↗1,451
  • candid82/jokerالصورة الرمزية لـ candid82

    candid82/joker

    1,757عرض على GitHub↗

    Small Clojure interpreter, linter and formatter.

    Goclojuregolanginterpreter
    عرض على GitHub↗1,757
  • dafrito/luacxxالصورة الرمزية لـ dafrito

    dafrito/luacxx

    163عرض على GitHub↗

    Lua binding library for modern C++

    C++
    عرض على GitHub↗163
  • cakeml/cakemlالصورة الرمزية لـ CakeML

    CakeML/cakeml

    1,162عرض على GitHub↗

    CakeML: A Verified Implementation of ML

    Standard ML
    عرض على GitHub↗1,162
  • antonmedv/ultra-tiny-compilerالصورة الرمزية لـ antonmedv

    antonmedv/ultra-tiny-compiler

    186عرض على GitHub↗

    Ultra Tiny Compiler

    CoffeeScript
    عرض على GitHub↗186
  • cuelang/cueالصورة الرمزية لـ cuelang

    cuelang/cue

    3,058عرض على GitHub↗

    CUE has moved to https://github.com/cue-lang/cue

    Golanguage-specification
    عرض على GitHub↗3,058
  • dave/dstالصورة الرمزية لـ dave

    dave/dst

    1,433عرض على GitHub↗

    Decorated Syntax Tree - manipulate Go source with perfect fidelity.

    Go
    عرض على GitHub↗1,433
  • db47h/ngaroالصورة الرمزية لـ db47h

    db47h/ngaro

    30عرض على GitHub↗

    An embeddable implementation of the Ngaro Virtual Machine for Go programs

    Go
    عرض على GitHub↗30
  • dengsgo/math-engineD

    dengsgo/math-engine

    0عرض على GitHub↗
    عرض على GitHub↗0
  • caibirdme/yqlC

    caibirdme/yql

    0عرض على GitHub↗
    عرض على GitHub↗0
  • cristiandima/tdopC

    cristiandima/tdop

    0عرض على GitHub↗
    عرض على GitHub↗0
  • dotnet/coreclrالصورة الرمزية لـ dotnet

    dotnet/coreclr

    12,764عرض على GitHub↗

    CoreCLR is a runtime environment that manages the execution, memory, and basic types for applications built on the .NET platform. It serves as a managed execution environment that handles low-level system interactions and provides primitive data types for high-level application code. The project functions as a JIT compilation engine and a garbage collected runtime. It translates intermediate language into machine code at runtime for execution on specific hardware and automatically reclaims unused memory to prevent leaks. The system covers broad capability areas including managed code executi

    عرض على GitHub↗12,764
  • cotowali/cotowaliالصورة الرمزية لـ cotowali

    cotowali/cotowali

    617عرض على GitHub↗

    A statically typed scripting language that transpile into POSIX sh

    V
    عرض على GitHub↗617