Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Clojure

Clojure

291 projects

Showing 36 of 291 projects

Infer
InferClojure

A Clojure library for machine learning and statistical inference designed for production deployment and composable algorithms.

#statistical-inference#production-ml#feature-engineering
Stars176
Forks36
Last commit10 years ago
Clops
ClopsClojure

A Clojure template for web development with SPA support, backend and frontend setup included.

#spa#webframework#clojurescript
Stars175
Forks8
Last commit5 years ago
lein-bikeshed
lein-bikeshedClojure

A Leiningen plugin that enforces code quality standards by checking for common style issues and anti-patterns in Clojure projects.

#build-tools#leiningen-plugin#code-quality
Stars174
Forks22
Last commit7 years ago
jme-clj
jme-cljClojure

A Clojure wrapper library for the jMonkeyEngine 3D game engine, enabling REPL-driven game development.

#java-interop#functional-programming#lisp
Stars172
Forks11
Last commit1 year ago
Castra
CastraClojure

A Clojure/Script RPC library for web applications that makes async server calls feel like expression evaluation.

#unidirectional-dataflow#cqrs#clojurescript
Stars172
Forks25
Last commit5 years ago
json-html
json-htmlClojure

A Clojure/Script library that converts JSON/EDN data into human-readable HTML DOM nodes.

#dom-manipulation#debugging-tools#hiccup
Stars164
Forks15
Last commit6 years ago
postagga
postaggaClojure

A Clojure/ClojureScript library for building self-contained natural language parsers using part-of-speech tagging and semantic rules.

#part-of-speech-tagging#bots#language-understanding
Stars162
Forks16
Last commit5 years ago
clj-postgresql
clj-postgresqlClojure

A Clojure library providing PostgreSQL helpers with automatic type conversions and connection management.

#database-driver#postgis#connection-pooling
Stars162
Forks17
Last commit1 year ago
re-frame-flow
re-frame-flowClojure

A graph-based visualization tool for tracing and debugging re-frame event chains in ClojureScript applications.

#tracing#debugging-tools#developer-tools
Stars159
Forks3
Last commit5 years ago
Streaming Histograms
Streaming HistogramsJava

A Clojure/Java library for streaming, one-pass histograms that approximate data distributions for learning, visualization, and analysis.

#statistical-analysis#java-library#parallel-algorithms
Stars159
Forks25
Last commit
ClojisR
ClojisRClojure

A bridge library enabling Clojure to call R functions and use R objects for statistical computing and data science.

#data-science#rlang#r-language
Stars159
Forks11
Last commit8 days ago
vim-cljfmt (Vim)
vim-cljfmt (Vim)Vim Script

A Vim plugin that formats Clojure code using cljfmt via a REPL connection for faster formatting.

#cljfmt#editor-tool#productivity
Stars156
Forks20
Last commit3 years ago
trikl
triklClojure

A Terminal UI library for Clojure that provides React-like component rendering and state management for building terminal applications.

#hiccup#component-based#telnet-server
Stars155
Forks8
Last commit3 years ago
comportex
comportexClojure

A Clojure library implementing Hierarchical Temporal Memory (HTM) for temporal sequence learning and prediction.

#simulation#hierarchical-temporal-memory#library
Stars153
Forks27
Last commit9 years ago
scheje
schejeClojure

A Scheme interpreter implemented in Clojure, featuring hygienic macros and a REPL.

#programming-language#compiler#hygienic-macros
Stars149
Forks11
Last commit9 years ago
contajners
contajnersClojure

An idiomatic, data-driven, REPL-friendly Clojure client for OCI-compliant container engines like Docker and Podman.

#hacktoberfest#babashka#podman
Stars148
Forks8
Last commit5 days ago
notespace
notespaceClojure

A notebook-like experience within Clojure namespaces, enabling interactive visualization without leaving your editor.

#notebook#editor-integration#kindly
Stars148
Forks10
Last commit2 years ago
Revise
ReviseClojure

A Clojure client for RethinkDB offering asynchronous, lock-free, and idiomatic query semantics.

#functional-programming#asynchronous#nosql
Stars146
Forks7
Last commit11 years ago
splint
splintClojure

A fast, extensible Clojure linter focused on style and code shape, inspired by RuboCop.

#developer-tools#clojure-cli#linter
Stars141
Forks5
Last commit13 days ago
Saite
SaiteClojure

A Clojure(Script) client/server application for creating interactive documents and dashboards with data visualizations, markdown, and LaTeX.

#charting-application#vega-lite#clojurescript
Stars141
Forks4
Last commit11 months ago
Brutha
BruthaClojure

A simple, unopinionated ClojureScript interface to React that lets you manage application state independently.

#functional-programming#clojurescript#frontend
Stars139
Forks2
Last commit9 years ago
Touchstone
TouchstoneClojure

A simple, high-performance A/B testing library for Clojure web applications using multi-armed bandit algorithms.

#conversion-optimization#taoensso#redis
Stars139
Forks5
Last commit2 years ago
aprint
aprintClojure

A Clojure pretty-printing library that provides compact, colorful, and readable output for REPL debugging.

#developer-tools#syntax-highlighting#clojure-library
Stars137
Forks5
Last commit10 years ago
Encog
EncogClojure

A Clojure wrapper for the Encog machine learning framework, specializing in neural network construction and training.

#encog-wrapper#genetic-algorithms#classification
Stars136
Forks10
Last commit10 years ago
Specql
SpecqlClojure

A Clojure library that introspects PostgreSQL databases at compile time to generate clojure.spec definitions and automate CRUD queries.

#clojure-spec#query-builder#crud
Stars135
Forks10
Last commit1 year ago
Persistent AVL trees
Persistent AVL treesClojure

Persistent sorted maps and sets for Clojure/Script with log-time rank queries, nearest key lookups, and splitting operations.

#persistent-collections#rank-queries#functional-programming
Stars135
Forks20
Last commit5 months ago
specql
specqlClojure

A Clojure library that introspects PostgreSQL databases at compile time to generate clojure.spec definitions and automate CRUD queries.

#clojure-spec#crud#database
Stars135
Forks10
Last commit1 year ago
clj-chrome-devtools
clj-chrome-devtoolsClojure

A Clojure library for controlling headless Chrome via the Chrome DevTools Protocol, with auto-generated low-level commands and higher-level automation utilities.

#clojurescript#headless-chrome#babashka
Stars134
Forks20
Last commit
clj-ml
clj-mlClojure

A machine learning library for Clojure built on top of Weka, providing filters, classifiers, regression, and clustering algorithms.

#data-science#classification#weka
Stars134
Forks20
Last commit4 years ago
ogre
ogreClojure

A Clojure Gremlin Language Variant for querying Apache TinkerPop-enabled graph databases.

#tinkerpop#graph#graph-algorithms
Stars130
Forks27
Last commit4 years ago
origami
origamiClojure

A JVM library providing the lowest barrier of entry to image processing, computer vision, and neural networks using OpenCV.

#dnn#yolov8#opencv
Stars130
Forks6
Last commit3 months ago
pronto
prontoClojure

A Clojure library for idiomatic, type-safe interaction with Protocol Buffers 3, treating protobuf POJOs as native Clojure maps.

#data-interop#protobuf-java#type-safety
Stars126
Forks12
Last commit2 years ago
Ping CRM / Clojure
Ping CRM / ClojureClojure

A full-stack Clojure/ClojureScript demo application illustrating Inertia.js integration for building modern web apps.

#single-page-app#integrant#clojurescript
Stars124
Forks15
Last commit3 years ago
Drift
DriftClojure

A Clojure migration library inspired by Rails migrations, managing database schema changes through versioned up/down functions.

#java-interop#version-control#database-migrations
Stars122
Forks26
Last commit3 years ago
bolt
boltClojure

An integrated security system for Clojure applications built on Stuart Sierra's component library.

#modular-architecture#web-security#authentication
Stars121
Forks9
Last commit11 years ago
Interview cake Clojure solutions
Interview cake Clojure solutionsClojure

Clojure solutions with unit tests for Interview Cake algorithm and data structure problems.

#functional-programming#leetcode-alternative#unit-testing
Stars121
Forks17
Last commit
PreviousPage 7 of 9Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
2 years ago
1 year ago
9 years ago
#Clojurescript104
#Functional Programming69
#Clojure Library33
#Jvm29
#Repl27
#Machine Learning20
#Web Development17
#Database16
#Library15
#Jdbc14
#Development Tools14
#Data Visualization14