Search for 'artifact-id:clj*'
For details on the search query syntax, see the guide.
Total results: 2642, showing 937 - 960
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Clojure library for VK API interaction
Clojure ldap client (fork of pauldorman/clj-ldap).
A small library of useful predicate functions missing in the core Clojure library
DSL to write css rules in clojure.
Easily run Apache Ant tasks in clojure.
Clojure wrapper for stress-ng
ClojureScript Wrapper for Kintone JavaScript API
A binary serialization format for sparse, labeled 2D numeric datasets
Clojure library for JSON Web Token(JWT). Forked from https://github.com/liquidz/clj-jwt which is no longer active.
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.
YAMLScript is a functional programming language whose syntax is encoded in
YAML.
Clojure API for Selenium-WebDriver
clj-new / shadow-cljs template for basic re-frame SPA project
This is program which offers basic API for eDocu
ClojureScript test running facilities.
A JSR-223 (javax.script) API wrapping clj-v8
Clojure library for the Paymill API
A Hacker News API wrapper
clj-http and ring middlewares for OAuth 2.0
DEPRECATED!!! Please use https://clojars.org/joncampbelldev/revl