awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
aarzilli avatar

aarzilli/goluaFork

0
View on GitHub↗
700 stars·167 forks·C·MIT·11 views

Golua

Go bindings for Lua C API - in progress

Features

  • Embedded Scripting - Go interface for Lua C.
  • Language Implementations - Go language bindings for the C API.
  • Scripting Languages - Lua C API interface for Go.

Star history

Star history chart for aarzilli/goluaStar history chart for aarzilli/golua

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does aarzilli/golua do?

Go bindings for Lua C API - in progress

What are the main features of aarzilli/golua?

The main features of aarzilli/golua are: Embedded Scripting, Language Implementations, Scripting Languages.

Which projects share features with aarzilli/golua?

Projects with overlapping indexed features include: yuin/gopher-lua — Gopher-lua is a complete implementation of the Lua language and its standard libraries written natively in Go. It… gentee/gentee — Gentee - script programming language for automation. It uses VM and compiler written in Go (Golang). alexeyco/binder — High level go to Lua binder. Write less, do more. d5/tengo — Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts… antonmedv/expr — Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic… deuill/go-php — PHP bindings for the Go programming language (Golang).

Projects sharing features with Golua

These projects share indexed features with Golua. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • yuin/gopher-luayuin avatar

    yuin/gopher-lua

    6,933View on 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
    View on GitHub↗6,933
  • d5/tengod5 avatar

    d5/tengo

    3,821View on 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
    View on GitHub↗3,821
  • alexeyco/binderalexeyco avatar

    alexeyco/binder

    80View on GitHub↗

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

    Gogogolanglua
    View on GitHub↗80
  • antonmedv/exprantonmedv avatar

    antonmedv/expr

    7,905View on 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
    View on GitHub↗7,905
  • Compare all 30 related projects→