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: 7779, showing 7537 - 7560
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
DEPRECATED: A Clojure library bundling some conversion functions.
Clojure library to interact with Syncthing API
Extending Software Transactional Memory in Clojure with Side-Effects and Transaction Control.
A Clojure client/DSL for Machinebox's Clasification Box
A wrapper around testcontainers.org for Clojure
Clojure library to interact with the Bing Ads API
Clojure and Thrift working hand in hand.
A concise web framework for Clojure
Clojure wrapper for Liquibase
Clojure utilities for AWS Lambda deployment
Clojure RAML Tester Tooling
Tablemath is a Clojure library for math and statistical modeling
with table ergonomics, inspired by R.
Stripe API client in Clojure
Graph library for Clojure
Easily read and write Office documents from Clojure.
Auto generated clojure bridge to keras
Minimalistic fully featured well documented Clojure ElasticSearch client
Various things gluing together metrics-clojure and ring.
Gluing together metrics-clojure and jvm instrumentation.
Neocons is a feature rich idiomatic Clojure client for the Neo4J REST 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.
A simple library for handling the clipboard within the Clojure REPL.