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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to 1set/starlet

Open-source alternatives to Starlet

30 open-source projects similar to 1set/starlet, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Starlet alternative.

  • aarzilli/goluaAvatar von aarzilli

    aarzilli/golua

    700Auf GitHub ansehen↗

    Go bindings for Lua C API - in progress

    C
    Auf GitHub ansehen↗700
  • alexeyco/binderAvatar von alexeyco

    alexeyco/binder

    80Auf GitHub ansehen↗

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

    Gogogolanglua
    Auf GitHub ansehen↗80
  • antonmedv/exprAvatar von antonmedv

    antonmedv/expr

    7,905Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,905
  • aspect-build/bazel-libAvatar von aspect-build

    aspect-build/bazel-lib

    181Auf GitHub ansehen↗

    Base Starlark libraries and basic Bazel rules which are useful for constructing rulesets and BUILD files.

    Starlark
    Auf GitHub ansehen↗181
  • bazelbuild/bazel-skylibB

    bazelbuild/bazel-skylib

    0Auf GitHub ansehen↗

    Skylib is a library of Starlark functions for manipulating collections, file paths, and various other data types in the domain of Bazel build rules.

    Auf GitHub ansehen↗0

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • bazelbuild/stardocAvatar von bazelbuild

    bazelbuild/stardoc

    118Auf GitHub ansehen↗

    Stardoc is a documentation generator for Bazel APIs such as custom rules written in Starlark.

    Java
    Auf GitHub ansehen↗118
  • bazelbuild/starlarkAvatar von bazelbuild

    bazelbuild/starlark

    3,028Auf GitHub ansehen↗

    Starlark (formerly known as Skylark) is a language intended for use as a configuration language. It was designed for the Bazel build system, but may be useful for other projects as well. This repository is where Starlark features are proposed, discussed, and specified. It contains information…

    Python
    Auf GitHub ansehen↗3,028
  • d5/tengoAvatar von d5

    d5/tengo

    3,821Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,821
  • db47h/ngaroAvatar von db47h

    db47h/ngaro

    30Auf GitHub ansehen↗

    An embeddable implementation of the Ngaro Virtual Machine for Go programs

    Go
    Auf GitHub ansehen↗30
  • deuill/go-phpAvatar von deuill

    deuill/go-php

    944Auf GitHub ansehen↗

    PHP bindings for the Go programming language (Golang)

    Go
    Auf GitHub ansehen↗944
  • dop251/gojaAvatar von dop251

    dop251/goja

    6,914Auf GitHub ansehen↗

    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

    Go
    Auf GitHub ansehen↗6,914
  • dunglas/frankenphpAvatar von dunglas

    dunglas/frankenphp

    11,156Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,156
  • gentee/genteeAvatar von gentee

    gentee/gentee

    146Auf GitHub ansehen↗

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

    Goautomationcompilerembedded-language
    Auf GitHub ansehen↗146
  • google/bazel-commonAvatar von google

    google/bazel-common

    90Auf GitHub ansehen↗

    This repository contains assorted common functionality for Google's open-source libraries that are built with bazel. It is an experimental project and none of the APIs/target names are fixed/guaranteed to remain. You are welcome to use it and offer feedback at your own risk.

    Starlark
    Auf GitHub ansehen↗90
  • google/cel-goAvatar von google

    google/cel-go

    2,875Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,875
  • google/skylarkAvatar von google

    google/skylark

    1,182Auf GitHub ansehen↗

    Skylark is now called Starlark. The project has moved to go.starlark.net.

    Go
    Auf GitHub ansehen↗1,182
  • google/starlark-goAvatar von google

    google/starlark-go

    2,712Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗2,712
  • google/starlark-rustAvatar von google

    google/starlark-rust

    191Auf GitHub ansehen↗

    An implementation in Rust of the Starlark language

    Auf GitHub ansehen↗191
  • ian-kent/purlAvatar von ian-kent

    ian-kent/purl

    41Auf GitHub ansehen↗

    Perl, but fluffy like a cat!

    Go
    Auf GitHub ansehen↗41
  • ichiban/prologAvatar von ichiban

    ichiban/prolog

    725Auf GitHub ansehen↗

    The only reasonable scripting engine for Go.

    Go
    Auf GitHub ansehen↗725
  • jcla1/gispAvatar von jcla1

    jcla1/gisp

    531Auf GitHub ansehen↗

    Simple LISP in Go

    Go
    Auf GitHub ansehen↗531
  • krotik/ecalAvatar von krotik

    krotik/ecal

    45Auf GitHub ansehen↗

    A simple embeddable scripting language which supports concurrent event processing.

    Godebuggingecaembeddable-scripting-language
    Auf GitHub ansehen↗45
  • laurentlb/stardbgAvatar von laurentlb

    laurentlb/stardbg

    22Auf GitHub ansehen↗

    This is a standalone debugger for Starlark ,with a web-based UI. In theory, it can be used to debug any Starlark code that uses the same debugging protocol. At the moment, the only known compatible server is Bazel.

    JavaScript
    Auf GitHub ansehen↗22
  • mattn/ankoAvatar von mattn

    mattn/anko

    1,572Auf GitHub ansehen↗

    Scriptable interpreter written in golang

    Gogoprogramming-language
    Auf GitHub ansehen↗1,572
  • metacall/coreAvatar von metacall

    metacall/core

    1,760Auf GitHub ansehen↗
    Cccppdocker
    Auf GitHub ansehen↗1,760
  • olebedev/go-duktapeO

    olebedev/go-duktape

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • paesslerag/gvalAvatar von PaesslerAG

    PaesslerAG/gval

    811Auf GitHub ansehen↗

    Expression evaluation in golang

    Go
    Auf GitHub ansehen↗811
  • pangweiwei/sluaAvatar von pangweiwei

    pangweiwei/slua

    1,419Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗1,419
  • sbinet/go-pythonAvatar von sbinet

    sbinet/go-python

    1,540Auf GitHub ansehen↗

    naive go bindings to the CPython2 C-API

    Gocgogogolang
    Auf GitHub ansehen↗1,540
  • shopify/go-luaAvatar von Shopify

    Shopify/go-lua

    3,443Auf GitHub ansehen↗

    A Lua VM in Go

    Go
    Auf GitHub ansehen↗3,443