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 timothypratley/rustly

Open-source alternatives to Rustly

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

  • alandipert/gherkinA

    alandipert/gherkin

    0View on GitHub↗
    View on GitHub↗0
  • anko/eslispanko avatar

    anko/eslisp

    540View on GitHub↗

    un-opinionated S-expression syntax and macro system for JavaScript

    LiveScript
    View on GitHub↗540
  • carp-lang/carpcarp-lang avatar

    carp-lang/Carp

    5,815View on GitHub↗

    Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless integration with existing C libraries and low-level system programming. It manages memory deterministically at compile time using ownership tracking and linear types, eliminating garbage collection pauses and runtime overhead while ensuring type safety through an inferred static type system. The language distinguishes itself through compile-time macro expansion and metaprogramming capabilities, allowing code generation and transformation before final binary output. It enforces

    Haskellfunctionalfunctional-programminggame-development
    View on GitHub↗5,815
  • chr15m/flkchr15m avatar

    chr15m/flk

    504View on GitHub↗

    Fleck is a Clojure-like LISP that runs wherever Bash is.

    Shell
    View on GitHub↗504
  • digego/extemporedigego avatar

    digego/extempore

    1,463View on GitHub↗

    Extempore is a live-coding environment for music, audio and graphics. It pairs a Scheme interpreter with xtlang---a statically-typed lisp that compiles to LLVM IR at runtime---so you can reshape a running program while it keeps making sound. Runs on Linux (x8664 and aarch64), macOS (Apple…

    C
    View on GitHub↗1,463

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
  • dundalek/lizdundalek avatar

    dundalek/liz

    291View on GitHub↗

    Borrowing Zig's tagline:

    Clojure
    View on GitHub↗291
  • glycerine/zygomysglycerine avatar

    glycerine/zygomys

    1,787View on GitHub↗

    Quick examples...

    Go
    View on GitHub↗1,787
  • gozala/wispGozala avatar

    Gozala/wisp

    988View on GitHub↗

    A little Clojure-like LISP in JavaScript.

    wisp
    View on GitHub↗988
  • jaredly/myntaxjaredly avatar

    jaredly/myntax

    52View on GitHub↗

    A parser, converter, and pretty-printer generator for OCaml.

    OCaml
    View on GitHub↗52
  • jeffbezanson/femtolispJeffBezanson avatar

    JeffBezanson/femtolisp

    1,714View on GitHub↗

    This project began with an attempt to write the fastest lisp interpreter I could in under 1000 lines of C. It snowballed from there as I kept trying to see if I could add powerful features with minimal code. At the same time I assembled a library of some of my favorite C code (by myself and…

    Scheme
    View on GitHub↗1,714
  • jlangch/venicejlangch avatar

    jlangch/venice

    45View on GitHub↗

    “Living is worthwhile if one can contribute in some small way to this endless chain of progress.” ― Paul A.M. Dirac

    Java
    View on GitHub↗45
  • jsloop42/dreamlispjsloop42 avatar

    jsloop42/dreamlisp

    8View on GitHub↗

    DreamLisp is a Lisp dialect with immutable data structures, modules and is a Lisp-2 with an unhygienic macro system. DreamLisp interpreter is implemented in Objective-C and as such can run on macOS and iOS. It is tail recursive, uses ARC instead of garbage collection taking advantage of the…

    Objective-C
    View on GitHub↗8
  • kiselgra/c-merakiselgra avatar

    kiselgra/c-mera

    444View on GitHub↗

    C-Mera is a very simple source-to-source compiler that utilizes Lisp's macro system for meta programming of C-like languages. One of its main goals is to be easily extensible to other C-like languages and the different versions based on C-Mera's core illustrate that this is a simple process.

    Common Lisp
    View on GitHub↗444
  • lsevero/abcljlsevero avatar

    lsevero/abclj

    93View on GitHub↗

    Clojure to Common lisp interop

    Clojure
    View on GitHub↗93
  • makuto/cakelispM

    makuto/cakelisp

    0View on GitHub↗
    View on GitHub↗0
  • mattwparas/steelmattwparas avatar

    mattwparas/steel

    2,366View on GitHub↗

    An embedded scheme interpreter in Rust

    Rust
    View on GitHub↗2,366
  • murarth/ketosmurarth avatar

    murarth/ketos

    769View on GitHub↗

    Ketos is a Lisp dialect functional programming language.

    Rust
    View on GitHub↗769
  • pcostanza/slickP

    pcostanza/slick

    0View on GitHub↗
    View on GitHub↗0
  • pollrobots/schemePollRobots avatar

    PollRobots/scheme

    182View on GitHub↗

    An R7RS Scheme implemented in WebAssembly

    WebAssembly
    View on GitHub↗182
  • racketscript/racketscriptracketscript avatar

    racketscript/racketscript

    735View on GitHub↗

    RacketScript is an experimental lightweight Racket to JavaScript (ECMAScript 6) compiler. RacketScript aims to leverage both JavaScript and Racket's ecosystem, and make interoperability between them clean and smooth.

    Racket
    View on GitHub↗735
  • roman01la/clj-wasmroman01la avatar

    roman01la/clj-wasm

    159View on GitHub↗

    Clojure-flavored WASM's text format

    Clojure
    View on GitHub↗159
  • schism-lang/schismschism-lang avatar

    schism-lang/schism

    220View on GitHub↗

    Schism is an experimental compiler from Scheme to WebAssembly. It enables developers to run programs written in Scheme in the browser or server environments such as NodeJS. The compiler supports a subset of the R6RS version Scheme, and is self-hosting, meaning Schism is implemented in Schism itself.

    View on GitHub↗220
  • sctb/lumensctb avatar

    sctb/lumen

    568View on GitHub↗

    Lumen = Lumen is a very small, self-hosted Lisp for Lua and JavaScript. It provides a flexible compilation environment with an extensible reader, macros, and extensible special forms, but otherwise attempts to match the target runtime environment as closely as possible. You can get started by…

    JavaScript
    View on GitHub↗568
  • squint-cljs/squintsquint-cljs avatar

    squint-cljs/squint

    874View on GitHub↗

    Squint is a light-weight dialect of ClojureScript with a compiler and standard library.

    Clojure
    View on GitHub↗874
  • swadey/lispsyntax.jlswadey avatar

    swadey/LispSyntax.jl

    236View on GitHub↗

    LispSyntax.jl: A clojure-like lisp syntax for julia

    Julia
    View on GitHub↗236
  • toccata-lang/toccataToccata-Lang avatar

    Toccata-Lang/toccata

    6View on GitHub↗

    Toccata

    C
    View on GitHub↗6
  • tomhrr/daletomhrr avatar

    tomhrr/dale

    1,044View on GitHub↗

    Lisp-flavoured C

    C++
    View on GitHub↗1,044
  • zylisp/zylispzylisp avatar

    zylisp/zylisp

    13View on GitHub↗

    A Simple Lisp that compiles to Go

    Go
    View on GitHub↗13