awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to luxlang/lux

Open-source alternatives to LuxLang Lux

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

  • kanaka/malkanaka का अवतार

    kanaka/mal

    10,665GitHub पर देखें↗

    This project is a Lisp interpreter implementation guide and framework designed to teach the core principles of programming language design. It provides a structured, step-by-step technical framework for building a functional Lisp language from scratch, featuring a specialized interpreter engine and an S-expression parser that converts syntax into abstract syntax trees. The project emphasizes a code-as-data metaprogramming framework, enabling the implementation of macros, quoting, and quasiquoting to transform expressions during evaluation. It is designed with host language agnosticism, allowi

    Assemblybashcc-plus-plus
    GitHub पर देखें↗10,665
  • alexdovzhanyn/thetalangA

    alexdovzhanyn/ThetaLang

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • gamesys/moonshinegamesys का अवतार

    gamesys/moonshine

    506GitHub पर देखें↗

    A lightweight Lua VM for the browser

    Lua
    GitHub पर देखें↗506
  • area9innovation/waseA

    area9innovation/wase

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • artichoke/artichokeartichoke का अवतार

    artichoke/artichoke

    3,131GitHub पर देखें↗

    💎 Artichoke is a Ruby made with Rust

    Rustartichokelanguageprogramming-language
    GitHub पर देखें↗3,131

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • ballercat/waltballercat का अवतार

    ballercat/walt

    4,639GitHub पर देखें↗

    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
  • benzap/edenbenzap का अवतार

    benzap/eden

    142GitHub पर देखें↗

    Embedded and Extensible Scripting Language in Clojure

    Clojure
    GitHub पर देखें↗142
  • bohonghuang/sbcl-termux-buildbohonghuang का अवतार

    bohonghuang/sbcl-termux-build

    48GitHub पर देखें↗

    Prebuilt SBCL binary for Android (Termux)

    Shell
    GitHub पर देखें↗48
  • chee/eclwebchee का अवतार

    chee/eclweb

    20GitHub पर देखें↗

    hacked together several things for a wasm common lisp repl

    JavaScript
    GitHub पर देखें↗20
  • cython/cythoncython का अवतार

    cython/cython

    10,767GitHub पर देखें↗

    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
  • daurnimator/lua.vm.jsdaurnimator का अवतार

    daurnimator/lua.vm.js

    839GitHub पर देखें↗

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

    C
    GitHub पर देखें↗839
  • davesnx/query-jsondavesnx का अवतार

    davesnx/query-json

    634GitHub पर देखें↗

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

    OCaml
    GitHub पर देखें↗634
  • drmeister/claspdrmeister का अवतार

    drmeister/clasp

    2,769GitHub पर देखें↗

    clasp Common Lisp environment

    Common Lisp
    GitHub पर देखें↗2,769
  • ecky-l/waclE

    ecky-l/wacl

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • alexkehayias/wozA

    alexkehayias/woz

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • gleefre/hello-alienGleefre का अवतार

    Gleefre/hello-alien

    50GitHub पर देखें↗

    SBCL works on android as part of an application!

    C
    GitHub पर देखें↗50
  • ianjsikes/rust-wasm-loaderI

    ianjsikes/rust-wasm-loader

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • ironlanguages/ironpython3IronLanguages का अवतार

    IronLanguages/ironpython3

    2,752GitHub पर देखें↗

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

    C#c-sharpdlrironpython
    GitHub पर देखें↗2,752
  • itchyny/gojqitchyny का अवतार

    itchyny/gojq

    3,770GitHub पर देखें↗

    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
  • jasoncharnes/run.rbJ

    jasoncharnes/run.rb

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • jeaye/jankjeaye का अवतार

    jeaye/jank

    3,276GitHub पर देखें↗

    The native Clojure dialect hosted on LLVM with seamless C++ interop.

    C++
    GitHub पर देखें↗3,276
  • jqlang/jqjqlang का अवतार

    jqlang/jq

    34,901GitHub पर देखें↗

    This project is a command-line processor designed for the parsing, filtering, and transformation of structured data streams. It functions as a declarative programming environment that treats data as immutable streams, allowing users to perform complex structural modifications through the composition of small, reusable functions. By utilizing a recursive tree traversal engine, the system enables the navigation, inspection, and modification of deeply nested hierarchical data structures. The engine distinguishes itself through a stream-oriented architecture that processes input records one by on

    Cjq
    GitHub पर देखें↗34,901
  • jruby/jrubyjruby का अवतार

    jruby/jruby

    3,906GitHub पर देखें↗

    JRuby is a Ruby language implementation that runs on the Java Virtual Machine. It serves as a cross-language runtime and execution environment, allowing Ruby code to run on the JVM and share memory with Java applications. The project functions as a bridge between Ruby and Java, enabling Ruby scripts to call Java classes and libraries directly. It also provides a mechanism to embed a Ruby interpreter into Java applications to allow for dynamic scripting. The runtime leverages the JVM for system scalability and ensures a consistent execution environment across different operating systems.

    Rubyconcurrencyinvokedynamicjruby
    GitHub पर देखें↗3,906
  • jwhiteman/lighthouse-schemejwhiteman का अवतार

    jwhiteman/lighthouse-scheme

    41GitHub पर देखें↗

    A toy Scheme-like language on Elixir, just for fun

    Elixir
    GitHub पर देखें↗41
  • aarzilli/goluaaarzilli का अवतार

    aarzilli/golua

    700GitHub पर देखें↗

    Go bindings for Lua C API - in progress

    C
    GitHub पर देखें↗700
  • kanaka/wamK

    kanaka/wam

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • kojix2/cry-wasmK

    kojix2/cry-wasm

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • koute/cargo-webkoute का अवतार

    koute/cargo-web

    1,112GitHub पर देखें↗

    This cargo subcommand aims to make it easy and convenient to build, develop and deploy client-side Web applications written in Rust.

    Rust
    GitHub पर देखें↗1,112
  • lingdong-/waxLingDong- का अवतार

    LingDong-/wax

    850GitHub पर देखें↗

    wax is a tiny language designed to transpile to other languages easily. Currently supported backends: C, C++, Java, TypeScript, Python, C#, Swift, Lua, as well as directly to WebAssembly.

    C
    GitHub पर देखें↗850
  • 01alchemist/turboscript0

    01alchemist/TurboScript

    0GitHub पर देखें↗
    GitHub पर देखें↗0