Search for 'the'
For details on the search query syntax, see the guide.
Total results: 2997, showing 889 - 912
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
A thin wrapper over Coda Hale's metrics library for the JVM
jchardet is a java port of the source from mozilla's automatic charset detection algorithm.
Precompile dieter assets from the command line
JSqlParser transforms a SQL statement into a hierarchy of java classes. Operations on the classes of JSqlParser are executed using the Visitor pattern.
Clojure interface to the Diffbot API
The next generation of clojure.java.jdbc: a new low-level Clojure wrapper for JDBC-based access to databases.
A Clojure library similar to garden with focus on simplicity and comfort of the programmer.
A simple logger for the Duct framework
Malli schemas for the Datastar SDK
Functional reactive programing for legacy applications. Supports Java Swing, uses Clojure as the main language, and considers the view as a function of state.
HugNeo4j offers a similar experience to the excellent HugSql library but for neo4j. As a matter of fact this library copies some very important parts from HugSql
Clojure API for the Parrot AR.Drone 2.0.
By John Wiseman / jjwiseman@gmail.com / http://twitter.com/lemonodor
SWT is an open source widget toolkit for Java designed to provide efficient, portable access to the user-interface facilities of the operating systems on which it is implemented.
Simple Clojure wrapper for the Bloomberg Java API
Library wrapping the subjectivity lexicon from http://mpqa.cs.pitt.edu/
Clojure client library for the GoCardless API
A fast and complete ByteBuffer implementation using either ArrayBuffers in the browser or Buffers under node.js.
A small library to check assertions. Includes original expression and the values in it.
The protocol for custom rendering in gorilla REPL.
A rich REPL for Clojure in the notebook style.
lisb: A Clojure library that wraps ProB's constraint solver. Use it to write/transform B machines with less pain or interact with the constraint solver.
An experimental Clojure(ish) to Javascript compiler similar to
[clojurescript](https://github.com/clojure/clojure-contrib/tree/master/clojurescript/). The library also provides several tools to assist you with integrating cljs into your workflow. All this in about 1k lines. Viva Clojure!
# Usage
Use the `cljs.core/to-js` function to turn a list (representing some
code) into javascript, like so:
(to-js '((fn [x] (alert x)) "hello world"))
-> function(x){alert(x);}("hello world");
(to-js '(-> ($ "<div />")
(.css {:backgroundColor "blue" .
:border "dashed white 5px"})
-> (function(){var out = $("<div />");
out.css({backgroundColor:"blue",border:"dashed white 5px"});
return out}())
Neat, huh?
In addition to the compiler, cljs provides several tools to make working with cljs in the context of a web project easier:
1. [cljs.watch](#cljs.watch) provides a mechanism for automatic recompilation on source changes. Used by either `lein cljs-watch` or `(use 'cljs.watch) (start-watch-project "./project.clj")`. Cljs output is declared in your project.clj file, under the :cljs key.
2. [cljs.stitch](#cljs.stitch) takes care of stitching the collection of source files that make up a library into a coherent javascript file.
For more examples, please see the [cljs.test.core](#cljs.test.core) namespace.
A Ring middleware that adds X-Clacks-Overhead header to the response
The PostgreSQL Driver JDBC4