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 lsevero/abclj

Projects sharing features with Abclj

30 open-source projects similar to lsevero/abclj, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 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
  • atgreen/openldkatgreen avatar

    atgreen/openldk

    257View on GitHub↗

    A JIT Compiler and Runtime for Java in Common Lisp

    Java
    View on GitHub↗257
  • bendudson/py4clbendudson avatar

    bendudson/py4cl

    258View on GitHub↗

    Call python from Common Lisp

    Common Lisp
    View on GitHub↗258
  • byulparan/cl-nextstepbyulparan avatar

    byulparan/cl-nextstep

    46View on GitHub↗

    Cocoa binding for Common Lisp on macOS

    Common Lisp
    View on GitHub↗46
  • 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

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
  • 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
  • digikar99/py4cl2digikar99 avatar

    digikar99/py4cl2

    55View on GitHub↗

    Call python from Common Lisp

    Common Lisp
    View on GitHub↗55
  • digikar99/py4cl2-cffidigikar99 avatar

    digikar99/py4cl2-cffi

    55View on GitHub↗

    CFFI based alternative to py4cl2

    Common Lisp
    View on GitHub↗55
  • dtenny/clj-arrowsdtenny avatar

    dtenny/clj-arrows

    17View on GitHub↗

    Clojure-compatible threading/transformation/arrow macros for Common Lisp

    Common Lisp
    View on GitHub↗17
  • dtenny/clj-colldtenny avatar

    dtenny/clj-coll

    81View on GitHub↗

    Clojure collection and sequence APIs in Common Lisp, with optional Clojure collection syntax

    Common Lisp
    View on GitHub↗81
  • dtenny/clj-condtenny avatar

    dtenny/clj-con

    46View on GitHub↗

    Clojure-style concurrency operations in Common Lisp

    Common Lisp
    View on GitHub↗46
  • dtenny/clj-redtenny avatar

    dtenny/clj-re

    13View on GitHub↗

    Clojure-style regular expression functions in Common Lisp

    Common Lisp
    View on GitHub↗13
  • dtenny/with-redefsdtenny avatar

    dtenny/with-redefs

    3View on GitHub↗

    WITH-REDEFS enables rebinding of global functions, inspired by Clojure's with-redefs

    Common Lisp
    View on GitHub↗3
  • dundalek/lizdundalek avatar

    dundalek/liz

    291View on GitHub↗

    Borrowing Zig's tagline:

    Clojure
    View on GitHub↗291
  • eigenhombre/cl-ojueigenhombre avatar

    eigenhombre/cl-oju

    21View on GitHub↗

    Some Clojure-ish thingies for Common Lisp

    Common Lisp
    View on GitHub↗21
  • fiddlerwoaroof/objc-lisp-bridgefiddlerwoaroof avatar

    fiddlerwoaroof/objc-lisp-bridge

    46View on GitHub↗

    A portable reader and bridge for interacting with Objective-C and Cocoa

    Common Lisp
    View on GitHub↗46
  • flambard/clericflambard avatar

    flambard/CLERIC

    35View on GitHub↗

    Common Lisp Erlang Interface

    Common Lisp
    View on GitHub↗35
  • 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
  • guweigang/vjsxguweigang avatar

    guweigang/vjsx

    2View on GitHub↗

    V bindings to quickjs javascript engine. Run JS in V.

    V
    View on GitHub↗2
  • guweigang/vphpguweigang avatar

    guweigang/vphp

    4View on GitHub↗

    English | 中文

    V
    View on GitHub↗4
  • idris-lang/idris-devidris-lang avatar

    idris-lang/Idris-dev

    3,474View on GitHub↗

    A Dependently Typed Functional Programming Language

    Haskell
    View on GitHub↗3,474
  • jaredly/myntaxjaredly avatar

    jaredly/myntax

    52View on GitHub↗

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

    OCaml
    View on GitHub↗52
  • jasom/foiljasom avatar

    jasom/foil

    0View on GitHub↗

    Fork of Rich Hickey's Foil

    C#
    View on GitHub↗0
  • 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
  • joedf/exo-cli.ahkjoedf avatar

    joedf/Exo-CLI.ahk

    9View on GitHub↗

    Command line interface for AHK-Exo Lang

    JavaScript
    View on GitHub↗9
  • 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