awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mattn avatar

mattn/anko

0
View on GitHub↗
1,572 نجوم·132 تفرعات·Go·MIT·2 مشاهدات

Anko

Scriptable interpreter written in golang

Features

  • Compilers and Interpreters - Scriptable interpreter for Go.
  • Embedded Scripting - Scriptable interpreter written in Go.
  • Scripting Languages - Go-based interpreter.

سجل النجوم

مخطط تاريخ النجوم لـ mattn/ankoمخطط تاريخ النجوم لـ mattn/anko

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Anko

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Anko.
  • d5/tengoالصورة الرمزية لـ d5

    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

    Go
    عرض على GitHub↗3,821
  • deuill/go-phpالصورة الرمزية لـ deuill

    deuill/go-php

    944عرض على GitHub↗

    PHP bindings for the Go programming language (Golang)

    Go
    عرض على GitHub↗944
  • antonmedv/exprالصورة الرمزية لـ antonmedv

    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

    Go
    عرض على GitHub↗7,905
  • paesslerag/gvalالصورة الرمزية لـ PaesslerAG

    PaesslerAG/gval

    811عرض على GitHub↗

    Expression evaluation in golang

    Go
    عرض على GitHub↗811
عرض جميع البدائل الـ 30 لـ Anko→

الأسئلة الشائعة

ما هي وظيفة mattn/anko؟

Scriptable interpreter written in golang

ما هي الميزات الرئيسية لـ mattn/anko؟

الميزات الرئيسية لـ mattn/anko هي: Compilers and Interpreters, Embedded Scripting, Scripting Languages.

ما هي البدائل مفتوحة المصدر لـ mattn/anko؟

تشمل البدائل مفتوحة المصدر لـ mattn/anko: paesslerag/gval — Expression evaluation in golang. shopify/go-lua — A Lua VM in Go. d5/tengo — Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts… 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… yuin/gopher-lua — Gopher-lua is a complete implementation of the Lua language and its standard libraries written natively in Go. It…