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

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

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

Shopify/go-lua

0
View on GitHub↗
3,443 نجوم·210 تفرعات·Go·MIT·3 مشاهدات

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.

سجل النجوم

مخطط تاريخ النجوم لـ shopify/go-luaمخطط تاريخ النجوم لـ shopify/go-lua

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

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

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

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة shopify/go-lua؟

A Lua VM in Go

ما هي الميزات الرئيسية لـ shopify/go-lua؟

الميزات الرئيسية لـ shopify/go-lua هي: Compilers and Interpreters, Embedded Scripting, Scripting, Scripting Languages.

ما هي البدائل مفتوحة المصدر لـ shopify/go-lua؟

تشمل البدائل مفتوحة المصدر لـ shopify/go-lua: 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…

بدائل مفتوحة المصدر لـ Go Lua

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Go Lua.
  • 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
  • deuill/go-phpالصورة الرمزية لـ deuill

    deuill/go-php

    944عرض على GitHub↗

    PHP bindings for the Go programming language (Golang)

    Go
    عرض على GitHub↗944
  • 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
  • mattn/ankoالصورة الرمزية لـ mattn

    mattn/anko

    1,572عرض على GitHub↗

    Scriptable interpreter written in golang

    Gogoprogramming-language
    عرض على GitHub↗1,572
عرض جميع البدائل الـ 30 لـ Go Lua→