clojure icon indicating copy to clipboard operation
clojure copied to clipboard

Practicalli Clojure REPL Driven Development

Results 105 clojure issues
Sort by recently updated
recently updated
newest added

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/

external-content

Examples https://twitter.com/otto_tech/status/1395699255747170305?s=19

core-async

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...

babashka

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...

testing

Ensure namespace examples are all namespaced E.g. change -M:new to -M:project/new on https://practicalli.github.io/clojure/testing/unit-testing/

bug

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 -...

rules-engine

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

exercises

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...

design
idiom

https://redgreenrefactor.dev/posts/bowling-game-clojure

code-challenge

`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

clojure-core