Files
awesome-awesomeness/html/clojure.md2.html
2025-07-18 23:13:11 +02:00

801 lines
34 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<h1 id="awesome-clojure-awesome">Awesome Clojure <a
href="https://github.com/sindresorhus/awesome"><img
src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg"
alt="Awesome" /></a></h1>
<ul>
<li><a href="#awesome-products-in-clojure">Awesome products in
Clojure</a>
<ul>
<li><a href="https://github.com/OneKeePass/desktop">OneKeePass</a>: A
secure password manager and <a
href="https://github.com/OneKeePass/mobile">mobile app in
ClojureScript</a></li>
<li><a href="https://penpot.app/">Penpot</a>: design and prototyping
platform</li>
<li><a href="http://lighttable.com/">LightTable (IDE)</a>
(archived)</li>
<li><a href="https://www.maria.cloud/">Maria.cloud (Online IDE for
beginners)</a></li>
<li><a href="http://riemann.io/">Riemann (Monitoring)</a></li>
<li><a href="https://precursorapp.com/">Precursor (Online prototyping
tool)</a></li>
<li><a href="https://github.com/puppetlabs/puppet-server">Puppet
Server</a></li>
<li><a href="https://github.com/puppetlabs/puppetdb">PuppetDB</a></li>
<li><a href="https://github.com/metabase/metabase">Metabase</a></li>
<li><a href="https://github.com/lambdaisland/metabase-datomic">Metabase
Datomic</a></li>
<li><a href="https://circleci.com/">CircleCI</a></li>
<li><a href="https://github.com/maitria/avi">Avi (vim rewrite)</a></li>
<li><a href="https://github.com/mogenslund/liquid">Liquid (Text
Editor)</a></li>
<li><a
href="https://github.com/clojupyter/clojupyter">Clojupyter</a></li>
<li><a href="https://github.com/matthiasn/meins">meins</a></li>
<li><a href="https://github.com/jepsen-io/jepsen">Jepsen</a></li>
<li><a href="https://github.com/braidchat/braid">Braid</a>: a team-chat
app with a novel UI that leads to better conversations</li>
<li><a href="https://github.com/tokenmill/accelerated-text">Accelerated
Text</a>: a natural language generation environment (backend: Clojure,
frontend: JS)</li>
<li><a href="https://github.com/gojek/ziggurat">Ziggurat</a>: a
framework built to simplify Stream processing on Kafka</li>
<li><a href="https://github.com/oakes/Nightcode">Nightcode</a>: An IDE
for Clojure (archived)</li>
<li><a href="https://github.com/oakes/Nightlight">Nightlight</a>: text
editor (archived)</li>
<li><a href="https://github.com/pkamenarsky/atea">Atea</a>: a
minimalistic menu bar time tracker for MacOS (legacy, requires jvm
1.6)</li>
<li><a href="https://github.com/ertugrulcetin/herfi">herfi</a> - 3D
multiplayer game prototype written in Clojure and ClojureScript</li>
<li><a
href="https://github.com/ertugrulcetin/racing-game-cljs">racing-game-cljs</a>
- A 3D racing game built with ClojureScript, React and ThreeJS</li>
</ul></li>
<li><a href="#awesome-saas-in-clojure">Awesome SaaS (partially OSS) in
Clojure</a>
<ul>
<li><a href="https://github.com/logseq/logseq">Logseq</a>: knowledge
management and collaboration (open frontend)</li>
</ul></li>
<li><a href="#languages-written-with-clojure">Languages written with
Clojure</a>
<ul>
<li><a href="https://github.com/jeaye/jank">jank</a></li>
<li><a href="https://github.com/LuxLang/lux">lux</a></li>
<li><a
href="https://github.com/kanaka/mal/tree/master/impls/clojure">mal</a></li>
<li><a href="https://github.com/turbopape/scheje">scheje</a></li>
<li><a href="https://github.com/benzap/eden">eden</a></li>
<li><a href="https://ferret-lang.org">ferret</a></li>
</ul></li>
<li><a href="#awesome-tools-in-clojure">Awesome tools in Clojure</a>
<ul>
<li><a href="#awesome-macros-usage">Awesome macros usage</a></li>
<li><a href="#advanced-datastructures">Advanced datastructures</a></li>
<li><a href="#web-framework">Web Framework</a></li>
<li><a href="#dependency-injection">Dependency injection</a></li>
<li><a href="#build-automation-and-package-management">Build Automation
and Package management</a></li>
<li><a href="#version-control-management">Version Control
Management</a></li>
<li><a href="#date-and-time">Date and Time</a></li>
<li><a href="#gui">GUI</a></li>
<li><a href="#audio">Audio</a></li>
<li><a href="#http">HTTP</a></li>
<li><a href="#database">Database</a></li>
<li><a href="#connection-pools">Connection pools</a></li>
<li><a href="#structural-migrations">Structural Migrations</a></li>
<li><a href="#redis">Redis</a></li>
<li><a href="#json">JSON</a></li>
<li><a href="#protocol-buffers-and-grpc">Protocol Buffers and
gRPC</a></li>
<li><a href="#orm-and-sql-generation">ORM and SQL generation</a></li>
<li><a href="#security">Security</a></li>
<li><a href="#restful-api">RESTful API</a></li>
<li><a href="#graphql-api">GraphQL API</a></li>
<li><a href="#emails">Emails</a></li>
<li><a href="#html-manipulation">HTML Manipulation</a></li>
<li><a href="#data-validation">Data Validation</a></li>
<li><a href="#type-system">Type System</a></li>
<li><a href="#pattern-matching">Pattern Matching</a></li>
<li><a href="#async-processing">Async processing</a></li>
<li><a href="#monads">Monads</a></li>
<li><a href="#websocket">WebSocket</a></li>
<li><a href="#testing">Testing</a></li>
<li><a href="#webdriver-automation">Webdriver automation</a></li>
<li><a href="#code-analysis-and-linter">Code Analysis and
Linter</a></li>
<li><a href="#science-and-data-analysis">Science and Data
Analysis</a></li>
<li><a href="#machine-learning">Machine Learning</a></li>
<li><a href="#computer-vision">Computer Vision</a></li>
<li><a href="#text-processing">Text Processing</a></li>
<li><a href="#parsing">Parsing</a></li>
<li><a href="#editor-plugins">Editor Plugins</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#literate-programming">Literate Programming</a></li>
<li><a href="#archives-and-compression">Archives and
Compression</a></li>
<li><a href="#miscellaneous">Miscellaneous</a></li>
<li><a href="#debugging">Debugging tools</a></li>
<li><a href="#ci">CI</a></li>
<li><a href="#project-management">Project Management</a></li>
<li><a href="#terminal-ui">Terminal UI</a></li>
<li><a href="#graphviz">Graphviz</a></li>
</ul></li>
<li><a href="#resources">Resources</a>
<ul>
<li><a href="#guides">Guides</a></li>
<li><a href="#video-tutorials">Video tutorials</a></li>
<li><a href="#websites">Websites</a></li>
<li><a href="#twitter">Twitter</a></li>
<li><a href="#exercises">Exercises</a></li>
</ul></li>
</ul>
<h2 id="awesome-macros-usage">Awesome macros usage</h2>
<p><em>Answers why the lisp shines, killer features in action</em></p>
<ul>
<li><p><a href="https://github.com/clojure/core.async">core.async</a> -
transforms AST into CSP programs</p></li>
<li><p><a href="https://github.com/leonoel/cloroutine">cloroutine</a> -
suspends and continuations (coroutines)</p></li>
<li><p><a href="https://github.com/leonoel/missionary">missionary</a> -
a reactive dataflow programming toolkit</p></li>
<li><p><a href="https://github.com/venantius/photon">photon</a> -
realtime web, like Meteor, but for Clojure(Script)</p></li>
<li><p><a href="https://github.com/brandonbloom/metaclj">metaclj</a> -
staged compilation</p></li>
<li><p><a href="https://github.com/noprompt/meander">meander</a> -
transparent data transformation using datastructure
pattermatching</p></li>
<li><p><a href="https://github.com/ztellman/proteus">proteus</a> -
introduce mutable variables (dont use, just learn how to map your mind
into immutable world) ## Advanced datastructures</p></li>
<li><p><a href="https://github.com/redplanetlabs/specter">specter</a>:
an elegant API for querying and transforming nested and recursive
data</p></li>
<li><p><a href="https://github.com/noprompt/meander">meander</a>:
transparent data transformation (defined as pattern-matching)</p></li>
<li><p><a href="https://github.com/clojure/data.avl">Persistent AVL
trees</a>: persistent sorted maps and sets with log-time rank
queries</p></li>
<li><p><a href="https://github.com/clojure/data.finger-tree">Finger
Tree</a>: double-list, counted-double-list, counted-sorted-set</p></li>
<li><p><a
href="https://github.com/datacrypt-project/hitchhiker-tree">Hitchhiker
Tree</a>: create fast, snapshottable, massively scalable
databases</p></li>
<li><p><a href="https://github.com/llasram/hier-set">Hierarchical
set</a></p></li>
<li><p><a href="https://github.com/amalloy/ordered">Ordered</a>: ordered
sets and maps</p></li>
<li><p><a href="https://github.com/Malabarba/lazy-map-clojure">Lazy
Map</a>: whose values are only calculated when accessed</p></li>
<li><p><a href="https://github.com/jimpil/duratom">Duratom</a>:
persisted atoms</p></li>
<li><p><a href="https://github.com/Factual/durable-queue">Durable
Queue</a>: queue persisted on disk</p></li>
<li><p><a href="https://github.com/lacuna/bifurcan">bifurcan</a>: linear
map/set/list (stores entries contiguously in memory), ;writtern in java,
but test suite (read: usage examples) <a
href="https://github.com/lacuna/bifurcan/blob/master/test/bifurcan">in
clojure</a></p></li>
</ul>
<h2 id="web-framework">Web Framework</h2>
<p><em>Actually dont search rails/django here, but compose them by
yourself</em> * <a
href="https://github.com/weavejester/compojure">Compojure</a> * <a
href="https://github.com/metosin/compojure-api">Compojure-api</a> * <a
href="http://www.luminusweb.net/">Luminus</a> * <a
href="https://github.com/weavejester/duct">Duct</a> * <a
href="https://github.com/pedestal/pedestal">Pedestal</a> * <a
href="https://github.com/metasoarous/datsys">Datsys</a> * <a
href="https://github.com/juxt/yada">yada</a> * <a
href="http://hoplon.io/">Hoplon</a> * <a
href="https://github.com/fulcrologic/fulcro">Fulcro</a> * <a
href="http://coastonclojure.com/">Coast</a> * <a
href="https://github.com/metosin/reitit">Reitit</a> * <a
href="https://www.tadam-framework.dev/">Tadam</a> * <a
href="https://gitlab.com/demonshreder/column">Column</a> * <a
href="https://biffweb.com/">Biff</a></p>
<h2 id="dependency-injection">Dependency injection</h2>
<p><em>Managed lifecycle of stateful objects</em></p>
<ul>
<li><a
href="https://github.com/stuartsierra/component">Component</a></li>
<li><a href="https://github.com/danielsz/system">System</a></li>
<li><a href="https://github.com/tolitius/mount">mount</a></li>
<li><a
href="https://github.com/weavejester/integrant">Integrant</a></li>
<li><a href="https://github.com/juxt/clip">clip</a></li>
<li><a
href="https://github.com/piotr-yuxuan/closeable-map">piotr-yuxuan/closeable-map</a></li>
<li><a href="https://github.com/darkleaf/di">darkleaf/di</a></li>
</ul>
<h2 id="build-automation-and-package-management">Build Automation and
Package management</h2>
<p><em>Libraries for project build automation and package/dependency
management.</em></p>
<ul>
<li><a
href="https://github.com/technomancy/leiningen">Leiningen</a></li>
<li><a href="https://github.com/boot-clj/boot">Boot</a></li>
<li><a href="https://www.clojure.org/guides/tools_build">tools.build</a>
<ul>
<li><a href="https://github.com/gnl/build.simple">build.simple</a></li>
</ul></li>
<li><a
href="https://github.com/clojurephant/clojurephant">clojurephant</a>
(Gradle plugin)</li>
<li><a href="https://github.com/thheller/shadow-cljs">shadow-cljs</a>
(Clojurescript)</li>
</ul>
<h2 id="version-control-management">Version Control Management</h2>
<p><em>Code utilities for interacting with VCS software</em></p>
<ul>
<li><a href="https://github.com/clj-jgit/clj-jgit">clj-jgit</a></li>
</ul>
<h2 id="date-and-time">Date and Time</h2>
<p><em>Libraries for working with dates and times.</em></p>
<ul>
<li><a href="https://github.com/clj-time/clj-time">clj-time</a></li>
<li><a
href="https://github.com/dm3/clojure.java-time">clojure.java-time</a> -
Java 8 Date-Time API</li>
<li><a href="https://github.com/luciolucio/holi">holi</a> - Calendar
operations that are aware of weekends and holidays</li>
<li><a href="https://github.com/tokenmill/timewords">timewords</a></li>
<li><a href="https://github.com/juxt/tick">tick</a>: Clojure(Script)
library, intended as replacement for clj-time</li>
</ul>
<h2 id="gui">GUI</h2>
<ul>
<li><a href="https://github.com/daveray/seesaw">seesaw</a></li>
<li><a href="https://github.com/lambdaisland/trikl">trikl</a></li>
<li><a href="https://github.com/aaronc/fx-clj">fx-clj</a></li>
</ul>
<h2 id="audio">Audio</h2>
<ul>
<li><a href="http://overtone.github.io/">Overtone</a></li>
<li><a href="https://github.com/alda-lang/alda">Alda</a></li>
</ul>
<h2 id="http">HTTP</h2>
<p><em>Libraries for working with HTTP.</em></p>
<ul>
<li><a href="https://github.com/dakrone/clj-http">clj-http</a> : Apache
HttpComponents client wrapper</li>
<li><a href="https://github.com/http-kit/http-kit">http-kit</a> :
Simple, high-performance event-driven HTTP client and server</li>
<li><a href="https://github.com/ring-clojure/ring">ring</a> : HTTP
server abstraction</li>
<li><a href="https://github.com/nervous-systems/kvlt">kvlt</a> :
Uniform, asychronous client interface for HTTP across JVM / Node /
browsers</li>
<li><a href="https://github.com/clj-commons/aleph">aleph</a> : Async
client/server based on Netty, with defaults for HTTP, TCP and UDP</li>
<li><a href="https://github.com/gnarroway/hato">hato</a> : An HTTP
client for Clojure, wrapping JDK 11s HttpClient</li>
</ul>
<h2 id="database">Database</h2>
<p><em>Databases and database client libraries</em></p>
<ul>
<li><a href="http://www.datomic.com/">Datomic</a></li>
<li><a href="https://github.com/xtdb/xtdb">xtdb</a>: bitemporal database
for SQL, Datalog &amp; graph queries</li>
<li><a href="https://github.com/replikativ/datahike">Datahike</a></li>
<li><a href="https://github.com/tonsky/datascript">Datascript</a></li>
<li><a href="https://github.com/juji-io/datalevin">Datalevin</a></li>
<li><a
href="https://github.com/seancorfield/next-jdbc">next.jdbc</a></li>
<li><a
href="https://github.com/clojure/java.jdbc">clojure.java.jdbc</a></li>
<li><a
href="https://github.com/funcool/clojure.jdbc">clojure.jdbc</a></li>
<li><a href="https://github.com/robashton/cravendb">cravendb</a></li>
<li><a href="http://clojuremongodb.info/">Monger</a>: for MongoDB</li>
<li><a href="https://baumandm.github.io/monglorious/">Monglorious</a>:
for MongoDB</li>
<li><a href="https://github.com/apa512/clj-rethinkdb">clj-rethinkdb</a>:
for RethinkDB</li>
<li><a href="https://github.com/bitemyapp/revise">Revise</a>: for
RethinkDB</li>
<li><a href="https://github.com/mpenet/spandex">Spandex</a>: for
ElasticSearch</li>
<li><a href="http://clojureelasticsearch.info/">Elastisch</a>: for
ElasticSearch</li>
<li><a href="http://clojureneo4j.info/">neocons</a>: for Neo4j</li>
<li><a href="https://github.com/mpenet/alia">Alia</a>: for
Cassandra</li>
<li><a
href="https://github.com/AppsFlyer/aerospike-clj">aerospike-clj</a>: for
Aerospike</li>
</ul>
<h2 id="connection-pools">Connection pools</h2>
<p><em>Database connection pools</em></p>
<ul>
<li><a href="https://github.com/tomekw/hikari-cp">hikari-cp</a></li>
<li><a
href="https://github.com/metabase/connection-pool">metabase/connection-pool</a></li>
</ul>
<h2 id="structural-migrations">Structural Migrations</h2>
<p><em>Keeps database and others in sync</em></p>
<ul>
<li><a href="https://github.com/budu/lobos">Lobos</a></li>
<li><a href="https://github.com/weavejester/ragtime">Ragtime</a></li>
<li><a href="https://github.com/juxt/joplin">Joplin</a></li>
<li><a href="https://github.com/yogthos/migratus">Migratus</a></li>
<li><a href="https://github.com/macourtney/drift">Drift</a></li>
</ul>
<h2 id="redis">Redis</h2>
<ul>
<li><a href="https://github.com/ptaoussanis/carmine">carmine</a></li>
<li><a href="https://github.com/lerouxrgd/celtuce">celtuce</a></li>
</ul>
<h2 id="json">JSON</h2>
<ul>
<li><a href="https://github.com/dakrone/cheshire">cheshire</a></li>
<li><a href="https://github.com/metosin/jsonista">jsonista</a></li>
</ul>
<h2 id="protocol-buffers-and-grpc">Protocol Buffers and gRPC</h2>
<ul>
<li><a href="https://github.com/AppsFlyer/pronto">pronto</a></li>
<li><a
href="https://github.com/AppsFlyer/lein-protodeps">lein-protodeps</a></li>
</ul>
<h2 id="database-cli">Database Cli</h2>
<h2 id="orm-and-sql-generation">ORM and SQL generation</h2>
<p><em>DSL for SQL generation.</em> * <a
href="https://github.com/walkable-server/walkable">Walkable</a> * <a
href="https://github.com/korma/Korma">Korma</a> * <a
href="https://github.com/tatut/specql/">Specql</a> * <a
href="https://github.com/stch-library/sql">stch-library/sql</a> * <a
href="https://github.com/r0man/sqlingvo">sqlingvo</a> * <a
href="https://github.com/TheLadders/sqlium/">sqlium</a> * <a
href="https://github.com/jkk/honeysql">honeysql</a> * <a
href="https://github.com/metabase/toucan">Toucan</a></p>
<h2 id="security">Security</h2>
<p><em>Authentication, authorization and other security related
libraries.</em></p>
<ul>
<li><a href="https://github.com/funcool/buddy">Buddy</a></li>
<li><a href="https://github.com/lvh/caesium">caesium</a> (libsodium
bindings)</li>
<li><a href="https://github.com/cemerick/friend">Friend</a></li>
<li><a
href="https://github.com/lk-geimfari/secrets.clj">secrets.clj</a></li>
<li><a href="https://github.com/juxt/bolt">bolt</a></li>
</ul>
<h2 id="restful-api">RESTful API</h2>
<p><em>Libraries for developing RESTful APIs.</em></p>
<ul>
<li><a
href="http://clojure-liberator.github.io/liberator/">Liberator</a></li>
<li><a
href="https://github.com/metosin/compojure-api">Compojure-api</a></li>
<li><a href="https://github.com/zalando/friboo">Friboo</a></li>
<li><a href="https://github.com/juxt/yada">yada</a></li>
<li><a href="https://github.com/darkleaf/router">router</a></li>
<li><a href="https://github.com/metosin/reitit">reitit</a></li>
</ul>
<h2 id="graphql-api">GraphQL API</h2>
<p><em>Libraries for developing GraphQL APIs.</em></p>
<ul>
<li><a href="https://lacinia.readthedocs.io/en/latest/">Lacinia</a></li>
</ul>
<h2 id="emails">Emails</h2>
<ul>
<li><a href="https://github.com/drewr/postal">postal</a></li>
</ul>
<h2 id="html-manipulation">HTML Manipulation</h2>
<p><em>Libraries for working with HTML.</em></p>
<ul>
<li><a href="https://github.com/cgrand/enlive/wiki">Enlive</a></li>
<li><a href="https://github.com/weavejester/hiccup">hiccup</a></li>
<li><a href="https://github.com/fhd/clostache">clostache</a></li>
<li><a href="https://github.com/yogthos/Selmer">selmer</a></li>
</ul>
<h2 id="data-validation">Data Validation</h2>
<p><em>Libraries for validating data.</em></p>
<ul>
<li><a
href="https://github.com/fulcrologic/guardrails">Guardrails</a></li>
<li><a href="https://github.com/metosin/malli">Malli</a></li>
<li><a href="http://clojurevalidations.info/">Validateur</a></li>
<li><a href="https://github.com/plumatic/schema">Prismatics
schema</a></li>
<li><a href="https://github.com/leonardoborges/bouncer">Bouncer</a></li>
<li><a href="https://github.com/markwoodhall/clova">clova</a></li>
<li><a href="https://github.com/jeaye/orchestra">Orchestra</a></li>
<li><a href="https://github.com/funcool/struct">struct</a></li>
<li><a
href="https://github.com/friemen/domaintypes">domaintypes</a></li>
</ul>
<h2 id="type-system">Type System</h2>
<p><em>Optional type system for Clojure</em></p>
<ul>
<li><a href="https://github.com/clojure/core.typed">core.typed</a></li>
</ul>
<h2 id="pattern-matching">Pattern Matching</h2>
<ul>
<li><a href="https://github.com/clojure/core.match">core.match</a></li>
<li><a href="https://github.com/killme2008/defun">defun</a></li>
<li><a href="https://github.com/zalando/cats.match">cats.match</a></li>
<li><a href="https://github.com/missingfaktor/akar">Akar</a></li>
<li><a href="https://github.com/noprompt/meander">Meander</a></li>
<li><a
href="https://github.com/WeshGuillaume/Verbal-Exprejon">Verbal-Exprejon</a></li>
</ul>
<h2 id="async-processing">Async processing</h2>
<ul>
<li><a href="https://github.com/clojure/core.async/">core.async</a></li>
<li><a href="https://github.com/puniverse/pulsar">pulsar</a></li>
<li><a href="https://github.com/ztellman/manifold">manifold</a></li>
<li><a href="https://github.com/nilenso/goose">goose</a></li>
</ul>
<h2 id="monads">Monads</h2>
<ul>
<li><a href="https://github.com/funcool/cats">cats</a></li>
<li><a
href="https://github.com/clojure/algo.monads">algo.monads</a></li>
<li><a
href="https://github.com/uncomplicate/fluokitten">Fluokitten</a></li>
</ul>
<h2 id="websocket">WebSocket</h2>
<ul>
<li><a href="https://github.com/jarohen/chord">Chord</a></li>
<li><a href="https://github.com/ptaoussanis/sente">Sente</a></li>
<li><a href="https://github.com/ztellman/aleph">aleph</a></li>
</ul>
<h2 id="testing">Testing</h2>
<ul>
<li><a
href="https://github.com/clojure-expectations/expectations">Expectations</a></li>
<li><a href="https://github.com/marick/Midje">Midje</a></li>
<li><a
href="https://github.com/GreenPowerMonitor/test-doubles">test-doubles</a></li>
<li><a href="https://github.com/lambdaisland/kaocha">kaocha</a></li>
<li><a href="https://github.com/nubank/state-flow">StateFlow</a></li>
<li><a href="https://github.com/amokfa/datest">Datest</a></li>
</ul>
<h2 id="webdriver-automation">Webdriver automation</h2>
<ul>
<li><a href="https://github.com/igrishaev/etaoin">Etaoin</a></li>
</ul>
<h2 id="code-analysis-and-linter">Code Analysis and Linter</h2>
<ul>
<li><a
href="https://github.com/technomancy/slamhound">Slamhound</a></li>
<li><a href="https://github.com/jonase/eastwood">eastwood</a></li>
<li><a href="https://github.com/jonase/kibit">kibit</a></li>
<li><a href="https://github.com/venantius/yagni">yagni</a></li>
<li><a
href="https://github.com/dakrone/lein-bikeshed">lein-bikeshed</a></li>
<li><a href="https://github.com/arohner/spectrum">spectrum</a></li>
<li><a href="https://github.com/cloverage/cloverage">cloverage</a></li>
<li><a href="https://github.com/borkdude/clj-kondo">clj-kondo</a></li>
<li><a href="https://github.com/NoahTheDuke/splint">splint</a></li>
</ul>
<h2 id="science-and-data-analysis">Science and Data Analysis</h2>
<p><em>Libraries, extended REPLs, and other tools for scientific and
statistical data anylysis and visualization.</em></p>
<ul>
<li><a href="https://github.com/incanter/incanter">Incanter</a></li>
<li><a href="http://cascalog.org/">Cascalog</a></li>
<li><a href="https://github.com/onyx-platform/onyx">Onyx</a></li>
<li><a
href="https://github.com/gorillalabs/sparkling">sparklling</a></li>
<li><a href="https://github.com/yieldbot/flambo">flambo</a></li>
<li><a
href="https://github.com/uncomplicate/neanderthal">Neanderthal</a></li>
<li><a href="https://github.com/bigmlcom/histogram">Streaming
Histograms</a></li>
<li><a href="http://gorilla-repl.org/">Gorilla REPL</a><br />
</li>
<li><a href="https://github.com/uncomplicate/bayadera">Bayadera -
Bayesian Data Analysis on the GPU</a></li>
<li><a
href="https://github.com/uncomplicate/clojurecuda">ClojureCUDA</a></li>
<li><a href="https://github.com/uncomplicate/neanderthal">Neanderthal -
fast matrix and linear algebra</a></li>
<li><a href="https://github.com/uncomplicate/clojurecl">ClojureCL -
parallel computations with OpenCL</a></li>
<li><a href="https://github.com/aysylu/loom">Loom - graph library for
Clojure</a></li>
</ul>
<h2 id="machine-learning">Machine Learning</h2>
<ul>
<li><a
href="https://github.com/uncomplicate/neanderthal">neanderthal</a>: fast
matrix library</li>
<li><a
href="https://github.com/uncomplicate/clojurecuda">clojurecuda</a></li>
<li><a
href="https://github.com/uncomplicate/clojurecl">clojurecl</a></li>
<li><a href="https://github.com/uncomplicate/bayadera">bayadera</a>:
bayesian data analysis on the GPU</li>
<li><a href="https://github.com/originrose/cortex">cortex</a></li>
<li><a href="https://github.com/aria42/flare">Flare</a></li>
<li><a href="https://mxnet.apache.org/versions/1.7.0/api/clojure">MXNet
- Clojure API</a></li>
<li><a href="https://github.com/bigmlcom/clj-bigml">clj-bigml</a></li>
<li><a
href="https://github.com/deeplearning4j/deeplearning4j">Deeplearning4j</a></li>
<li><a href="https://github.com/jimpil/enclog">Enclog</a></li>
<li><a href="https://github.com/cloudkj/lambda-ml">lambda-ml</a></li>
<li><a
href="https://github.com/kieranbrowne/clojure-tensorflow">clojure-tensorflow</a></li>
<li><a href="https://github.com/yetanalytics/dl4clj">dl4clj
(deeplearning4j to clojure)</a></li>
<li><a href="https://probprog.github.io/anglican/">Anglican</a></li>
<li><a href="https://github.com/antoniogarrote/clj-ml">clj-ml</a></li>
<li><a href="https://github.com/rinuboney/clatern">Clatern</a></li>
<li><a href="https://github.com/gigasquid/k9">k9</a></li>
<li><a
href="https://github.com/clojurewerkz/statistiker">Statistiker</a></li>
<li><a href="https://github.com/japonophile/synaptic">Synaptic</a></li>
<li><a href="https://github.com/aria42/infer">Infer</a></li>
<li><a
href="https://github.com/mrdimosthenis/clj-synapses">clj-synapses</a></li>
<li><a href="https://github.com/scicloj/scicloj.ml">scicloj.ml</a></li>
</ul>
<h2 id="computer-vision">Computer Vision</h2>
<ul>
<li><a href="https://github.com/hellonico/origami">origami</a>: OpenCV 4
wrapper</li>
<li><a
href="https://github.com/antoniogarrote/clj-tesseract">clj-tesseract</a></li>
<li><a href="http://nakkaya.com/vision.html">vision</a></li>
</ul>
<h2 id="text-processing">Text Processing</h2>
<ul>
<li><a
href="https://github.com/dakrone/clojure-opennlp">clojure-opennlp</a></li>
<li><a href="https://github.com/turbopape/postagga">postagga</a></li>
<li><a href="https://github.com/tokenmill/beagle">beagle</a></li>
<li><a
href="https://github.com/dainiusjocas/lucene-grep">lmgrep</a></li>
</ul>
<h2 id="parsing">Parsing</h2>
<ul>
<li><a
href="https://github.com/Engelberg/instaparse">Instaparse</a></li>
<li><a href="https://github.com/blancas/kern">kern</a></li>
<li><a href="https://github.com/wit-ai/duckling">duckling</a></li>
<li><a href="https://github.com/alekseysotnikov/buran">buran</a> -
RSS/Atom feed consumer and producer</li>
</ul>
<h2 id="exceptions-and-error-handling">Exceptions and Error
Handling</h2>
<ul>
<li><a href="https://github.com/mpenet/ex">Ex</a></li>
<li><a
href="https://github.com/grammarly/perseverance">Perseverance</a></li>
<li><a href="https://github.com/MichaelDrogalis/dire">Dire</a></li>
</ul>
<h2 id="rule-based-programming">Rule-based Programming</h2>
<ul>
<li><a href="https://github.com/oakes/odoyle-rules">ODoyle
Rules</a></li>
<li><a href="https://github.com/cerner/clara-rules">Clara Rules</a></li>
<li><a href="https://github.com/yipeeio/arete">Arete</a></li>
</ul>
<h2 id="editor-plugins">Editor Plugins</h2>
<ul>
<li><a href="https://github.com/BetterThanTomorrow/calva">Calva
(VSCode)</a></li>
<li><a href="https://github.com/clojure-lsp/clojure-lsp">clojure-lsp
(multiple editors)</a></li>
<li><a href="https://github.com/clojure-emacs/cider">CIDER
(Emacs)</a></li>
<li><a href="https://github.com/Fuco1/smartparens">smartparens
(Emacs)</a></li>
<li><a
href="https://github.com/Fanael/rainbow-delimiters">rainbow-delimiters
(Emacs)</a></li>
<li><a
href="https://github.com/Malabarba/aggressive-indent-mode">aggressive-indent
(Emacs)</a></li>
<li><a href="https://github.com/Olical/conjure">Conjure
(Neovim)</a></li>
<li><a href="https://github.com/venantius/vim-cljfmt">vim-cljfmt
(Vim)</a></li>
<li><a href="https://github.com/venantius/vim-eastwood">vim-eastwood
(Vim)</a></li>
<li><a href="https://github.com/tpope/vim-fireplace">vim-fireplace
(Vim)</a></li>
<li><a href="https://github.com/dgrnbrg/vim-redl">vim-redl
(Vim)</a></li>
<li><a href="https://github.com/tpope/vim-salve">vim-leiningen
(Vim)</a></li>
<li><a
href="https://github.com/junegunn/rainbow_parentheses.vim">rainbow_parentheses.vim
(Vim)</a></li>
<li><a href="https://github.com/liquidz/vim-iced">vim-iced
(Vim)</a></li>
<li><a href="https://cursive-ide.com/">Cursive (IntelliJ)</a></li>
<li><a href="https://atom.io/packages/proto-repl">proto-repl
(Atom)</a></li>
<li><a href="http://shaunlebron.github.io/parinfer/">Parinfer (multiple
editors)</a></li>
<li><a
href="https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer">Bracket
Pair Colorizer (VSCode)</a></li>
<li><a href="https://github.com/avli/clojureVSCode">clojureVSCode
(VSCode)</a></li>
<li><a
href="https://github.com/linpengcheng/ClojureBoxNpp">Notepad++</a>:
modified config files of Lisp</li>
</ul>
<h2 id="documentation">Documentation</h2>
<p><em>Utilities and libraries for (non-LP) code and project
documentation</em></p>
<ul>
<li><a href="https://github.com/weavejester/codox">codox</a></li>
</ul>
<h2 id="literate-programming">Literate Programming</h2>
<ul>
<li><a href="https://github.com/gdeer81/marginalia">marginalia</a></li>
<li><a href="https://github.com/viebel/klipse">klipse</a></li>
</ul>
<h2 id="archives-and-compression">Archives and Compression</h2>
<ul>
<li><a href="https://github.com/AeroNotix/swindon">swindon
(java.util.zip wrapper)</a></li>
</ul>
<h2 id="miscellaneous">Miscellaneous</h2>
<ul>
<li><a href="https://github.com/ztellman/potemkin">potemkin</a> -
reexport vars in another ns / act like a clojure map</li>
<li><a href="https://github.com/ztellman/clj-tuple">clj-tuple</a></li>
<li><a href="https://github.com/scgilardi/slingshot">slingshot</a></li>
<li><a href="https://github.com/ztellman/virgil">virgil</a></li>
<li><a
href="https://github.com/tailrecursion/javastar">javastar</a></li>
<li><a href="https://github.com/ztellman/riddley">riddley</a></li>
<li><a href="https://github.com/ertugrulcetin/kezban">kezban</a></li>
<li><a href="https://github.com/otwieracz/clj-grpc">clj-grpc</a></li>
</ul>
<h2 id="debugging">Debugging</h2>
<ul>
<li><a
href="https://github.com/flow-storm/flow-storm-debugger">flow-storm-debugger</a></li>
<li><a href="https://github.com/gnl/playback">playback</a></li>
<li><a
href="https://github.com/clojure/tools.trace">tools.trace</a></li>
<li><a href="https://github.com/razum2um/clj-debugger">debugger</a></li>
<li><a
href="https://github.com/GeorgeJahad/debug-repl">debug-repl</a></li>
<li><a href="https://github.com/pallet/ritz">ritz</a></li>
<li><a href="https://github.com/dgrnbrg/redl">redl</a></li>
<li><a
href="https://github.com/technomancy/limit-break">limit-break</a></li>
<li><a href="https://github.com/dgrnbrg/spyscope">spyscope</a></li>
<li><a href="https://github.com/razum2um/aprint">aprint</a></li>
<li><a
href="https://github.com/cgrand/packed-printer">packed-printer</a></li>
<li><a href="https://github.com/AvisoNovate/pretty">pretty</a></li>
<li><a href="https://github.com/magnars/prone">prone</a></li>
<li><a href="https://github.com/bhauman/lein-figwheel">figwheel</a></li>
<li><a href="https://github.com/venantius/ultra">ultra</a></li>
<li><a href="https://github.com/AppsFlyer/mate-clj">mate-clj</a></li>
<li><a
href="https://github.com/vvvvalvalval/scope-capture">scope-capture</a></li>
</ul>
<h2 id="ci">CI</h2>
<ul>
<li><a href="https://github.com/flosell/lambdacd">lambdacd</a></li>
</ul>
<h2 id="project-management">Project Management</h2>
<ul>
<li><a
href="https://github.com/turbopape/milestones">milestones</a></li>
</ul>
<h2 id="terminal-ui">Terminal UI</h2>
<ul>
<li><a
href="https://github.com/MultiMUD/clojure-lanterna">clojure-lanterna</a></li>
<li><a href="https://github.com/lambdaisland/trikl">triki</a></li>
<li><a href="https://github.com/aaron-santos/zaffre">zaffre</a></li>
<li><a href="https://github.com/dundalek/closh">closh</a></li>
<li><a
href="https://github.com/piotr-yuxuan/malli-cli">piotr-yuxuan/malli-cli</a></li>
</ul>
<h2 id="graphviz">Graphviz</h2>
<ul>
<li><a
href="https://github.com/lambdaisland/zipper-viz">zipper-viz</a></li>
<li><a href="https://github.com/daveray/dorothy">dorothy</a></li>
<li><a href="https://github.com/jebberjeb/viz.cljc">viz.cljc</a></li>
<li><a href="https://github.com/jebberjeb/fsmviz">fsmviz</a></li>
<li><a href="https://github.com/ztellman/rhizome">rhizome</a></li>
<li><a
href="https://github.com/ertugrulcetin/re-frame-flow">re-frame-flow</a>
- Graph based visualization tool for re-frame event chains
(ClojureScript)</li>
</ul>
<h2 id="game-development">Game Development</h2>
<ul>
<li><a href="https://github.com/ertugrulcetin/jme-clj">jme-clj</a> - A
Clojure 3D Game Engine (Wrapper), Powered by jMonkeyEngine</li>
<li><a href="https://github.com/oakes/play-cljc">play-cljc</a> - A
Clojure and ClojureScript game library</li>
</ul>
<h2 id="guides">Guides</h2>
<ul>
<li><a href="https://github.com/bbatsov/clojure-style-guide">The Clojure
Style Guide</a></li>
<li><a href="http://yogthos.github.io/ClojureDistilled.html">Clojure
Distilled</a></li>
<li><a
href="https://github.com/clojure-cookbook/clojure-cookbook">clojure-cookbook</a></li>
<li><a
href="http://www.unexpected-vortices.com/clojure/brief-beginners-guide/index.html">A
Brief Beginners Guide To Clojure</a></li>
<li><a href="http://www.braveclojure.com/">Clojure for the Brave and
True</a></li>
<li><a href="https://aphyr.com/tags/Clojure-from-the-ground-up">Clojure
from the ground up</a></li>
<li><a
href="https://github.com/yogthos/clojure-error-message-catalog">Error
message catalog</a></li>
<li><a href="https://kimh.github.io/clojure-by-example/">Clojure by
Example</a></li>
</ul>
<h2 id="video-tutorials">Video tutorials</h2>
<h3 id="youtube">YouTube</h3>
<ul>
<li><a
href="https://www.youtube.com/user/Misophistful/videos">Misophistfuls
channel</a>: Understand concepts such as list comprehension, threading
macros, generative testing, destructuring, core.match and introductions
to Light Table, Datomic and Game development with Clojure</li>
<li><a
href="https://www.youtube.com/channel/UC9m7D4XKPJqTPCLSBym3BCg/search?query=Clojure">Fred
Overflows channel</a>: Introductions to Functional programming and TDD
with Clojure</li>
<li><a
href="https://www.youtube.com/channel/UCH0CkLvbv6yEyrUnw9qujpQ/videos">Clojure
Pills screencast</a>: Introduction to Clojure one function at a
time</li>
<li><a href="https://www.youtube.com/c/onthecodeagain/videos">Clojure
Pills screencast</a>: Fun and beginner friendly content related to the
overall clojure ecosystem</li>
<li><a
href="https://www.youtube.com/channel/UCrwwOZ4h2FQhAdTMfjyQfQA/playlists">Data
persistance with Postgres, Clojure and JDBC</a></li>
<li><a
href="https://www.youtube.com/channel/UC6yONKYeoE2P3bsahDtsimg/videos">Clojure
Tutorials by Timothy Baldridge</a>: More advanced videos on core.async,
transducers, transients, logic programming and a “Function of the day”
series.</li>
</ul>
<h2 id="websites">Websites</h2>
<ul>
<li><a href="http://clojure.org/">Clojure</a></li>
<li><a href="http://clojurians.net/">Clojure Slack</a></li>
<li><a href="http://clojuredocs.org">clojuredocs</a></li>
<li><a href="http://clojure-doc.org/">clojure-doc</a></li>
<li><a href="http://www.clojure-toolbox.com/">The Clojure
Toolbox</a></li>
<li><a href="https://clojure.zeef.com/vlad.bokov">ZEEF/Clojure</a></li>
</ul>
<h2 id="twitter">Twitter</h2>
<ul>
<li><a href="https://twitter.com/oss_clj">oss_clj</a></li>
</ul>
<h2 id="exercises">Exercises</h2>
<ul>
<li><a href="https://github.com/PEZ/rich4clojure">rich4clojure</a></li>
<li><a
href="https://github.com/gigasquid/wonderland-clojure-katas">Wonderland
Clojure Katas</a></li>
<li><a href="http://clojurekoans.com">Clojure Koans</a></li>
<li><a href="http://exercism.io/languages/clojure">exercism.io</a></li>
<li><a
href="https://www.codewars.com/kata/search/clojure">Codewars</a></li>
</ul>
<p><a href="https://github.com/razum2um/awesome-clojure">clojure.md
Github</a></p>