kkolotyuk / clojure-interactive-tasks

Set of interactive tasks to be solved using clojure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a collection of interactive tasks created to help you practise clojure. Single interactive task is a clojure project that contains some exercises, you solve them and check. There is no automatic checking system, you check it manually. Solutions are visualised so you can look at it and decide whether it good or not by yourself. Some tasks contain math and algorithms problems. Check tasks below to see screenshot examples.

Instructions

  1. Install java and leiningen if you don't have them.
  2. Choose task (any folder except misc).
  3. Open $TASK_NAME/src/$TASK_NAME/work.clj file to read excercises.
  4. Solve them.

Tasks

About

Set of interactive tasks to be solved using clojure.


Languages

Language:Clojure 100.0%