Clojure for non Clojure programmers - Chapter 2, Our first program

Chapter 2 of my Clojure for non Clojure programmers (cfncp) series is out!

We go over installing a JDK and the Clojure CLI, so that we can run our first Clojure program, a simple timer application. I explain the details of the execution model, and hopefully, by the end of it, you can start playing with Clojure.

Next chapter will revisit the program in detail, and we’re going to start learning about the actual features of the language, variables, functions, loops, things like that.

Hope you like it!

8 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.