awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to clojure/clojure-clr

Open-source alternatives to Clojure Clr

28 open-source projects similar to clojure/clojure-clr, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Clojure Clr alternative.

  • izackwu/teachyourselfcs-cnAvatar de izackwu

    izackwu/TeachYourselfCS-CN

    22,095Ver en GitHub↗

    This project is a multilingual educational framework that provides curated roadmaps and translated resources for mastering core computer science subjects. It serves as a Chinese translation of a structured guide designed to help students and engineers learn computer science fundamentals through a sequence of recommended books and courses. The framework focuses on technical content localization, converting English computer science roadmaps into Chinese to improve accessibility. It utilizes a manual translation workflow to ensure conceptual accuracy across its study guides and resource collecti

    chinese-translationteachyourselfcstranslation
    Ver en GitHub↗22,095
  • benjamin-hodgson/pidginAvatar de benjamin-hodgson

    benjamin-hodgson/Pidgin

    1,090Ver en GitHub↗

    A lightweight and fast parsing library for C#.

    C#csharpdotnetdotnet-core
    Ver en GitHub↗1,090
  • cis198-2016s/homeworkAvatar de cis198-2016s

    cis198-2016s/homework

    202Ver en GitHub↗
    Rust
    Ver en GitHub↗202
  • clojerl/clojerlAvatar de clojerl

    clojerl/clojerl

    1,715Ver en GitHub↗

    Clojure implemented on the Erlang VM.

    Erlang
    Ver en GitHub↗1,715
  • compilers-course-materials/cs75-s16-lecturesAvatar de compilers-course-materials

    compilers-course-materials/cs75-s16-lectures

    42Ver en GitHub↗
    HTML
    Ver en GitHub↗42

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.

Find more with AI search
  • dirkschumacher/llrAvatar de dirkschumacher

    dirkschumacher/llr

    205Ver en 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.

    R
    Ver en GitHub↗205
  • dmiller/clojure-clr-nextAvatar de dmiller

    dmiller/clojure-clr-next

    142Ver en GitHub↗

    Next generation of ClojureCLR under development.

    F#clojureclojureclr
    Ver en GitHub↗142
  • dotnet/roslynAvatar de dotnet

    dotnet/roslyn

    20,241Ver en GitHub↗

    The .NET Compiler Platform is a collection of open-source APIs for C# and Visual Basic that provides deep code analysis, refactoring, and automated source code generation. It serves as the core infrastructure for building development tools, offering a platform to inspect, modify, and understand source code through immutable syntax trees and semantic models. The platform distinguishes itself by providing full-fidelity syntax trees that preserve every character of source code, including whitespace and comments, alongside an incremental compilation pipeline that enables near-instant feedback dur

    C#csharphacktoberfestroslyn
    Ver en GitHub↗20,241
  • fable-compiler/fableAvatar de fable-compiler

    fable-compiler/Fable

    3,101Ver en GitHub↗

    F# to JavaScript, TypeScript, Python, Rust, Erlang and Dart Compiler

    F#beamdarterlang
    Ver en GitHub↗3,101
  • fsharp/fsharpAvatar de fsharp

    fsharp/fsharp

    2,159Ver en GitHub↗

    Please file issues or pull requests here: https://github.com/dotnet/fsharp

    F#
    Ver en GitHub↗2,159
  • gilch/hisspAvatar de gilch

    gilch/hissp

    446Ver en 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)))

    Python
    Ver en GitHub↗446
  • hylang/hyAvatar de hylang

    hylang/hy

    5,425Ver en GitHub↗

    Hy is a Lisp implementation for Python that allows for writing Lisp syntax which compiles to Python bytecode. It operates as a Python-based Lisp dialect and S-expression language, providing full access to the Python standard library and ecosystem. The language focuses on macro-based metaprogramming, featuring an AST-walking macro system and reader macros that allow for custom syntax transformations and parsing rules. It enables the manipulation of the abstract syntax tree to extend language capabilities. The project includes a read-eval-print loop for interactive development and supports sta

    Python
    Ver en GitHub↗5,425
  • ironlanguages/ironpython3Avatar de IronLanguages

    IronLanguages/ironpython3

    2,752Ver en GitHub↗

    Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.

    C#c-sharpdlrironpython
    Ver en GitHub↗2,752
  • ironscheme/ironschemeAvatar de IronScheme

    IronScheme/IronScheme

    411Ver en GitHub↗

    IronScheme

    Schemec-sharpdotnetdotnetcore
    Ver en GitHub↗411
  • jonsequitur/dotnet-replAvatar de jonsequitur

    jonsequitur/dotnet-repl

    844Ver en GitHub↗

    A polyglot REPL built on .NET Interactive

    C#dotnetdotnet-interactiverepl
    Ver en GitHub↗844
  • kekyo/il2cAvatar de kekyo

    kekyo/IL2C

    448Ver en GitHub↗

    IL2C - A translator for ECMA-335 CIL/MSIL to C language.

    C#
    Ver en GitHub↗448
  • nuskey8/lua-csharpAvatar de nuskey8

    nuskey8/Lua-CSharp

    716Ver en GitHub↗
    C#
    Ver en GitHub↗716
  • p-org/pAvatar de p-org

    p-org/P

    3,631Ver en GitHub↗

    The P programming language.

    C#asynchronousdistributed-systemsevent-driven
    Ver en GitHub↗3,631
  • pardeike/harmonyAvatar de pardeike

    pardeike/Harmony

    6,526Ver en GitHub↗

    Harmony is a library for modifying, replacing, and decorating compiled .NET and Mono methods during execution without altering binary files on disk. It functions as a runtime method patching tool, a CIL instruction manipulator, and a reflection extension for C#. The project provides mechanisms to intercept method execution, allowing custom code to run before or after original methods while maintaining the existing program flow. It enables the analysis and rewriting of Common Intermediate Language instructions to change the internal logic of compiled methods. The toolkit also includes utiliti

    C#cilcsharpdetour
    Ver en GitHub↗6,526
  • pascalabcnet/pascalabcnetAvatar de pascalabcnet

    pascalabcnet/pascalabcnet

    445Ver en GitHub↗

    The new generation Pascal programming language for .NET

    C#
    Ver en GitHub↗445
  • peachpiecompiler/peachpieAvatar de peachpiecompiler

    peachpiecompiler/peachpie

    2,480Ver en GitHub↗

    PeachPie - the PHP compiler and runtime for .NET and .NET Core

    C#aspnet-corecoreclrdotnet
    Ver en GitHub↗2,480
  • pixie-lang/pixieAvatar de pixie-lang

    pixie-lang/pixie

    2,360Ver en GitHub↗

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

    Python
    Ver en GitHub↗2,360
  • rohansi/mondAvatar de Rohansi

    Rohansi/Mond

    393Ver en GitHub↗

    A scripting language for .NET Core

    C#aot-compatiblebytecodec-sharp
    Ver en GitHub↗393
  • rsdn/nemerleAvatar de rsdn

    rsdn/nemerle

    640Ver en GitHub↗

    Nemerle language. Main repository.

    Nemerle
    Ver en GitHub↗640
  • sprache/spracheAvatar de sprache

    sprache/Sprache

    2,472Ver en GitHub↗

    A tiny, friendly, C# parser construction library

    C#
    Ver en GitHub↗2,472
  • stephan-tolksdorf/fparsecAvatar de stephan-tolksdorf

    stephan-tolksdorf/fparsec

    561Ver en GitHub↗

    A parser combinator library for F#

    F#
    Ver en GitHub↗561
  • basilisp-lang/basilispAvatar de basilisp-lang

    basilisp-lang/basilisp

    470Ver en GitHub↗

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

    Python
    Ver en GitHub↗470
  • tensegritics/clojuredartAvatar de Tensegritics

    Tensegritics/ClojureDart

    1,622Ver en GitHub↗

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

    Clojure
    Ver en GitHub↗1,622