clojure
clojure copied to clipboard
Practicalli Clojure REPL Driven Development
As part of the Why Clojure section, include a reference and highlight from Gen Kim's love letter to Clojure talk https://www.infoq.com/presentations/developer-clojure/
https://github.com/borkdude/babashka/tree/master/examples#portal A #babashka (#clojure) script for sorting my photo collection. Scripts are incredibly useful because they're so flexible/hackable. It's such a shame we've been stuck with bash and friends (with...
Add unit testing examples to the simple principal page https://practicalli.github.io/clojure/testing/unit-testing/ Add / link to examples of using kaocha to optimise running of tests Review these principles and see if anything...
Ensure namespace examples are all namespaced E.g. change -M:new to -M:project/new on https://practicalli.github.io/clojure/testing/unit-testing/
O'Doyles rules - using the classic rules engine algorithms with a modern rules definition approach - https://github.com/oakes/odoyle-rules - Videos - A rules engine for the best of us https://www.youtube.com/watch?v=XONRaJJAhpA -...
Exercisim repositories - clojure https://github.com/exercism?q=clojure&type=&language= Exercism clojure solutions to review https://gitlab.com/heptalophos/exercism.io-clojure Binary search exercise - solution evolution https://exercism.io/mentor/solutions/6eaaa423d6bd4d7ba3b1bc120b33d8dc
https://groups.google.com/u/0/g/clojure/c/iyyNyWs53dc?pli=1 > 1. Variable arg lists have to go last; > 2. The "operand," i.e. the object primarily being "operated upon," > goes last, to make partial application easier and...
`clojure.pprint/cl-format` It's an implementation of Common Lisp's `format` function, is mighty powerful, and among many other things can format numbers to words or roman numerals... 🤯 https://t.co/u7zpYdernO