c-style

A library bringing some c-style syntax to clojure.

Leiningen/Boot

[c-style "0.1.1"]

Clojure CLI/deps.edn

c-style/c-style {:mvn/version "0.1.1"}

Gradle

implementation("c-style:c-style:0.1.1")

Maven

<dependency>
  <groupId>c-style</groupId>
  <artifactId>c-style</artifactId>
  <version>0.1.1</version>
</dependency>