awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to ldc-developers/ldc

Open-source alternatives to Ldc

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

  • amazingrise/rise-jvmA

    AmazingRise/rise-jvm

    0View on GitHub↗
    View on GitHub↗0
  • ams-hackers/gbforthams-hackers avatar

    ams-hackers/gbforth

    148View on GitHub↗

    👾 A Forth-based Game Boy development kit

    Forth
    View on GitHub↗148
  • andygeiss/esp32-transpilerandygeiss avatar

    andygeiss/esp32-transpiler

    99View on GitHub↗

    Transpile Golang into Arduino code to use fully automated testing at your IoT projects.

    Go
    View on GitHub↗99
  • arnetheduck/nlvmarnetheduck avatar

    arnetheduck/nlvm

    765View on GitHub↗
    Nimcompilerlanguagellvm
    View on GitHub↗765
  • assemblyscript/assemblyscriptAssemblyScript avatar

    AssemblyScript/assemblyscript

    17,926View on GitHub↗

    AssemblyScript is a compiler and tooling suite used for WebAssembly module development. It converts a subset of TypeScript syntax into binary modules to achieve high execution speeds and cross-platform binary execution. The project focuses on translating typed source code into the compact binary format required by WebAssembly runtimes. This allows for the movement of computationally heavy logic into binary modules for browser performance optimization and execution across different operating systems. The compilation process involves TypeScript-compatible syntax analysis and the generation of

    WebAssemblyassemblyscriptcompilertypescript
    View on GitHub↗17,926

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • astrolang/astroA

    astrolang/astro

    0View on GitHub↗
    View on GitHub↗0
  • aykevl/tinygoA

    aykevl/tinygo

    0View on GitHub↗
    View on GitHub↗0
  • ballerina-platform/nballerinaB

    ballerina-platform/nballerina

    0View on GitHub↗
    View on GitHub↗0
  • berry-lang/berryberry-lang avatar

    berry-lang/berry

    1,041View on GitHub↗

    A ultra-lightweight embedded scripting language optimized for microcontrollers.

    Cberrycembedded
    View on GitHub↗1,041
  • bevinsky/llvm-gbz80Bevinsky avatar

    Bevinsky/llvm-gbz80

    38View on GitHub↗

    LLVM port to the GBZ80 CPU

    LLVM
    View on GitHub↗38
  • bonsaiden/gbasmBonsaiDen avatar

    BonsaiDen/gbasm

    131View on GitHub↗

    A JavaScript based Gameboy Assembler

    JavaScript
    View on GitHub↗131
  • bytecodealliance/javybytecodealliance avatar

    bytecodealliance/javy

    2,694View on GitHub↗

    JS to WebAssembly toolchain

    Rust
    View on GitHub↗2,694
  • bytecodealliance/spidermonkey-wasm-rsB

    bytecodealliance/spidermonkey-wasm-rs

    0View on GitHub↗
    View on GitHub↗0
  • canadahonk/porfforCanadaHonk avatar

    CanadaHonk/porffor

    4,709View on GitHub↗

    Porffor is an ahead-of-time compiler that converts JavaScript and TypeScript source code into native machine code or C binaries. It functions as a native binary generator and transpiler, producing standalone executable files that do not require a runtime or virtual machine. The project translates source code into C language files and WebAssembly binary formats. It includes a direct-to-binary pipeline for TypeScript, allowing for the generation of target executables without a separate transpilation step to JavaScript. The toolset also includes an interactive read-eval-print loop for real-time

    JavaScript
    View on GitHub↗4,709
  • captbaritone/eel-wasmC

    captbaritone/eel-wasm

    0View on GitHub↗
    View on GitHub↗0
  • ciao-lang/ciaoC

    ciao-lang/ciao

    0View on GitHub↗
    View on GitHub↗0
  • cloudflare/cobaulC

    cloudflare/cobaul

    0View on GitHub↗
    View on GitHub↗0
  • crystal-lang/crystalcrystal-lang avatar

    crystal-lang/crystal

    20,299View on GitHub↗

    Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor

    Crystalcompilercrystalcrystal-language
    View on GitHub↗20,299
  • d-programming-gdc/gdcD-Programming-GDC avatar

    D-Programming-GDC/GDC

    359View on GitHub↗

    GDC is a GPL implementation of the D compiler which integrates the open source D front end with GCC.

    D
    View on GitHub↗359
  • dart-lang/languagedart-lang avatar

    dart-lang/language

    2,922View on GitHub↗

    Design of the Dart language

    TeXdart-languagelanguage-changesspecification
    View on GitHub↗2,922
  • dart-lang/sdkdart-lang avatar

    dart-lang/sdk

    11,042View on GitHub↗

    The Dart SDK is a comprehensive development kit for building cross-platform applications using a multi-paradigm programming language. It provides a unified toolchain that supports both just-in-time compilation for rapid development and ahead-of-time compilation for high-performance native machine code. The platform is built on a sound static type system and an isolate-based concurrency framework, which executes independent tasks in separate memory heaps to achieve parallelism without shared state contention. The SDK distinguishes itself through a versatile compilation pipeline that transforms

    Dartdartlanguageprogramming-language
    View on GitHub↗11,042
  • dfinity/dhcD

    dfinity/dhc

    0View on GitHub↗
    View on GitHub↗0
  • dlang/dmdD

    dlang/dmd

    3,285View on GitHub↗

    DMD is the reference compiler for the D programming language.

    D
    View on GitHub↗3,285
  • dotnet/runtimelabdotnet avatar

    dotnet/runtimelab

    1,601View on GitHub↗

    This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.

    View on GitHub↗1,601
  • drh/lccdrh avatar

    drh/lcc

    2,574View on GitHub↗

    The lcc retargetable ANSI C compiler

    C
    View on GitHub↗2,574
  • dy/jzD

    dy/jz

    0View on GitHub↗
    View on GitHub↗0
  • edubart/nelua-langedubart avatar

    edubart/nelua-lang

    2,394View on GitHub↗

    Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.

    Luaccompilerefficient
    View on GitHub↗2,394
  • endbasic/endbasicE

    endbasic/endbasic

    0View on GitHub↗
    View on GitHub↗0
  • fantasyinternet/poetryF

    FantasyInternet/poetry

    0View on GitHub↗
    View on GitHub↗0
  • aardappel/lobsteraardappel avatar

    aardappel/lobster

    2,728View on GitHub↗

    The Lobster Programming Language

    C++
    View on GitHub↗2,728