libjava-classpath-clojure

examine the Java classpath from Clojure programs

java.classpath is a Clojure library that provides access to the Java classpath. The `classpath` function returns a sequence of java.io.File objects representing all JAR files and directories on the classpath.

libstdc++-7-pic-sh4-cross

GNU Standard C++ Library v3 (shared library subset kit)

libjava-jmx-clojure

produce and consume JMX beans from Clojure

java.jmx is a Clojure library for producing and consuming JMX beans.

libstdc++-7-pic-sparc64-cross

GNU Standard C++ Library v3 (shared library subset kit)

liblazymap-clojure

transparent wrapper around Clojure's map types

LazyMap is a transparent wrapper around the map types of Clojure. It works similar to lazy-seq for sequences: the value associated with a key via lazy-assoc is not evaluated until it is actually accessed. So if the value is dissoc'd before it is accessed the code necessary to generate the value is not executed at all.

libmath-combinatorics-clojure

generate lazy sequences for common combinatorial functions in Clojure

math.combinatorics is a collection of efficient functional algorithms for generating lazy sequences for common combinatorial functions, like partitions, selections, cartesian products, etc. It is implemented in pure Clojure.