awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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·5 व्यूज़

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 के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Go Lua के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Go Lua के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • d5/tengod5 का अवतार

    d5/tengo

    3,821GitHub पर देखें↗

    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-phpdeuill का अवतार

    deuill/go-php

    944GitHub पर देखें↗

    PHP bindings for the Go programming language (Golang)

    Go
    GitHub पर देखें↗944
  • antonmedv/exprantonmedv का अवतार

    antonmedv/expr

    7,905GitHub पर देखें↗

    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/ankomattn का अवतार

    mattn/anko

    1,572GitHub पर देखें↗

    Scriptable interpreter written in golang

    Gogoprogramming-language
    GitHub पर देखें↗1,572
Go Lua के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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…