awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

27 个仓库

Awesome GitHub RepositoriesScripting Languages

Embeddable interpreters and expression evaluation engines for Go applications.

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

Awesome Scripting Languages GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dunglas/frankenphpdunglas 的头像

    dunglas/frankenphp

    11,156在 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

    PHP runtime embedded within a Go HTTP handler.

    Go
    在 GitHub 上查看↗11,156
  • tencent/xluaTencent 的头像

    Tencent/xLua

    10,101在 GitHub 上查看↗

    xLua is a scripting bridge and C++ wrapper used to embed the Lua language into host applications. It facilitates bidirectional data exchange and function calls between scripts and the host environment. The project includes a runtime patching tool for replacing application logic and fixing bugs without requiring a system restart. It features a coroutine orchestrator that wraps asynchronous operations into linear code and a script validator that verifies digital signatures to ensure code authenticity and integrity before execution. To minimize memory overhead and garbage collection, the system

    Lua programming solution for C# projects.

    Ccsharpluaunity
    在 GitHub 上查看↗10,101
  • antonmedv/exprantonmedv 的头像

    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

    Dynamic expression evaluation engine.

    Go
    在 GitHub 上查看↗7,905
  • yuin/gopher-luayuin 的头像

    yuin/gopher-lua

    6,933在 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 VM and compiler written in Go.

    Gogogopher-lualua
    在 GitHub 上查看↗6,933
  • dop251/gojadop251 的头像

    dop251/goja

    6,914在 GitHub 上查看↗

    Goja is a JavaScript engine and ECMAScript compliant interpreter implemented entirely in Go. It serves as an embedded scripting engine that allows Go applications to execute JavaScript code and integrate a programmable scripting layer without relying on Cgo or external native dependencies. The project functions as a bridge between Go and JavaScript, enabling bidirectional data exchange and function invocation. It allows Go hosts to expose native structs, slices, and maps as JavaScript objects and arrays, while providing mechanisms to export script values and functions back into native Go type

    ECMAScript 5.1+ implementation in Go.

    Go
    在 GitHub 上查看↗6,914
  • d5/tengod5 的头像

    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

    Bytecode-compiled scripting language for Go.

    Go
    在 GitHub 上查看↗3,821
  • shopify/go-luaShopify 的头像

    Shopify/go-lua

    3,443在 GitHub 上查看↗

    A Lua VM in Go

    Pure Go interface for Lua 5.2.

    Go
    在 GitHub 上查看↗3,443
  • google/cel-gogoogle 的头像

    google/cel-go

    2,875在 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

    Fast, portable expression evaluation engine.

    Gocelexpressionexpression-evaluator
    在 GitHub 上查看↗2,875
  • google/starlark-gogoogle 的头像

    google/starlark-go

    2,712在 GitHub 上查看↗

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

    Python-like language for deterministic evaluation.

    Go
    在 GitHub 上查看↗2,712
  • wa-lang/wawa-lang 的头像

    wa-lang/wa

    1,769在 GitHub 上查看↗

    凹语言, The Wa Programming Language

    Embeddable Wa programming language.

    Go
    在 GitHub 上查看↗1,769
  • metacall/coremetacall 的头像

    metacall/core

    1,760在 GitHub 上查看↗

    Polyglot runtime supporting multiple languages including Python and Java.

    Cccppdocker
    在 GitHub 上查看↗1,760
  • mattn/ankomattn 的头像

    mattn/anko

    1,572在 GitHub 上查看↗

    Scriptable interpreter written in golang

    Go-based interpreter.

    Gogoprogramming-language
    在 GitHub 上查看↗1,572
  • sbinet/go-pythonsbinet 的头像

    sbinet/go-python

    1,540在 GitHub 上查看↗

    naive go bindings to the CPython2 C-API

    CPython C-API interface for Go.

    Gocgogogolang
    在 GitHub 上查看↗1,540
  • pangweiwei/sluapangweiwei 的头像

    pangweiwei/slua

    1,419在 GitHub 上查看↗

    Fastest lua binding via static code generating for Unity3D and mono.

    High-performance Lua binding via static code generation.

    C
    在 GitHub 上查看↗1,419
  • deuill/go-phpdeuill 的头像

    deuill/go-php

    944在 GitHub 上查看↗

    PHP bindings for the Go programming language (Golang)

    PHP interface for Go.

    Go
    在 GitHub 上查看↗944
  • paesslerag/gvalPaesslerAG 的头像

    PaesslerAG/gval

    811在 GitHub 上查看↗

    Expression evaluation in golang

    Highly customizable expression language.

    Go
    在 GitHub 上查看↗811
  • ichiban/prologichiban 的头像

    ichiban/prolog

    725在 GitHub 上查看↗

    The only reasonable scripting engine for Go.

    Embeddable Prolog interpreter.

    Go
    在 GitHub 上查看↗725
  • aarzilli/goluaaarzilli 的头像

    aarzilli/golua

    700在 GitHub 上查看↗

    Go bindings for Lua C API - in progress

    Lua C API interface for Go.

    C
    在 GitHub 上查看↗700
  • jcla1/gispjcla1 的头像

    jcla1/gisp

    531在 GitHub 上查看↗

    Simple LISP in Go

    Simple LISP implementation in Go.

    Go
    在 GitHub 上查看↗531
  • gentee/genteegentee 的头像

    gentee/gentee

    146在 GitHub 上查看↗

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

    Embeddable scripting language.

    Goautomationcompilerembedded-language
    在 GitHub 上查看↗146
上一个12下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Scripting Languages