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

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

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

Open-source alternatives to Ironpython3

30 open-source projects similar to ironlanguages/ironpython3, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Ironpython3 alternative.

  • izackwu/teachyourselfcs-cnizackwu 的头像

    izackwu/TeachYourselfCS-CN

    22,095在 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
    在 GitHub 上查看↗22,095
  • alexdovzhanyn/thetalangA

    alexdovzhanyn/ThetaLang

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • daurnimator/lua.vm.jsdaurnimator 的头像

    daurnimator/lua.vm.js

    839在 GitHub 上查看↗

    The project is superceded by Fengari. See https://fengari.io/

    C
    在 GitHub 上查看↗839
  • area9innovation/waseA

    area9innovation/wase

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • artichoke/artichokeartichoke 的头像

    artichoke/artichoke

    3,131在 GitHub 上查看↗

    💎 Artichoke is a Ruby made with Rust

    Rustartichokelanguageprogramming-language
    在 GitHub 上查看↗3,131

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • ballercat/waltballercat 的头像

    ballercat/walt

    4,639在 GitHub 上查看↗

    Walt is a transpiler and typed language that converts a JavaScript-like syntax into WebAssembly binary format. It functions as a toolchain for developing high-performance logic for browsers and runtimes by translating typed source code into WebAssembly text format. The project includes a bundler-integrated loader that automates the recompilation of source files during the build process. It provides a linear memory manager used to define custom data layouts, structs, and memory allocators within a contiguous heap. The language supports defined function signatures, numeric types, and the abili

    JavaScriptcompilerjavascriptwebassembly
    在 GitHub 上查看↗4,639
  • benjamin-hodgson/pidginbenjamin-hodgson 的头像

    benjamin-hodgson/Pidgin

    1,090在 GitHub 上查看↗

    A lightweight and fast parsing library for C#.

    C#csharpdotnetdotnet-core
    在 GitHub 上查看↗1,090
  • benzap/edenbenzap 的头像

    benzap/eden

    142在 GitHub 上查看↗

    Embedded and Extensible Scripting Language in Clojure

    Clojure
    在 GitHub 上查看↗142
  • bohonghuang/sbcl-termux-buildbohonghuang 的头像

    bohonghuang/sbcl-termux-build

    48在 GitHub 上查看↗

    Prebuilt SBCL binary for Android (Termux)

    Shell
    在 GitHub 上查看↗48
  • chee/eclwebchee 的头像

    chee/eclweb

    20在 GitHub 上查看↗

    hacked together several things for a wasm common lisp repl

    JavaScript
    在 GitHub 上查看↗20
  • cis198-2016s/homeworkcis198-2016s 的头像

    cis198-2016s/homework

    202在 GitHub 上查看↗
    Rust
    在 GitHub 上查看↗202
  • clojure/clojure-clrclojure 的头像

    clojure/clojure-clr

    1,646在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗1,646
  • compilers-course-materials/cs75-s16-lecturescompilers-course-materials 的头像

    compilers-course-materials/cs75-s16-lectures

    42在 GitHub 上查看↗
    HTML
    在 GitHub 上查看↗42
  • cython/cythoncython 的头像

    cython/cython

    10,767在 GitHub 上查看↗

    Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It functions as a static typing optimizer and a C extension generator, allowing developers to declare C types within Python code to reduce interpreter overhead and increase execution speed. The project enables the wrapping of external C libraries to provide high-level interfaces to low-level system capabilities. It also serves as a native binary packager, capable of freezing scripts and their dependencies into standalone executable binaries for distribution. The system covers a broad

    Cythonbig-dataccpp
    在 GitHub 上查看↗10,767
  • alexkehayias/wozA

    alexkehayias/woz

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • davesnx/query-jsondavesnx 的头像

    davesnx/query-json

    634在 GitHub 上查看↗

    Faster, simpler and more portable implementation of jq-inspired language in OCaml

    OCaml
    在 GitHub 上查看↗634
  • dmiller/clojure-clr-nextdmiller 的头像

    dmiller/clojure-clr-next

    142在 GitHub 上查看↗

    Next generation of ClojureCLR under development.

    F#clojureclojureclr
    在 GitHub 上查看↗142
  • dotnet/roslyndotnet 的头像

    dotnet/roslyn

    20,241在 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
    在 GitHub 上查看↗20,241
  • drmeister/claspdrmeister 的头像

    drmeister/clasp

    2,769在 GitHub 上查看↗

    clasp Common Lisp environment

    Common Lisp
    在 GitHub 上查看↗2,769
  • ecky-l/waclE

    ecky-l/wacl

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • fable-compiler/fablefable-compiler 的头像

    fable-compiler/Fable

    3,101在 GitHub 上查看↗

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

    F#beamdarterlang
    在 GitHub 上查看↗3,101
  • fsharp/fsharpfsharp 的头像

    fsharp/fsharp

    2,159在 GitHub 上查看↗

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

    F#
    在 GitHub 上查看↗2,159
  • gamesys/moonshinegamesys 的头像

    gamesys/moonshine

    506在 GitHub 上查看↗

    A lightweight Lua VM for the browser

    Lua
    在 GitHub 上查看↗506
  • gleefre/hello-alienGleefre 的头像

    Gleefre/hello-alien

    50在 GitHub 上查看↗

    SBCL works on android as part of an application!

    C
    在 GitHub 上查看↗50
  • ianjsikes/rust-wasm-loaderI

    ianjsikes/rust-wasm-loader

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ironscheme/ironschemeIronScheme 的头像

    IronScheme/IronScheme

    411在 GitHub 上查看↗

    IronScheme

    Schemec-sharpdotnetdotnetcore
    在 GitHub 上查看↗411
  • itchyny/gojqitchyny 的头像

    itchyny/gojq

    3,770在 GitHub 上查看↗

    gojq is a JSON query engine and transformation tool implemented in Go. It serves as a Go language port of the jq command, providing a library for embedding JSON and YAML manipulation capabilities directly into Go applications. The tool functions as an arbitrary-precision JSON processor, performing mathematical operations on large integers to prevent precision loss or numeric overflow during data transformations. Its broader capabilities include filtering and reshaping structured data using a specialized query language, converting between YAML and JSON formats, and formatting date and time st

    Go
    在 GitHub 上查看↗3,770
  • aarzilli/goluaaarzilli 的头像

    aarzilli/golua

    700在 GitHub 上查看↗

    Go bindings for Lua C API - in progress

    C
    在 GitHub 上查看↗700
  • jasoncharnes/run.rbJ

    jasoncharnes/run.rb

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • 01alchemist/turboscript0

    01alchemist/TurboScript

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0