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: 7995, showing 3433 - 3456

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

  • clshow 1.0.2

    A Clojure library for showing class members
  • clj-bson 0.1.0

    A library that provides encoding/decoding in bson for clojure using congomongo.
  • azjure 1.0.0-SNAPSHOT

    Encryption Library in Clojure
  • fort.lib/clojure 0.0.2-SNAPSHOT

    Type annotations and macros for the base Clojure distribution.

  • Library for using the Transit data format with Ring websockets

  • Clojure library for loading edn configuration file

  • Neckar high-level bot API for Clojure
  • io.github.mn-dimension/oz 1.6.0-alpha35-SNAPSHOT

    Great and powerful data visualizations and scientific documents in Clojure using Vega and Vega-lite
  • tnoc 0.1.3

    Clojure code inspired by The Nature of Computation by Cristopher Moore & Stephan Mertens
  • mapquest 0.1.3

    tiny clojure library of functions and macros for dealing with maps

  • Casual file-based persistence in Clojure.

  • Clojure library to write and read XLS files.
  • clokado 0.3.8

    Simple Clojure library for Mikado Method

  • The cmp.markdown library contains functions to generate markdown documents from Clojure
  • funjible 1.0.0

    Almost, but not quite, exactly like Clojure core libraries

  • A Clojure library to allow web pages to be created with simple functions.

  • Automatically generate Clojure function proxies for java.lang.Math static methods.
  • org.dunaj/core.async 0.1.0-lite_pre5

    Facilities for async programming and communication in Clojure

  • A Clojure library bundling some conversion functions.
  • vhector 0.4.0

    Clojure wrapper for Hector, Apache Cassandra high level client
  • spectator 1.2.1-SNAPSHOT

    A functional event system for Clojure maps.

  • 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.

  • A Clojure implementation of tail -F and more

  • One billion useful Clojure functions.