org.clojars.ludothehun/ludoclojure

This project is designed to be a practical walk through of all the pain points of writing a Clojure application, hopefully keeping track of aha moments relatd to namespaces, adding dependencies, libs, testing and Clojure specifics and benchmarking

Leiningen/Boot

[org.clojars.ludothehun/ludoclojure "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.ludothehun/ludoclojure {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("org.clojars.ludothehun:ludoclojure:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.ludothehun</groupId>
  <artifactId>ludoclojure</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.