fancy-lets

Short-circuiting lets that allow you to perform validation in-line between each binding. See `fancy-lets.examples` for examples.

Leiningen/Boot

[fancy-lets "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

fancy-lets/fancy-lets {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("fancy-lets:fancy-lets:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>fancy-lets</groupId>
  <artifactId>fancy-lets</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>