A sandbox to play with Clojure
Get lein to launch app, test or the REPL.
There are some files and directories where I test/learn something.
I have an Emacs + CIDER development
environment. Just type C-c M-j
to start CIDER.
The folder for-clojure
contains some solutions to the great 4clojure
problems. See https://www.4clojure.com/
Very useful to learn Clojure.
See also Clojure Koans or Clojure Exercism.
TODO
func_args.clj
: see mandatory and optional function argumentsfunc_quantile.clj
: simple quantile computation functionthread_last_and_map.clj
: example for using the thread-last macro->>