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: 7996, showing 6865 - 6888
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
A Leiningen plugin to make deploying clojure apps to an existing servers simple.
DEPRECATED: clojure clj-new template to create a new janet project using jpm to manage the build process and babashka to orchestrate the build tasks.
Clojure MCP client for connecting to MCP servers
A Clojure wrapper for the Apache Olingo (OData) Java Library
Deep Neural Network written in Clojure from scratch
A Clojure web applications library adapted for Google AppEngine.
Redis based library for asynchronous processing
Clojure wrapper for Kafka's Java API
Fast JSON encoding and decoding for Clojure via the Jackson library.
Tablemath is a Clojure library for math and statistical modeling
with table ergonomics, inspired by R.
Clojure library for creating and parsing BCP 47 language tags with keyword-based locale identifiers
A simple set of functions to handle configuration
Clojure command line application which returns the widths of csv file columns
A leiningen plugin to launch a vimclojure nailgun server. For use with Clojure 1.2 (2.2.0 SNAPSHOT of vimclojure)
A validation library for Clojure apps
Seqspert: specific, faster, smaller Clojure Sequence operations
A Clojure wrapper to HikariCP JDBC connection pool with informix datasource
High-performance event-driven HTTP client/server for Clojure
Plexus component factory for clojure components
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.
Shell Executor for Clojure
A pilot project to use Clojure for introductory computer science courses at the University of Minnesota - Morris