Small collection of interactive problems to practice clojure. Each problem is a clojure project that contains core.clj file with description of a problem and you need to implement your solution there. There is no automatic checking system, you check it manually. Solutions are visualised so you can look at it and decide whether it's good or not. Some tasks contain math and algorithms problems. Check tasks below to see screenshot examples.
Instructions
- Install java and leiningen if you don't have them.
- Choose task (any folder except
misc
). - Open
$TASK_NAME/src/$TASK_NAME/work.clj
file to read excercises. - Solve them.
Tasks