/rich4clojure

My Solutions to Practice Clojure using Interactive Programming in your editor by pez

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Kari's Solutions to Rich 4Clojure

I forked PEZ/rich4clojure repo to do the Clojure exercises and save my progress in this forked Github repo.

I add the line
;; KARI: DONE *************************************************
at the beginning of the file when I have done that particular exercise to keep track of my progress.

This will also be a good test for my new VSCode/Calva setup, read more about it in my blog: Configuring VSCode/Calva for Clojure programming.

I added nrepl/nrepl {:mvn/version "1.0.0"} into the deps.edn file to launch the REPL in command line (using just backend-kari).