Clojure is a functional, dynamic, general-purpose programming language. It provides built-in concurrency support via software transactional memory and asynchronous agents, and offers a rich set of immutable, persistent data structures. Clojure runs on JVM, JavaScript VMs, and Common Language Runtime.
Beginners friendly Clojure REPL
Utility library for Clojure and ClojureScript
Cross-platform zero knowledge proofs
An unofficial Firestore API for Clojure. Provides tools for doing single pulls and writes, streaming real-time data, batched writes and transactions.
clojure实现burp插件,提供clj脚本加载环境
Clojure CLI tool for managing Clojure CLI tools
Jarl is an Open Policy Agent (OPA) evaluator for the JVM and Javascript, written in Clojure(Script)
Next-generation CI/CD tool that uses the full power of Clojure!
REPL notebook for COVID19 visualization article – example code to produce maps in Vega from Clojure
boot-bundle: managed dependencies for boot, the clojure build tool
Github notifications on Slack
Resilience4Clj circuit breaker lets you decorate a function call (usually with a potential of external failure) with a safety mechanism to interrupt t...
Kafka Streams in Clojure
computer-aided harmony and counterpoint
A set of libraries to make working with firebase easier in clojure
A clojure implementation of a blockchain based on "Learn Blockchains by Building One"
A predicate stack dispatch system for Clojure/Script
A Clojure library for approximate comparison of floating point types
A babashka pod for interacting with sqlite3.
Venice, a Clojure inspired sandboxed Lisp dialect with Java interoperability serving as a safe scripting language.
Time computation library with CRON scheduling capability
A fast and small XML processor for Clojure. With XML namespace support and secure defaults.
A Clojure/Spring integration
Voice activated Discord bot running on GCP
threading macro(s) for transducers / transducers re-imagined as streams
A minimal tempo bridge between Pioneer Pro DJ Link and Ableton Link in Clojure.
Static Markdown Blog/Site using Fulcro & Pathom with no backend
A text editor written in clojure
A Languages visualization experiment
Plugin for Neovim that seamlessly integrates Parinfer and Paredit for editing lisp code
CubiQL: A GraphQL service for querying multidimensional Linked Data Cubes
Infer mvn deps from sources
Progress indicators for command line Clojure apps, including support for indeterminate and determinate tasks.
Mini wrapper over java CompletableFuture with a manifold deferred after-taste
A Discord bot that lets you create polls in your server
An efficient cross-platform DirectoryWatcher based service for Clojure
Getting Started with Clojure on Heroku.
Modern logging facade for Clojure/Script
Where we're at in 2025 with Lisp, by Claude Code Opus 4.1
Find unused deps in a clojure project
A bag of goodies for working with a Clojure REPL
Converts Figma designs into Reagent/Hiccup components to render in the browser
Declarative, composable and extensible tree querying and transformation based on EQL.
code design patterns
Clojure to Rust compiler
[MAINTENANCE ONLY]: A simple GitHub Actions job to create Pull Requests for outdated dependencies in clojure projects
An adapter between Ring core request/response model and Holy Lambda. Run Ring applications on AWS Lambda :fire:
:books: Java Notes & Examples. | 语法基础、数据结构、工程实践、设计模式、并发编程、JVM、Scala