This is a Clojure translation of the Go code for the labs of the Spring 2020 offering of MIT's 6.824: Distributed Systems, taught by Prof. Robert Morris. You can read more about how I implemented Lab 2 in my blog post on Raft in Clojure.
Translation progress:
Run the tests for each lab by executing
$ make test
in the appropriate folder.