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
Back to aarzilli/golua

Projects sharing features with Golua

30 open-source projects similar to aarzilli/golua, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it 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
  • jcla1/gispjcla1 avatar

    jcla1/gisp

    531View on GitHub↗

    Simple LISP in Go

    Go
    View on GitHub↗531
  • mattn/ankomattn avatar

    mattn/anko

    1,572View on GitHub↗

    Scriptable interpreter written in golang

    Gogoprogramming-language
    View on GitHub↗1,572
  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
olebedev/go-duktapeO

olebedev/go-duktape

0View on GitHub↗
View on GitHub↗0
  • alexeyco/binderalexeyco avatar

    alexeyco/binder

    80View on GitHub↗

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

    Gogogolanglua
    View on GitHub↗80
  • sbinet/go-pythonsbinet avatar

    sbinet/go-python

    1,540View on GitHub↗

    naive go bindings to the CPython2 C-API

    Gocgogogolang
    View on GitHub↗1,540
  • paesslerag/gvalPaesslerAG avatar

    PaesslerAG/gval

    811View on GitHub↗

    Expression evaluation in golang

    Go
    View on GitHub↗811
  • shopify/go-luaShopify avatar

    Shopify/go-lua

    3,443View on GitHub↗

    A Lua VM in Go

    Go
    View on GitHub↗3,443
  • gentee/genteegentee avatar

    gentee/gentee

    146View on GitHub↗

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

    Goautomationcompilerembedded-language
    View on GitHub↗146
  • wa-lang/wawa-lang avatar

    wa-lang/wa

    1,769View on GitHub↗

    凹语言, The Wa Programming Language

    Go
    View on GitHub↗1,769
  • 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
  • deuill/go-phpdeuill avatar

    deuill/go-php

    944View on GitHub↗

    PHP bindings for the Go programming language (Golang)

    Go
    View on GitHub↗944
  • daurnimator/lua.vm.jsdaurnimator avatar

    daurnimator/lua.vm.js

    839View on GitHub↗

    The project is superceded by Fengari. See https://fengari.io/

    C
    View on GitHub↗839
  • ian-kent/purlian-kent avatar

    ian-kent/purl

    41View on GitHub↗

    Perl, but fluffy like a cat!

    Go
    View on GitHub↗41
  • area9innovation/waseA

    area9innovation/wase

    0View on GitHub↗
    View on GitHub↗0
  • cython/cythoncython avatar

    cython/cython

    10,767View on GitHub↗

    Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It functions as a static typing optimizer and a C extension generator, allowing developers to declare C types within Python code to reduce interpreter overhead and increase execution speed. The project enables the wrapping of external C libraries to provide high-level interfaces to low-level system capabilities. It also serves as a native binary packager, capable of freezing scripts and their dependencies into standalone executable binaries for distribution. The system covers a broad

    Cythonbig-dataccpp
    View on GitHub↗10,767
  • gleefre/hello-alienGleefre avatar

    Gleefre/hello-alien

    50View on GitHub↗

    SBCL works on android as part of an application!

    C
    View on GitHub↗50
  • chee/eclwebchee avatar

    chee/eclweb

    20View on GitHub↗

    hacked together several things for a wasm common lisp repl

    JavaScript
    View on GitHub↗20
  • alexdovzhanyn/thetalangA

    alexdovzhanyn/ThetaLang

    0View on GitHub↗
    View on GitHub↗0
  • gamesys/moonshinegamesys avatar

    gamesys/moonshine

    506View on GitHub↗

    A lightweight Lua VM for the browser

    Lua
    View on GitHub↗506
  • ecky-l/waclE

    ecky-l/wacl

    0View on GitHub↗
    View on GitHub↗0
  • bohonghuang/sbcl-termux-buildbohonghuang avatar

    bohonghuang/sbcl-termux-build

    48View on GitHub↗

    Prebuilt SBCL binary for Android (Termux)

    Shell
    View on GitHub↗48
  • dunglas/frankenphpdunglas avatar

    dunglas/frankenphp

    11,156View on GitHub↗

    FrankenPHP is a high-performance application server and runtime for PHP. It functions as a web server that executes PHP scripts and delivers web content, incorporating a binary bundler to package applications and their dependencies into standalone executable files. The project integrates the PHP interpreter directly into the Caddy web server to provide automatic HTTPS and flexible site configuration. It features a worker mode runtime that keeps applications bootloaded in memory across requests to eliminate bootstrap overhead and increase throughput. Additionally, it serves as a communication

    Go
    View on GitHub↗11,156
  • google/cel-gogoogle avatar

    google/cel-go

    2,875View on 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
    View on GitHub↗2,875
  • google/starlark-gogoogle avatar

    google/starlark-go

    2,712View on GitHub↗

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

    Go
    View on GitHub↗2,712
  • drmeister/claspdrmeister avatar

    drmeister/clasp

    2,769View on GitHub↗

    clasp Common Lisp environment

    Common Lisp
    View on GitHub↗2,769
  • ianjsikes/rust-wasm-loaderI

    ianjsikes/rust-wasm-loader

    0View on GitHub↗
    View on GitHub↗0
  • ichiban/prologichiban avatar

    ichiban/prolog

    725View on GitHub↗

    The only reasonable scripting engine for Go.

    Go
    View on GitHub↗725
  • benzap/edenbenzap avatar

    benzap/eden

    142View on GitHub↗

    Embedded and Extensible Scripting Language in Clojure

    Clojure
    View on GitHub↗142