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

milestones
milestonesClojure

A Clojure/ClojureScript library that automatically generates project schedules from task descriptions with constraints like resources, duration, and dependencies.

#project-planning#clojurescript#open-source-library
Stars120
Forks21
Last commit
Friboo
FribooClojure

A lightweight utility library for building microservices in Clojure with Swagger-based API-first design and built-in components.

#oauth#rest-api#api-first
Stars118
Forks16
Last commit9 years ago
struct
structClojure

A structural validation library for Clojure and ClojureScript.

#declarative-programming#functional-programming#clojurescript
Stars117
Forks15
Last commit4 years ago
electron-template
electron-templateJavaScript

A Leiningen template for creating Electron applications with ClojureScript and Reagent.

#clojurescript#reagent#leiningen-template
Stars116
Forks11
Last commit10 years ago
clojure-tensorflow
clojure-tensorflowClojure

A lightweight Clojure wrapper for TensorFlow's Java API, providing idiomatic access to machine learning operations.

#java-interop#functional-programming#interop
Stars113
Forks18
Last commit5 years ago
proteus
proteusClojure

A Clojure library providing local mutable variables with unsynchronized, unboxed performance for in-scope mutation.

#functional-programming#macros#performance-optimization
Stars112
Forks5
Last commit9 years ago
fx-clj
fx-cljClojure

A Clojure library for building JavaFX 8 applications with functional, hiccup-like syntax and core.async integration.

#desktop-application#fxml#hiccup-syntax
Stars111
Forks9
Last commit8 years ago
herfi
herfiClojure

A 3D multiplayer game prototype built with Clojure and ClojureScript, featuring an Entity Component System architecture.

#multiplayer#clojurescript#game-prototype
Stars111
Forks10
Last commit4 years ago
zaffre
zaffreClojure

A fast Clojure library for emulating a terminal with OpenGL rendering and Unicode support.

#terminal-emulation#unicode#opengl
Stars110
Forks5
Last commit2 years ago
Pink Gorilla Notebook
Pink Gorilla NotebookClojure

A lightweight, extensible web-based notebook REPL for Clojure and ClojureScript with rich UI visualizations.

#clojurescript#reagent#notebook
Stars107
Forks10
Last commit5 years ago
clojure.jdbc
clojure.jdbcClojure

A JDBC library for Clojure providing a functional, idiomatic API for database interactions.

#database-driver#functional-programming#database
Stars105
Forks24
Last commit7 years ago
k9
k9Clojure

A small Clojure library for constructing and training neural networks using core.matrix.

#educational#neural-networks#lightweight
Stars105
Forks13
Last commit11 years ago
clojure.jdbc
clojure.jdbcClojure

A JDBC library for Clojure providing a functional, idiomatic API for database interactions.

#functional-programming#database#connection-pooling
Stars105
Forks24
Last commit7 years ago
Clojure
ClojureClojure

A Ring middleware adapter for Inertia.js to build single-page apps in Clojure without building a separate API.

#single-page-app#compojure#reagent
Stars102
Forks3
Last commit3 years ago
dl4clj
dl4cljClojure

A Clojure wrapper for Deeplearning4j, providing idiomatic access to neural networks, data import, and distributed training.

#spark#wrapper-library#data-science
Stars99
Forks18
Last commit8 years ago
secrets.clj
secrets.cljClojure

A Clojure library for generating cryptographically strong random numbers, tokens, and secrets.

#authentication#tokens#secrets-management
Stars98
Forks2
Last commit2 years ago
Bardo
BardoClojure

A Clojure(Script) library for creating and composing interpolators between data values, with easing and transition utilities.

#functional-programming#ui-animation#clojurescript
Stars95
Forks4
Last commit7 years ago
ABCLJ
ABCLJClojure

Embedded Common Lisp interop for Clojure via ABCL, enabling seamless use of CL libraries and compilers.

#java-interop#language-interop#lisp
Stars93
Forks4
Last commit5 years ago
Verbal-Exprejon
Verbal-ExprejonClojure

A Clojure library for building complex regexes using a fluent, composable API without writing regex syntax.

#functional-programming#regex-builder#dsl
Stars90
Forks2
Last commit10 years ago
Synaptic
SynapticClojure

A Clojure library for building and training neural networks with support for various architectures and learning algorithms.

#experimentation#deep-learning#neural-networks
Stars88
Forks11
Last commit10 years ago
vim-eastwood (Vim)
vim-eastwood (Vim)Vim Script

A Vim plugin that integrates Eastwood, a Clojure linter, using a REPL connection for faster linting without shelling out to Leiningen.

#linter#repl#code-quality
Stars85
Forks7
Last commit5 years ago
metaclj
metacljClojure

Staged compilation for Clojure with environment and special-form aware syntax-quoting.

#metaprogramming#lisp#macros
Stars82
Forks4
Last commit4 years ago
Machine Head
Machine HeadClojure

A Clojure MQTT client library covering key MQTT v3 features with a convenient API.

#clojurewerkz#iot#library
Stars81
Forks23
Last commit2 years ago
edn-rs
edn-rsRust

A Rust crate for parsing, emitting, and converting EDN (Extensible Data Notation) data.

#data-serialization#serde-alternative#data-interchange
Stars81
Forks12
Last commit2 days ago
Router
RouterClojure

A bidirectional RESTful Ring router for Clojure and ClojureScript, inspired by Ruby on Rails routing.

#resource-oriented#rest#clojurescript
Stars80
Forks4
Last commit9 years ago
lambda-ml
lambda-mlClojure

A small machine learning library written in Clojure providing simple, concise implementations of ML algorithms.

#functional-programming#lisp#ml-library
Stars78
Forks9
Last commit7 years ago
Envision
EnvisionClojure

A Clojure library for data processing, cleanup, and interactive visualization using D3.

#statistics#data-visualization#clojure
Stars77
Forks3
Last commit8 years ago
graphql-query
graphql-queryClojure

A Clojure(Script) library for generating GraphQL queries from Clojure data structures.

#declarative#clojurescript#graphql
Stars75
Forks10
Last commit2 years ago
kvlt
kvltClojure

A uniform asynchronous HTTP client for Clojure and ClojureScript across JVM, Node.js, and browsers.

#clojurescript#async-programming#server-sent-events
Stars70
Forks8
Last commit8 years ago
clj-net-pcap
clj-net-pcapJava

A Clojure wrapper for jNetPcap that simplifies packet capturing and network traffic analysis.

#traffic-analysis#java-library#libpcap
Stars67
Forks32
Last commit2 years ago
Metabase Datomic
Metabase DatomicClojure

A Metabase driver for Datomic databases, enabling business intelligence and analytics on Datomic data.

#metabase#business-intelligence#database-connector
Stars67
Forks10
Last commit5 years ago
Jubot
JubotClojure

A Clojure chatbot framework with REPL-driven development, Slack integration, and Redis brain support.

#cron-scheduling#component-system#open-source
Stars67
Forks4
Last commit11 years ago
javastar
javastarClojure

A Clojure library that enables writing Java code directly within Clojure programs using a macro.

#programming-language#java-interop#functional-programming
Stars65
Forks4
Last commit13 years ago
Statistiker
StatistikerClojure

A minimalistic Clojure library for statistical analysis, inference, and machine learning.

#libsvm#open-source#statistics
Stars65
Forks9
Last commit11 years ago
cravendb
cravendbClojure

A Clojure document database with full-text search, custom indexes, multi-master replication, and transactional writes.

#http-server#document-database#vector-clocks
Stars63
Forks7
Last commit12 years ago
closeable-map
closeable-mapClojure

A Clojure map that implements java.io.Closeable for simple, recursive application state management.

#auto-closeable#functional-programming#integrant
Stars63
Forks2
Last commit27 days ago
PreviousPage 8 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
4 years ago
#Clojurescript104
#Functional Programming69
#Clojure Library33
#Jvm29
#Repl27
#Machine Learning20
#Web Development17
#Database16
#Library15
#Jdbc14
#Development Tools14
#Data Visualization14