https://youtu.be/2K7cQ8UYRzo Every time you start a new Clojure project, there is a lot of boilerplate that needs to be added: deps.edn with aliases...
Video version https://youtu.be/oguZnsrUQBo The question Clojure is a hosted programming language. This means what you wrote in Clojure will run in an...
https://youtu.be/KVWxr9dvGZ8 Clojure and ClojureScript are forms of the same language targeting different hosts - JVM and JavaScript respectively. If...
Article describes how to create a jar or uberjar using tools.build library. How to create build.clj file with build functions and create alias in...
Here we are going to create a Clojure library, pack it to a JAR file, deploy it to a Maven repository and make its code available from Clojure and...
Note for readers This article was written for those who want to understand how to work with Clojure CLI (command line interface), and how to configure...