An open API service indexing awesome lists of open source software.

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.

https://github.com/ahmadnazir/org-clock-stats

Make sense of the data that gets logged when using emacs org-mode to clock-in for tasks.

clojure emacs org-journal org-mode

Last synced: 19 May 2026

https://github.com/merrickluo/go-dash

Functional programming utilities inspired by clojure for golang.

clojure generic golang

Last synced: 24 Apr 2026

https://github.com/divs1210/streamex-benchmark

MicroBenchmark: Clojure seqs vs transducers vs Java StreamEx

clojure java streams transducers

Last synced: 19 May 2026

https://github.com/andeemarks/clojure-4-java-devs

An introductory presentation about Clojure - specifically for Java developers

caesar-cipher clojure gorilla-repl java presentation

Last synced: 19 May 2026

https://github.com/pauloportugal/real-fizzbuzz-clojure

The Real FizzBuzz in Clojure

clojure clojure-spec fizzbuzz

Last synced: 26 Jun 2025

https://github.com/lhncbc/chemapp

A baseline chemical annotator

clojure java named-entity-recognition

Last synced: 19 May 2026

https://github.com/fmind/jsonpipe

Demonstrate how to process jsonlines files in parallel with Clojure

clojure demonstration jsonlines parallel processing

Last synced: 19 May 2026

https://github.com/djebbz/rum-bug-class

Minimal reproduction case repository for a bug in rum/Sablono

clojure clojurescript reactjs rum sablono

Last synced: 19 May 2026

https://github.com/lilactown/graphql-demo

GraphQL demo using Clojure + Pedestal + Lacinia

clojure graphql graphql-demo lacinia pedestal

Last synced: 19 May 2026

https://github.com/clj-lx/compojure-api-chassis-template

Compojure-api leiningen template for microservices chassis

clojure compojure-api microservices-chassis

Last synced: 30 May 2026

https://github.com/lross2k/evapotranspiration-gui

Small desktop application for soil properties calculations

clojure humbleui

Last synced: 12 Jul 2025

https://github.com/athos/intro-to-spec

A learing project for clojure.spec

clojure examples spec

Last synced: 22 Jul 2025

https://github.com/ljpengelen/ultra-chat

An app that demonstrates server-sent event with http-kit

clojure http-kit

Last synced: 19 May 2026

https://github.com/teekeks/aoc2022

Advent of Code 2022 Solutions

advent-of-code aoc aoc2022 clojure

Last synced: 13 Sep 2025

https://github.com/scpatt/cronjure

Clojure wrapper for the cron-utils library

clojure cron cron-expression cron-libraries cron-utils jvm quartz

Last synced: 19 May 2026

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/nuid/hex

Cross-platform hex {en,de}coding

clj cljc cljs clojure clojurescript hex hexadecimal

Last synced: 02 Jan 2026

https://github.com/aygp-dr/secure-code-analyzer

Scan source code for OWASP Top 10 vulnerabilities, injection risks, and insecure patterns

babashka cli clojure

Last synced: 08 Apr 2026

https://github.com/aygp-dr/code-smell-detector

Detect code smells like long methods, deep nesting, and god classes with refactoring suggestions

babashka cli clojure

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

babashka cli clojure

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

babashka cli clojure

Last synced: 08 Apr 2026

https://github.com/aygp-dr/data-sync-verifier

Verify data integrity during synchronization — detect drift, missing records, and schema mismatches

babashka cli clojure

Last synced: 08 Apr 2026

https://github.com/majorcluster/clj-data-adapter

A Clojure library designed to convert data

clojure data lib library

Last synced: 12 Jul 2025

https://github.com/majorcluster/datomic-helper

A Clojure library with handy functions for using datomic-free

clojure datomic lib library

Last synced: 18 Jun 2025

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/sulami/prelude

Personal Toolbox

clojure

Last synced: 29 Mar 2025

https://github.com/boxp/murakumo

A Google Cloud Platform API Libraries for Clojure.

clojure gcp

Last synced: 26 Jun 2025

https://github.com/jgaehring/quahog-quontrol

A web app for configuring a Quahog sensor

clojure quahog

Last synced: 26 Jun 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/macielti/postgresql-component

PostgreSQL Component is a library that provides a PostgreSQL component for use with the Integrant library

clojure integrant postgresql

Last synced: 22 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/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/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/stelcodes/dev-blog

My developer blog, portfolio, resume

clojure

Last synced: 27 Jun 2025

https://github.com/ilevd/hugsql-inline-plugin

Inline SQL parameters to SQL query string

clojure hugsql inline

Last synced: 27 Jun 2025

https://github.com/jrwdunham/aoc2019

Advent of Code 2019

advent-of-code-2019 clojure

Last synced: 14 Sep 2025

https://github.com/chunsen-w/clojure-di

A clojure library to help manage app state, and the dependency graph, like DI libraries for java

clj clojure dependency-injection di state-management

Last synced: 24 Dec 2025

https://github.com/agilecreativity/try-clj-interop

try-clj-interop by agilecreativity

clojure example-project interop java

Last synced: 28 Apr 2026

https://github.com/agilecreativity/clj-audiotagger

Clojure command-line library designed to make it easy to manipulate/cleanup bad mp3 tag with UTF-8 support

claudio clojure command-line-tool jaudiotagger java-interop

Last synced: 06 Apr 2025

https://github.com/agilecreativity/encrypted-config

Encrypt configuration library for Clojure

clojure configuration encryption-tool security-hardening

Last synced: 06 Apr 2025

https://github.com/agilecreativity/etuk-template

Leiningen template for etuk library

automation-selenium clojure leiningen selenium template

Last synced: 30 Apr 2026

https://github.com/shaolans/clojure_sudoku_csp

Sudoku game with a solver implemented in Clojure using the CSP

clojure csp solver sudoku

Last synced: 20 Jun 2025

https://github.com/stepankuzmin/hackerrank

My HackerRank solutions

clojure hackerrank java javascript python ruby

Last synced: 08 Apr 2026

https://github.com/vane-tech/ring-json-logger

12 factor app logging in a JSON format for your ring clojure app

12-factor clojure json logging logging-library logs ring ring-middleware

Last synced: 22 Mar 2025

https://github.com/macielti/aws-client-component

AWS Client Integrant component

aws clojure graalvm sqs

Last synced: 08 Feb 2026

https://github.com/drylikov/secrets.clj

A library designed to generate cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets.

authentication choice clj clojure cryptography drng jvm password prng random rng secrets secure security timestamp token uuid xkcd

Last synced: 21 May 2026

https://github.com/wall-brew-co/lein-sealog

A Leiningen plugin for managing your changelog.

changelog-generator clojure lein-plugin leiningen

Last synced: 02 Jan 2026

https://github.com/bsless/malli-jackson

Create malli schema from Jackson annotations

clojure jackson-annotation schema

Last synced: 21 May 2026

https://github.com/sgopale/sgopale.github.io

Trying to use Clojure for everything

blog clojure llm openai-api

Last synced: 30 Jun 2026

https://github.com/seryiza/health-patient

Clojure CRUD App :P

clojure crud

Last synced: 02 Jan 2026

https://github.com/igrishaev/gosql

Good old SQL driven by templates

clojure jdbc selmer sql template

Last synced: 23 Jul 2025

https://github.com/kirahowe/clojurescript-tic-tac-toe

A smart tic-tac-toe built with reframe to learn clojure(script)

clojure clojurescript reframe

Last synced: 15 Sep 2025

https://github.com/punit-naik/vega-clj

A clojure(script) library that generates vega spec to be rendered as a chart by the Vega JS lib

clojure clojurescript vega-lite visualisation

Last synced: 21 May 2026

https://github.com/punit-naik/in-memory-mongo

A Clojure library designed to work with an in-memory version of MongoDB for testing purposes

clojure in-memory mongodb testing

Last synced: 07 May 2026

https://github.com/punit-naik/sqles

A Clojure library designed to convert SQL statements into Elasticsearch queries

clojure elasticsearch es query query-builder sql sql-to-elasticsearch sql-to-es

Last synced: 19 Apr 2026

https://github.com/punit-naik/in-memory-es

A Clojure library designed to work with an in-memory version of Elasticsearch for testing purposes.

clojure elasticsearch in-memory

Last synced: 11 May 2026

https://github.com/knowledgegarden/pi-clj

Paul Thagard's PI system transliterated from Lisp to Clojure - work very much in progress

ai clojure

Last synced: 14 Mar 2025

https://github.com/danielmartincraig/coffi-demo-deps

This app demos calling native code from Clojure, using the excellent Coffi library found at https://github.com/IGJoshua/coffi

clojure codespaces coffi java jdk-18 jni openjdk panama

Last synced: 02 Jan 2026

https://github.com/gallettilance/clojure_mylib

a library of functions I built to get practice with Clojure

basics clojure functional-programming lazy-evaluation streams

Last synced: 14 May 2025

https://github.com/macielti/rango-graalvm

Rango is a REST API for school canteen management (GraalVM compliant version)

clojure docker graalvm postgresql

Last synced: 20 Apr 2026

https://github.com/tomdewildt/clojure-basics

Syntax basics for the clojure programming language

actions clj clojure syntax vscode

Last synced: 14 May 2025

https://github.com/konstan/test-report-sonar

test-report-sonar is a tool for producing Sonar Generic Execution XML reports from clojure.test test suites.

clojure sonarqube testing tests

Last synced: 03 Jan 2026

https://github.com/mihajlo7/character-coding

Demonstration examples of algorithms and their performance measurement in the clojure programming language.

artificial-intelligence clojure dinamic-programming genetic-algorithm mesurement

Last synced: 03 Jan 2026

https://github.com/xiongtx/reload-error-boot

Minimal repo for clojure-emacs/cider#2104.

boot cider clojure clojurescript

Last synced: 22 May 2026

https://github.com/data-miner00/clojureverse

Sandbox for tinkering with Clojure

clojure jvm leiningen

Last synced: 04 Feb 2026

https://github.com/jovannypcg/parens-of-the-dead

A series of zombie-themed games written in Clojure and ClojureScript.

clojure clojurescript practice-project

Last synced: 07 Apr 2025

https://github.com/vendethiel/ideas-luminus.clj

Ideas in Clojure with the Luminus framework (and postgresql)

clojure luminus

Last synced: 09 May 2026

https://github.com/diogok/datemath-clj

Relative time date math in clojure

clojure datemath datetime

Last synced: 06 Jun 2026

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/akobashikawa/tadam-personas

Estudiando Clojure con Tadam.

clojure html5 tadam

Last synced: 18 Jun 2026

https://github.com/ljpengelen/lijstje

Small app to create and share wish lists (in Dutch)

clojure

Last synced: 20 May 2026

https://github.com/ljpengelen/clojure-energy-cli

A Clojure CLI for sorting words manually

clojure leiningen

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/frenchy64/clojureaction

Reusable GitHub Actions builds for Clojure

actions ci clojure

Last synced: 18 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/clojurestream/stripe-clojure

Clojure (JVM) SDK library for the Stripe API.

clojure sdk stripe

Last synced: 26 Jul 2025

https://github.com/jiro4989/colc.clj

CombinatorLogicのClojure実装

clojure combinator

Last synced: 26 Jul 2025

https://github.com/rymndhng/logfmt

logfmt for clojure

clojure logfmt

Last synced: 19 Sep 2025

https://github.com/rawleyfowler/kaja

Solving programming, logic, and math problems with Clojure.

clojure kata problem-solving

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

clojure

Last synced: 15 Mar 2026