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
·
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 izackwu

    izackwu/TeachYourselfCS-CN

    22,095Vezi pe 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
    Vezi pe GitHub↗22,095
  • benjamin-hodgson/pidginAvatar benjamin-hodgson

    benjamin-hodgson/Pidgin

    1,090Vezi pe GitHub↗

    A lightweight and fast parsing library for C#.

    C#csharpdotnetdotnet-core
    Vezi pe GitHub↗1,090
  • cis198-2016s/homeworkAvatar cis198-2016s

    cis198-2016s/homework

    202Vezi pe GitHub↗
    Rust
    Vezi pe GitHub↗202
  • clojerl/clojerlAvatar clojerl

    clojerl/clojerl

    1,715Vezi pe GitHub↗

    Clojure implemented on the Erlang VM.

    Erlang
    Vezi pe GitHub↗1,715
  • compilers-course-materials/cs75-s16-lecturesAvatar compilers-course-materials

    compilers-course-materials/cs75-s16-lectures

    42Vezi pe GitHub↗
    HTML
    Vezi pe GitHub↗42

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ță.

Find more with AI search
  • dirkschumacher/llrAvatar dirkschumacher

    dirkschumacher/llr

    205Vezi pe 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
    Vezi pe GitHub↗205
  • dmiller/clojure-clr-nextAvatar dmiller

    dmiller/clojure-clr-next

    142Vezi pe GitHub↗

    Next generation of ClojureCLR under development.

    F#clojureclojureclr
    Vezi pe GitHub↗142
  • dotnet/roslynAvatar dotnet

    dotnet/roslyn

    20,241Vezi pe 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
    Vezi pe GitHub↗20,241
  • fable-compiler/fableAvatar fable-compiler

    fable-compiler/Fable

    3,101Vezi pe GitHub↗

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

    F#beamdarterlang
    Vezi pe GitHub↗3,101
  • fsharp/fsharpAvatar fsharp

    fsharp/fsharp

    2,159Vezi pe GitHub↗

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

    F#
    Vezi pe GitHub↗2,159
  • gilch/hisspAvatar gilch

    gilch/hissp

    446Vezi pe 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
    Vezi pe GitHub↗446
  • hylang/hyAvatar hylang

    hylang/hy

    5,425Vezi pe 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
    Vezi pe GitHub↗5,425
  • ironlanguages/ironpython3Avatar IronLanguages

    IronLanguages/ironpython3

    2,752Vezi pe GitHub↗

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

    C#c-sharpdlrironpython
    Vezi pe GitHub↗2,752
  • ironscheme/ironschemeAvatar IronScheme

    IronScheme/IronScheme

    411Vezi pe GitHub↗

    IronScheme

    Schemec-sharpdotnetdotnetcore
    Vezi pe GitHub↗411
  • jonsequitur/dotnet-replAvatar jonsequitur

    jonsequitur/dotnet-repl

    844Vezi pe GitHub↗

    A polyglot REPL built on .NET Interactive

    C#dotnetdotnet-interactiverepl
    Vezi pe GitHub↗844
  • kekyo/il2cAvatar kekyo

    kekyo/IL2C

    448Vezi pe GitHub↗

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

    C#
    Vezi pe GitHub↗448
  • nuskey8/lua-csharpAvatar nuskey8

    nuskey8/Lua-CSharp

    716Vezi pe GitHub↗
    C#
    Vezi pe GitHub↗716
  • p-org/pAvatar p-org

    p-org/P

    3,631Vezi pe GitHub↗

    The P programming language.

    C#asynchronousdistributed-systemsevent-driven
    Vezi pe GitHub↗3,631
  • pardeike/harmonyAvatar pardeike

    pardeike/Harmony

    6,526Vezi pe 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
    Vezi pe GitHub↗6,526
  • pascalabcnet/pascalabcnetAvatar pascalabcnet

    pascalabcnet/pascalabcnet

    445Vezi pe GitHub↗

    The new generation Pascal programming language for .NET

    C#
    Vezi pe GitHub↗445
  • peachpiecompiler/peachpieAvatar peachpiecompiler

    peachpiecompiler/peachpie

    2,480Vezi pe GitHub↗

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

    C#aspnet-corecoreclrdotnet
    Vezi pe GitHub↗2,480
  • pixie-lang/pixieAvatar pixie-lang

    pixie-lang/pixie

    2,360Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗2,360
  • rohansi/mondAvatar Rohansi

    Rohansi/Mond

    393Vezi pe GitHub↗

    A scripting language for .NET Core

    C#aot-compatiblebytecodec-sharp
    Vezi pe GitHub↗393
  • rsdn/nemerleAvatar rsdn

    rsdn/nemerle

    640Vezi pe GitHub↗

    Nemerle language. Main repository.

    Nemerle
    Vezi pe GitHub↗640
  • sprache/spracheAvatar sprache

    sprache/Sprache

    2,472Vezi pe GitHub↗

    A tiny, friendly, C# parser construction library

    C#
    Vezi pe GitHub↗2,472
  • stephan-tolksdorf/fparsecAvatar stephan-tolksdorf

    stephan-tolksdorf/fparsec

    561Vezi pe GitHub↗

    A parser combinator library for F#

    F#
    Vezi pe GitHub↗561
  • basilisp-lang/basilispAvatar basilisp-lang

    basilisp-lang/basilisp

    470Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗470
  • tensegritics/clojuredartAvatar Tensegritics

    Tensegritics/ClojureDart

    1,622Vezi pe GitHub↗

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

    Clojure
    Vezi pe GitHub↗1,622