Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.
kriyative edited this page Jul 12, 2011 · 1 revision

ClojureJS is available in compiled JAR form in the excellent clojars.org repository. Use the following leiningen artifact spec to automatically add ClojureJS to your project:

[org.clojars.kriyative/clojurejs "1.2.10"]

Thereafter, you can reference ClojureJS in your namespaces as follows:

(ns org.yourorganization.project
  (:use clojurejs.js))
Clone this wiki locally