Conditional branching with cond
In this lesson, we learn to write conditional branches using cond. Documentation can be found:
cond.- ClojureDocs
Look for these files in the repo or click the links for the online versions:
day1/008 cond/before.clj– the code you need loaded in the REPL for copy-pastingday1/008 cond/after.clj– the code we develop in the lesson