Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 586 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 586 Bytes

6.824-cljlabs-2020

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:

Tests

Run the tests for each lab by executing

$ make test

in the appropriate folder.

License

MIT License