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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
candid82 avatar

candid82/joker

0
View on GitHub↗
1,757 estrellas·71 forks·Go·EPL-1.0·1 vistajoker-lang.org↗

Joker

Small Clojure interpreter, linter and formatter.

Features

  • Compilers and Interpreters - Clojure interpreter and linter.

Historial de estrellas

Gráfico del historial de estrellas de candid82/jokerGráfico del historial de estrellas de candid82/joker

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Joker

Proyectos open-source similares, clasificados según cuántas características comparten con Joker.
  • alecthomas/participleAvatar de alecthomas

    alecthomas/participle

    3,869Ver en GitHub↗

    Participle is a Go parser generator and toolkit for building language frontends. It provides a declarative grammar framework that uses reflection and struct tags to map input patterns directly into typed data structures. The library features a stateful lexical analyzer that employs state machines to handle nested or modal patterns. It includes a lexer code generator to produce optimized code, reducing runtime memory allocations and increasing throughput. The project covers recursive descent parsing with support for union types via sealed interfaces and custom parsing logic through interface-

    Goastebnfgo
    Ver en GitHub↗3,869
  • antonmedv/exprAvatar de antonmedv

    antonmedv/expr

    7,905Ver en 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
    Ver en GitHub↗7,905
  • antonmedv/ultra-tiny-compilerAvatar de antonmedv

    antonmedv/ultra-tiny-compiler

    186Ver en GitHub↗

    Ultra Tiny Compiler

    CoffeeScript
    Ver en GitHub↗186
  • aalhour/pycoolcAvatar de aalhour

    aalhour/PyCOOLC

    40Ver en GitHub↗

    :snake: :cool: Compiler for the COOL programming language targeting the MIPS 32-bit architecture, in Python 3

    Python
    Ver en GitHub↗40
Ver las 30 alternativas a Joker→

Preguntas frecuentes

¿Qué hace candid82/joker?

Small Clojure interpreter, linter and formatter.

¿Cuáles son las características principales de candid82/joker?

Las características principales de candid82/joker son: Compilers and Interpreters.

¿Qué alternativas de código abierto existen para candid82/joker?

Las alternativas de código abierto para candid82/joker incluyen: alecthomas/participle — Participle is a Go parser generator and toolkit for building language frontends. It provides a declarative grammar… antonmedv/expr — Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic… antonmedv/ultra-tiny-compiler — Ultra Tiny Compiler. araddon/qlbridge. babel/babel — Babel is a pluggable JavaScript compiler and transpiler that converts modern ECMAScript syntax into… aalhour/pycoolc — :snake: :cool: Compiler for the COOL programming language targeting the MIPS 32-bit architecture, in Python 3.