wisp-compiler

Compile wisp expressions to JavaScript in your Clojure project!

Leiningen/Boot

[wisp-compiler "0.2.1-SNAPSHOT"]

Clojure CLI/deps.edn

wisp-compiler/wisp-compiler {:mvn/version "0.2.1-SNAPSHOT"}

Gradle

implementation("wisp-compiler:wisp-compiler:0.2.1-SNAPSHOT")

Maven

<dependency>
  <groupId>wisp-compiler</groupId>
  <artifactId>wisp-compiler</artifactId>
  <version>0.2.1-SNAPSHOT</version>
</dependency>