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
·
gentee avatar

gentee/gentee

0
View on GitHub↗
146 Stars·18 Forks·Go·MIT·4 Aufrufedocs.gentee.org↗

Gentee

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

Features

  • Embedded Scripting - Embeddable scripting language.
  • Scripting Languages - Embeddable scripting language.

Star-Verlauf

Star-Verlauf für gentee/genteeStar-Verlauf für gentee/gentee

KI-Suche

Entdecke weitere awesome Repositories

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

Start searching with AI

Häufig gestellte Fragen

Was macht gentee/gentee?

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

Was sind die Hauptfunktionen von gentee/gentee?

Die Hauptfunktionen von gentee/gentee sind: Embedded Scripting, Scripting Languages.

Welche Open-Source-Alternativen gibt es zu gentee/gentee?

Open-Source-Alternativen zu gentee/gentee sind unter anderem: aarzilli/golua — Go bindings for Lua C API - in progress. deuill/go-php — PHP bindings for the Go programming language (Golang). antonmedv/expr — Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic… d5/tengo — Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts… alexeyco/binder — High level go to Lua binder. Write less, do more. jcla1/gisp — Simple LISP in Go.

Open-Source-Alternativen zu Gentee

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Gentee.
  • 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
  • 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
Alle 28 Alternativen zu Gentee anzeigen→