com.birdseye-sw/dalap

Dalap is an extremely flexible tree-walking / tree-transformation library for Clojure and Clojurescript. The name is the acronym for Decide As Late As Possible, from lean programming.

Leiningen/Boot

[com.birdseye-sw/dalap "0.1.0"]

Clojure CLI/deps.edn

com.birdseye-sw/dalap {:mvn/version "0.1.0"}

Gradle

implementation("com.birdseye-sw:dalap:0.1.0")

Maven

<dependency>
  <groupId>com.birdseye-sw</groupId>
  <artifactId>dalap</artifactId>
  <version>0.1.0</version>
</dependency>