awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hylang/hyhylang 的头像

    hylang/hy

    5,425在 GitHub 上查看↗

    Hy 是 Python 的一种 Lisp 实现,允许编写编译为 Python 字节码的 Lisp 语法。它作为一种基于 Python 的 Lisp 方言和 S 表达式语言运行,提供对 Python 标准库和生态系统的完全访问权限。 该语言专注于基于宏的元编程,具有 AST 遍历宏系统和读取器宏,允许自定义语法转换和解析规则。它能够操纵抽象语法树以扩展语言功能。 该项目包括一个用于交互式开发的读取-求值-打印循环(REPL),并支持独立脚本执行。它涵盖了函数式编程功能,例如结构化模式匹配以及使用 async 和 await 构造的异步程序开发。 源代码可以转换为等效的 Python 源文件以供检查或分发。

    Lisp that compiles to Python AST.

    Python
    在 GitHub 上查看↗5,425
  • pixie-lang/pixiepixie-lang 的头像

    pixie-lang/pixie

    2,360在 GitHub 上查看↗

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

    Clojure-inspired Lisp with custom GC and JIT.

    Python
    在 GitHub 上查看↗2,360
  • clojerl/clojerlclojerl 的头像

    clojerl/clojerl

    1,715在 GitHub 上查看↗

    Clojure implemented on the Erlang VM.

    Clojure implementation for the Erlang VM.

    Erlang
    在 GitHub 上查看↗1,715
  • clojure/clojure-clrclojure 的头像

    clojure/clojure-clr

    1,646在 GitHub 上查看↗

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

    Clojure implementation for the .NET ecosystem.

    C#
    在 GitHub 上查看↗1,646
  • tensegritics/clojuredartTensegritics 的头像

    Tensegritics/ClojureDart

    1,622在 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
    在 GitHub 上查看↗1,622
  • basilisp-lang/basilispbasilisp-lang 的头像

    basilisp-lang/basilisp

    470在 GitHub 上查看↗

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

    Clojure-compatible Lisp for Python.

    Python
    在 GitHub 上查看↗470
  • gilch/hisspgilch 的头像

    gilch/hissp

    446在 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
    在 GitHub 上查看↗446
  • dirkschumacher/llrdirkschumacher 的头像

    dirkschumacher/llr

    205在 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
    在 GitHub 上查看↗205
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Clojure Dialects