c-style

A library bringing some c-style syntax to clojure.

Leiningen/Boot

[c-style "0.1.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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