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: 7886, showing 3433 - 3456
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
A Clojure library for sending email through gmail.
Clojure RPC over WebSockets
A logic/relational programming library for Clojure
Embedded maria db for clojure
An embedded Clojure editor
A Clojure helper class for configuring a Clojure application that uses the AWS SDK (via Amazonica) to talk to the Spurious services (https://github.com/spurious-io/spurious)
Port of clojure.org/data.json to ClojureCLR
A Clojure library for applying dimensional analysis.
Railway Oriented Programming in Clojure
Clojure routing library which is an abstraction over Liberator + Compojure
Tasty SQL for Clojure (gfredericks fork)
A clojure library for accessing the salesforce api
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.
Clojure parsec library port from Haskell.
A clojure wrapper around the Github API
A Clojure library for using SQL
Reading and writing comma separated values in Clojure.
A Kafka Serializer/Deserializer supporting Nippy, and an add-on for Franzy, a Clojure Kafka client.
Library for using the Transit data format with Ring websockets
Clojure client interface to BioMart
Clojure library for the Hazelcast p2p cluster
Helper functions for working with PostgresSQL hstore data type in Clojure via JDBC
A Leiningen hook to compile JavaFX 8 in clojure.
Micro-library to help debug Clojure programs