Clojure
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.
- GitHub: https://github.com/topics/clojure
- Wikipedia: https://en.wikipedia.org/wiki/Clojure
- Repo: https://github.com/clojure
- Created by: Rich Hickey
- Released: October 16, 2007
- Related Topics: clojurescript, cljs, language,
- Aliases: clj,
- Last updated: 2026-07-09 00:05:47 UTC
- JSON Representation
https://github.com/lagenorhynque/projecteuler
Solutions to the problems from Project Euler
clojure coffeescript haskell java mathematics python ruby scala
Last synced: 08 Apr 2026
https://github.com/johnnyjayjay/servant
Super simple file server/browser
clojure hacktoberfest web-server
Last synced: 04 Apr 2025
https://github.com/andeemarks/checkstyle-edn-listener
A basic Checkstyle AuditListener implementation to output checkstyle results in EDN (https://github.com/edn-format/edn)
auditlistener checkstyle clojure edn
Last synced: 20 May 2026
https://github.com/lagenorhynque/fractal-tree
Fractal tree drawing program
clojure clojure-turtle fractal-tree turtle-graphics
Last synced: 01 Jul 2026
https://github.com/akobashikawa/tadam-personas
Estudiando Clojure con Tadam.
Last synced: 18 Jun 2026
https://github.com/lagenorhynque/clj-tdd
Study notes on Test-Driven Development: By Example (『テスト駆動開発』)
clojure clojure-spec test-driven-development
Last synced: 01 Jul 2026
https://github.com/jackdbd/pegthing
My implementation of the Peg Thing game in Clojure for the Brave and True
clojure functional-programming
Last synced: 27 Mar 2025
https://github.com/avvessalom/itmo-functional-programming
Лабораторные работы по функциональному программированию (ИТМО, ПИиКТ-СиППО, 4 курс).
clojure functional-programming
Last synced: 04 Apr 2025
https://github.com/asukiaaa/audio-video-practice
A project to sound audios and show images.
Last synced: 17 Mar 2025
https://github.com/asukiaaa/clj-opencl-practice
clojure matrix-multiplication opencl
Last synced: 17 Mar 2025
https://github.com/alvarogarcia7/kata-rover-clojure
clj clojure kata mars-rover midje rover
Last synced: 23 May 2026
https://github.com/strojure/slf4j-mdc
Clojure utility for SLF4J logging system's MDC (Mapped Diagnostic Context)
Last synced: 19 Jul 2025
https://github.com/sinkaszab/limbda
Functional programming helper library.
clojure es6 es6-javascript functional-js functional-programming lambda lisp
Last synced: 18 Feb 2026
https://github.com/adityaathalye/slideware
Where the conference talk slides are...
clojure conference-presentations conference-talks conference-tutorial functional-programming object-oriented-programming presentations slides talks workshop-materials
Last synced: 04 Apr 2025
https://github.com/ljpengelen/lijstje
Small app to create and share wish lists (in Dutch)
Last synced: 20 May 2026
https://github.com/ljpengelen/clojure-energy-cli
A Clojure CLI for sorting words manually
Last synced: 17 May 2026
https://github.com/ljpengelen/advent-of-code-2021
Solutions in Clojure for Advent of Code 2021
advent-of-code advent-of-code-2021 clojure
Last synced: 22 Mar 2025
https://github.com/serioga/test-ring-undertow
Trying a new ring-undertow library in real application
Last synced: 03 Apr 2025
https://github.com/inqwell/entity-core
Domain Type Definitions in Clojure
clojure domain-types entity enum scalar
Last synced: 02 Jul 2026
https://github.com/frenchy64/clojureaction
Reusable GitHub Actions builds for Clojure
Last synced: 18 May 2026
https://github.com/willahh/photoni
clojure clojurescript ddd ddd-architecture
Last synced: 30 May 2026
https://github.com/ashenfad/space-saving
The "SpaceSaving" stream counting algorithm for Clojure
clojure data-summary stream-counting-algorithm
Last synced: 24 Jul 2025
https://github.com/bo-tato/protohackers
learning clojure by solving protohackers challenges
clojure protohackers protohackers-solutions
Last synced: 27 Mar 2025
https://github.com/zoowii/clj-jsonrpc
A simple JSON-RPC 2.0 library for Clojure
Last synced: 24 Feb 2026
https://github.com/clojurestream/clerk-workshop
Files for Clerk Workshop at ClojureStream
Last synced: 17 May 2026
https://github.com/macielti/postgresql-component
PostgreSQL Component is a library that provides a PostgreSQL component for use with the Integrant library
Last synced: 22 Jul 2025
https://github.com/jeiwan/woot
A simple application that demonstrates usage of Clojure + ClojureScript + Reagent.
basic-app clojure clojurescript template
Last synced: 20 May 2026
https://github.com/mmirgttam/particles
Particle system simulations using Quil
Last synced: 01 Jul 2026
https://github.com/green-coder/omni-datalog
Datalog on arbitrary Clojure datastructure
clojure clojurescript datalog-engine wip-do-not-use
Last synced: 05 Apr 2025
https://github.com/jgaehring/quahog-quontrol
A web app for configuring a Quahog sensor
Last synced: 26 Jun 2025
https://github.com/rarescosma/clojure.bat
This project accompanies my journey through the excelent book "Clojure for the Brave and True"
Last synced: 11 Apr 2025
https://github.com/clojurestream/stripe-clojure
Clojure (JVM) SDK library for the Stripe API.
Last synced: 26 Jul 2025
https://github.com/pmonks/cljig
A little Clojure jig for discovering, evaluating, and prototyping 3rd party Clojure and Java libraries, for eventual use in your own project(s), all from the REPL.
clojure jig library-discovery prototyping repl
Last synced: 05 Apr 2025
https://github.com/boxp/murakumo
A Google Cloud Platform API Libraries for Clojure.
Last synced: 26 Jun 2025
https://github.com/rawleyfowler/kaja
Solving programming, logic, and math problems with Clojure.
Last synced: 27 Jul 2025
https://github.com/af2b/datastructure
A comprehensive collection of fundamental data structures implemented in different langs with practical, real-world examples. Each implementation includes detailed documentation covering from basic concepts to advanced usage, focusing on both educational understanding and practical applications.
clojure data-structures golang golang-examples ruby rust swift
Last synced: 09 Apr 2026
https://github.com/djebbz/talk-paris-clojure-meetup-specter
Repository for my talk given at Paris Clojure Meetup, on June 25th 2018 about Specter
clojure clojurescript data-manipulation meetup talk
Last synced: 27 Jul 2025
https://github.com/djebbz/bug-rebel-readline
bug clojure clojurescript rebel-readline
Last synced: 27 Jul 2025
https://github.com/domoszlai/clj-ipc
A node-ipc compatible Clojure library for working with unix domain sockets using core.async channels.
async asynchronous clojure ipc unix-domain-socket
Last synced: 19 Feb 2026
https://github.com/kevgathuku/alert-scout
Smart RSS/Atom feed monitoring, alerting and reporting system
Last synced: 20 Jan 2026
https://github.com/tdworowy/structure-and-interpretation-of-computer-programs
Last synced: 27 Jul 2025
https://github.com/null-none/lein-clojure
Quick run through of clojure, ring, and docker
clojure docker docker-compose lein leiningen
Last synced: 13 Apr 2026
https://github.com/atomicptr/velocity
Velocity is an application starter kit for Clojure that provides the perfect starting point for your next project.
clojure clojure-web daisy-ui daisyui htmx starter-kit starter-template tailwind tailwindcss
Last synced: 28 Jul 2025
https://github.com/gabemeister/year-end-recap-clj
Deprecated, please see https://github.com/GabeMeister/yer-cli
Last synced: 15 Mar 2026
https://github.com/wf001/learn-lacinia
A sample implementation of a GraphQL API powered by Clojure.
apollo clojure lacinia sakila-db
Last synced: 22 Jul 2025
https://github.com/ramblurr/advent-of-code
Advent of Code solutions in Clojure
advent-of-code advent-of-code-2022 advent-of-code-2022-clojure advent-of-code-2023 advent-of-code-2023-clojure advent-of-code-clojure clojure
Last synced: 17 Jun 2025
https://github.com/drmrd/advent-of-code-2017
My solutions to Advent of Code 2017 problems in Clojure
Last synced: 09 Mar 2026
https://github.com/majorcluster/datomic-helper
A Clojure library with handy functions for using datomic-free
Last synced: 18 Jun 2025
https://github.com/macielti/rango
Rango is a REST API for school canteen management.
clojure docker graalvm postgresql
Last synced: 09 Jul 2025
https://github.com/jcosentino11/euler
Implementation of Project Euler problems
clojure euler-exercises leiningen
Last synced: 07 Nov 2025
https://github.com/jaydeesimon/stint-repl
my personal datetime calculator
calculator clojure datetime repl
Last synced: 01 Jul 2026
https://github.com/majorcluster/clj-data-adapter
A Clojure library designed to convert data
Last synced: 12 Jul 2025
https://github.com/burkaydurdu/tom
Tom is a cross-platform recording system project
clojure clojurescript electron
Last synced: 15 May 2026
https://github.com/purukaushik/brave_clojure
Braving clojure
brave-clojure clojure learning-clojure
Last synced: 22 Sep 2025
https://github.com/vernongrant/device-locking-demo
A simple re-frame demo application.
clojure clojurescript re-frame
Last synced: 31 Mar 2025
https://github.com/micheam/examples-clj
Snippets and sample apps with clojure
clojure clojure-deps sample-code snippets
Last synced: 05 Apr 2025
https://github.com/aygp-dr/data-sync-verifier
Verify data integrity during synchronization — detect drift, missing records, and schema mismatches
Last synced: 08 Apr 2026
https://github.com/aygp-dr/distributed-log-analyzer
Parse, correlate, and analyze logs from distributed systems to surface patterns and anomalies
Last synced: 08 Apr 2026
https://github.com/aygp-dr/code-readability-analyzer
Score code readability and surface specific improvements for naming, structure, and complexity
Last synced: 08 Apr 2026
https://github.com/cwithmichael/calculator
Simple calculator app using Clojure w/ Reagent
Last synced: 26 Mar 2025
https://github.com/aygp-dr/code-smell-detector
Detect code smells like long methods, deep nesting, and god classes with refactoring suggestions
Last synced: 08 Apr 2026
https://github.com/samuelcarriles/haltingproblem
An investigation about halting problem.
Last synced: 15 May 2026
https://github.com/warfox/kafkapp-clj
Kafka consumer and producer examples
clojure kafka kafka-consumer kafka-producer kafka-streams transactional
Last synced: 23 Sep 2025
https://github.com/aygp-dr/secure-code-analyzer
Scan source code for OWASP Top 10 vulnerabilities, injection risks, and insecure patterns
Last synced: 08 Apr 2026
https://github.com/nuid/hex
Cross-platform hex {en,de}coding
clj cljc cljs clojure clojurescript hex hexadecimal
Last synced: 02 Jan 2026
https://github.com/ggandor/filmvilag-scraper
Web scraper for the online archives at filmvilag.hu
Last synced: 10 Jul 2025
https://github.com/klaragtknst/clj_exploration_leaks
This repository stores work on (statistical) analysis of unstructured data using Clojure as a programming language.
clj clojure conexp conexp-clj exploratory-data-analysis fca
Last synced: 29 Mar 2025
https://github.com/outskirtslabs/sfv
A 0-dependency Clojure library for parsing and generating Structured Field Values for HTTP (RFC 9651/8941)
clojure http rfc8941 rfc9651 structured-fields structured-headers web
Last synced: 24 Sep 2025
https://github.com/frankw42/playwright
Clojure Playwright E2E harness with EDN logs and Docker image
clojure docker e2e playwright testing
Last synced: 04 May 2026
https://github.com/nuid/base64
Cross-platform base64 {en,de}coding
base64 base64-decoding base64-encoding clj cljc cljs clojure clojurescript
Last synced: 06 Apr 2026
https://github.com/foss-santanu/games
A collection of games developed in Clojure
clojure functional-programming game-development lisp
Last synced: 24 Sep 2025
https://github.com/aygp-dr/gemini-repl-006
Educational literate programming exercise: Use AI assistants to build a Clojure/Babashka REPL from org-mode specifications
ai-assistant babashka clojure functional-programming gemini-ai literate-programming org-mode repl
Last synced: 24 Sep 2025
https://github.com/aygp-dr/claude-log-stream
Advanced analytics engine for Claude Code logs with real-time processing capabilities
claude-api clojure data-analysis monitoring
Last synced: 24 Sep 2025
https://github.com/chrispyl/thesis_systems_dynamic_modeling_with_clojure
Code for my diploma thesis 'Systems Dynamics Modeling with Clojure'
clojure javascript parallel-programming
Last synced: 02 Jul 2026
https://github.com/codebeige/boot-reset
Boot task for resetting component lifecycle in development.
boot boot-tasks clojure component
Last synced: 24 Sep 2025
https://github.com/lagenorhynque/linting-example
Example code for trying lint tools
Last synced: 18 Jun 2026
https://github.com/rynkowsg/serverless-demo
A couple of Serverless Framework examples.
clojure clojurescript serverless serverlessframework shadow-cljs
Last synced: 19 May 2026
https://github.com/af2b/leetcode
A collection of LeetCode problems solutions
clojure leetcode leetcode-go leetcode-golang leetcode-ruby leetcode-solutions leetcode-sql leetcode-swift leetcode-ts leetcode-typescript
Last synced: 27 Apr 2026
https://github.com/wall-brew-co/spoon
A collection of non-domain-specific utility functions
clojure clojurescript library utils
Last synced: 03 Jan 2026
https://github.com/rwstauner/perun-selmer
Perun boot task to process selmer templates
Last synced: 24 Sep 2025
https://github.com/boraseoksoon/cljs-merge
Merge jsons into a single one.
clojure clojurescript deep-merge javascript join json jsons merge nodejs objects replace two
Last synced: 09 Apr 2026