Search for 'the'
For details on the search query syntax, see the guide.
Total results: 2929, showing 1321 - 1344
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 implementation of the DBSCAN clustering algorithm
A rich REPL for Clojure in the notebook style.
A comprehensive Clojure client for the entire Amazon AWS api.
Heads-up display in the browser to display developer information.
Stack-based Query Language for the web
A Clojure wrapper for the flickr API
Like multimethods, but can register multiple calls with the same dispatch value.
Write the project dependency tree to a (resource) file.
idiomatic client to the Steam APIs
dj dynamic utilities, load jars, load native jars, reload jars, and load projects via project.clj files on the fly
A cake plugin providing a command-line interface to the Github API.
Codapay is a library that ease the adoption of codapay (coda payment gateway) API.
A Clojure client for the Yahoo BOSS Search API
libpython bindings to the techascent ecosystem
A clojure wrapper for the api calls that the [obelisk](https://obelisk.tech/) miner ui makes.
Incanter-io is the I/O module of the Incanter project.
Like select-keys but for nested maps. Inspired by the fields request parameter proposed by Google.
A Java implementation of the Liquid templating engine backed up by an ANTLR grammar.
Clojure macros that complement the clojure.core threading (arrow) macros
The mobile-friendly, responsive, and lightweight jQuery date & time input picker
A Clojure client for the PuppetDB REST API
Some useful clojure snippets found around the Internet or
made by myself that I use quite often