Search for 'clojure'

Given your search terms, you may also want to search Maven Central.
org.clojure artifacts are distributed via Maven Central instead of Clojars.

For details on the search query syntax, see the guide.

Total results: 7768, showing 3433 - 3456

Note: artifacts in italics are non-canonical forks. See the wiki for more details.


  • Clojure Redis client & message queue

  • Setting up an nrepl can be useful to introspect into the JVM for troubleshouting/investigation or testing of regular Java applications. You can connect onto a process and use a Clojure prompt interactivelly or have client application that sends and execute Java code dynamically. It works because the code injected is Clojure and that the Clojure run-time allows to evaluate code at run-time. Furthermore Clojure interops very easily with Java i.e. you can translate pretty much any Java code into Clojure and access all your Java object from the injected Clojure code. This is the perfect tool to access the inside of your JVM process live after it has been deployed. To run any fancy change of code scenario, any data structure or call any method you don't need to redeploy your java code. You can see what your process sees in real time. This is an unvaluable tool to use to develop and maintain a java application.
  • dbscan 0.1.0

    Clojure implementation of the DBSCAN clustering algorithm

  • A simple Count-Min Sketch implementation in Clojure.

  • Native Clojure Gherkin BDD tool
  • testing123/core.async 0.1.361.0-d8047c-alpha

    Facilities for async programming and communication in Clojure

  • Google pubsub in Clojure

  • Clojure Amazon S3 library.
  • clshow 1.0.2

    A Clojure library for showing class members
  • lexington 0.1.1

    A Clojure Lexer (and possibly Parser) Generator

  • A Template for Clojure Repl Shells

  • A rich REPL for Clojure in the notebook style.

  • Clojure Email Library

  • Spotting Clojure Vars for fun and profit!

  • JAQ - Bringing Clojure to Google App Engine

  • FIXME: write description

  • Loader stub for non-AOT Clojure uberjars
  • dl4clj 0.0.1

    ports of some DL4J examples to Clojure
  • journey 0.1.0-SNAPSHOT

    A Clojure wrapper for Journal.IO

  • The state of a Kubernetes cluster, abstracted as a value in a Clojure atom.

  • Clojure client for Apache Cassandra

  • Doctest like functionality for Clojure programming language
  • defclass/vivi 0.2.0-SNAPSHOT

    A Clojure client for InfluxDB
  • octohipster 0.2.1-SNAPSHOT

    A hypermedia REST HTTP API library for Clojure