Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 881 Bytes

File metadata and controls

30 lines (18 loc) · 881 Bytes

Clojure Sandbox

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.

For Clojure

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.

sqlrepl

TODO

Other Files

  • func_args.clj : see mandatory and optional function arguments
  • func_quantile.clj : simple quantile computation function
  • thread_last_and_map.clj : example for using the thread-last macro ->>