dev.samps/match-with

A simple macro built on top of core.match intended to bring Elixir's with special form to Clojure code.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 16 Downloads
  • 16 This Version

Leiningen/Boot

[dev.samps/match-with "0.1"]

Clojure CLI/deps.edn

dev.samps/match-with {:mvn/version "0.1"}

Gradle

implementation("dev.samps:match-with:0.1")

Maven

<dependency>
  <groupId>dev.samps</groupId>
  <artifactId>match-with</artifactId>
  <version>0.1</version>
</dependency>