awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jcla1 avatar

jcla1/gisp

0
View on GitHub↗
531 stele·34 fork-uri·Go·MIT·2 vizualizări

Gisp

Simple LISP in Go

Features

  • Embedded Scripting - Go interface for LISP.
  • Scripting Languages - Simple LISP implementation in Go.

Istoric stele

Graficul istoricului de stele pentru jcla1/gispGraficul istoricului de stele pentru jcla1/gisp

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Gisp

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Gisp.
  • aarzilli/goluaAvatar aarzilli

    aarzilli/golua

    700Vezi pe GitHub↗

    Go bindings for Lua C API - in progress

    C
    Vezi pe GitHub↗700
  • alexeyco/binderAvatar alexeyco

    alexeyco/binder

    80Vezi pe GitHub↗

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

    Gogogolanglua
    Vezi pe GitHub↗80
  • antonmedv/exprAvatar antonmedv

    antonmedv/expr

    7,905Vezi pe 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
    Vezi pe GitHub↗7,905
  • d5/tengoAvatar d5

    d5/tengo

    3,821Vezi pe 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
    Vezi pe GitHub↗3,821
Vezi toate cele 28 alternative pentru Gisp→

Întrebări frecvente

Ce face jcla1/gisp?

Simple LISP in Go

Care sunt principalele funcționalități ale jcla1/gisp?

Principalele funcționalități ale jcla1/gisp sunt: Embedded Scripting, Scripting Languages.

Care sunt câteva alternative open-source pentru jcla1/gisp?

Alternativele open-source pentru jcla1/gisp includ: 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. gentee/gentee — Gentee - script programming language for automation. It uses VM and compiler written in Go (Golang).