awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 dépôts

Awesome GitHub RepositoriesClojure Dialects

Languages implementing or heavily inspired by Clojure's syntax and semantics.

Explore 8 awesome GitHub repositories matching part of an awesome list · Clojure Dialects. Refine with filters or upvote what's useful.

Awesome Clojure Dialects GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • hylang/hyAvatar de hylang

    hylang/hy

    5,425Voir sur GitHub↗

    Hy est une implémentation Lisp pour Python qui permet d'écrire une syntaxe Lisp compilée en bytecode Python. Il opère comme un dialecte Lisp basé sur Python et un langage S-expression, offrant un accès complet à la bibliothèque standard et à l'écosystème Python. Le langage se concentre sur la métaprogrammation basée sur les macros, avec un système de macros parcourant l'AST et des macros de lecture qui permettent des transformations de syntaxe et des règles de parsing personnalisées. Il permet la manipulation de l'arbre de syntaxe abstraite pour étendre les capacités du langage. Le projet inclut une boucle read-eval-print (REPL) pour le développement interactif et prend en charge l'exécution de scripts autonomes. Il couvre des capacités de programmation fonctionnelle telles que le pattern matching structurel et le développement de programmes asynchrones utilisant les constructions async et await. Le code source peut être traduit en fichiers sources Python équivalents pour inspection ou distribution.

    Lisp that compiles to Python AST.

    Python
    Voir sur GitHub↗5,425
  • pixie-lang/pixieAvatar de pixie-lang

    pixie-lang/pixie

    2,360Voir sur GitHub↗

    A small, fast, native lisp with "magical" powers

    Clojure-inspired Lisp with custom GC and JIT.

    Python
    Voir sur GitHub↗2,360
  • clojerl/clojerlAvatar de clojerl

    clojerl/clojerl

    1,715Voir sur GitHub↗

    Clojure implemented on the Erlang VM.

    Clojure implementation for the Erlang VM.

    Erlang
    Voir sur GitHub↗1,715
  • clojure/clojure-clrAvatar de clojure

    clojure/clojure-clr

    1,646Voir sur GitHub↗

    A port of Clojure to the CLR, part of the Clojure project

    Clojure implementation for the .NET ecosystem.

    C#
    Voir sur GitHub↗1,646
  • tensegritics/clojuredartAvatar de Tensegritics

    Tensegritics/ClojureDart

    1,622Voir sur GitHub↗

    ClojureDart is a recent Clojure dialect to make native mobile and desktop apps using Flutter and the Dart ecosystem.

    Clojure dialect for Flutter and Dart development.

    Clojure
    Voir sur GitHub↗1,622
  • basilisp-lang/basilispAvatar de basilisp-lang

    basilisp-lang/basilisp

    470Voir sur GitHub↗

    A Clojure-compatible(-ish) Lisp dialect hosted on Python 3 with seamless Python interop.

    Clojure-compatible Lisp for Python.

    Python
    Voir sur GitHub↗470
  • gilch/hisspAvatar de gilch

    gilch/hissp

    446Voir sur GitHub↗

    Copyright 2019, 2020, 2021, 2022, 2023, 2024 Matthew Egan Odendahl SPDX-License-Identifier: Apache-2.0 --> #> (.update (globals) : macro (types..SimpleNamespace : : (vars hissp..macro))) ... macro=import('types').SimpleNamespace( ... vars( ... import('hissp').macro)))

    Lisp for Python with macro metaprogramming.

    Python
    Voir sur GitHub↗446
  • dirkschumacher/llrAvatar de dirkschumacher

    dirkschumacher/llr

    205Voir sur GitHub↗

    llr is a small, work in progress and just for fun clojure-like lisp on top of R’s abstract syntax trees. Expressions are not interpreted, but are translated to R’s AST and then interpreted by the R interpreter.

    Clojure-inspired Lisp for the R language.

    R
    Voir sur GitHub↗205
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Clojure Dialects