Search for 'org'
For details on the search query syntax, see the guide.
Total results: 6261, showing 2905 - 2928
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Clojure API wrapper on the Spark project (http://spark-project.org/)
Fulcro RAD datastore implemented in ClojureScript using IndexedDB
a framework for asynchronous communication
A Clojure interface to the Google Closure templating library
Avoid the hassle of restructuring comments into functions.
Testify turns selected comments into automatically evaluated
scripts, while remaining as comments embedded within the code.
Evaluate these comments directly from within a test, or in any
other way preferred. Rename the (comment) to (test-comment)
and evaluate with (eval-in-ns 'your-namespace). Testify will
find the test-comment and evaluate its content for you. The
test-comment is an empty macro ignoring its body, just like
comment, that Testify recognizes. Testify can easily be told
to evaluate content of any other top level form, while
test-comment is a default. Testify use levels of isolation.
While eval-in-ns evaluates expressions in its namespace, like
when evaluating comments manually, its sibling eval-as-use
evaluates from within a temporary namespace, preventing
pollution. This is more suitable for repeatable tests.
Testify reads source code, and keeps track of where it is.
Code should be highlighted when a test assertion fails, even
though the assertion is in a comment. Testify is not a testing
framework, but rather a pun on: to witness, reveal comment,
display it in the repl.
event-driven data structures for clojure
Fast JSON encoding and decoding for Clojure via the Jackson library.
Alias for the codox/codox.leiningen plugin
A small framework for writing genetic algorithms
A Clojure library designed to run large sql updates/deletes in batches
A library to assist in writing Hadoop MapReduce jobs in Clojure.
A code completion library for Swing text components, with special support for RSyntaxTextArea
GATK is a structured software library for writing efficient analysis tools using next-generation sequencing data http://www.broadinstitute.org/gsa/wiki/index.php/The_Genome_Analysis_Toolkit
A java template engine for generating source code, web pages, emails, or any other formatted text output.