awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 dépôts

Awesome GitHub RepositoriesEmbedded Scripting

Tools for embedding and executing other programming languages within Go.

Explore 15 awesome GitHub repositories matching part of an awesome list · Embedded Scripting. Refine with filters or upvote what's useful.

Awesome Embedded Scripting GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • robertkrimen/ottoAvatar de robertkrimen

    robertkrimen/otto

    8,439Voir sur 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

    JavaScript interpreter written in Go.

    Go
    Voir sur GitHub↗8,439
  • antonmedv/exprAvatar de antonmedv

    antonmedv/expr

    7,905Voir sur 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

    Engine for evaluating expressions.

    Go
    Voir sur GitHub↗7,905
  • yuin/gopher-luaAvatar de yuin

    yuin/gopher-lua

    6,933Voir sur 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

    Lua 5.1 virtual machine and compiler.

    Gogogopher-lualua
    Voir sur GitHub↗6,933
  • d5/tengoAvatar de d5

    d5/tengo

    3,821Voir sur 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

    Bytecode-compiled scripting language.

    Go
    Voir sur GitHub↗3,821
  • shopify/go-luaAvatar de Shopify

    Shopify/go-lua

    3,443Voir sur GitHub↗

    A Lua VM in Go

    Lua 5.2 VM interface for Go.

    Go
    Voir sur GitHub↗3,443
  • mattn/ankoAvatar de mattn

    mattn/anko

    1,572Voir sur GitHub↗

    Scriptable interpreter written in golang

    Scriptable interpreter written in Go.

    Gogoprogramming-language
    Voir sur GitHub↗1,572
  • sbinet/go-pythonAvatar de sbinet

    sbinet/go-python

    1,540Voir sur GitHub↗

    naive go bindings to the CPython2 C-API

    Go interface for the CPython C-API.

    Gocgogogolang
    Voir sur GitHub↗1,540
  • deuill/go-phpAvatar de deuill

    deuill/go-php

    944Voir sur GitHub↗

    PHP bindings for the Go programming language (Golang)

    Go interface for PHP.

    Go
    Voir sur GitHub↗944
  • paesslerag/gvalAvatar de PaesslerAG

    PaesslerAG/gval

    811Voir sur GitHub↗

    Expression evaluation in golang

    Highly customizable expression language.

    Go
    Voir sur GitHub↗811
  • aarzilli/goluaAvatar de aarzilli

    aarzilli/golua

    700Voir sur GitHub↗

    Go bindings for Lua C API - in progress

    Go interface for Lua C.

    C
    Voir sur GitHub↗700
  • jcla1/gispAvatar de jcla1

    jcla1/gisp

    531Voir sur GitHub↗

    Simple LISP in Go

    Go interface for LISP.

    Go
    Voir sur GitHub↗531
  • gentee/genteeAvatar de gentee

    gentee/gentee

    146Voir sur GitHub↗

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

    Embeddable scripting language.

    Goautomationcompilerembedded-language
    Voir sur GitHub↗146
  • alexeyco/binderAvatar de alexeyco

    alexeyco/binder

    80Voir sur GitHub↗

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

    Lua interface based on gopher-lua.

    Gogogolanglua
    Voir sur GitHub↗80
  • puerkitobio/agoraP

    PuerkitoBio/agora

    0Voir sur GitHub↗

    Dynamically typed, embeddable programming language.

    Voir sur GitHub↗0
  • olebedev/go-duktapeO

    olebedev/go-duktape

    0Voir sur GitHub↗

    Support for the Duktape JavaScript engine.

    Voir sur GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Embedded Scripting