clojure
clojure copied to clipboard
Practicalli Clojure REPL Driven Development
The repo `practicalli/clojure-deps-edn` redirects to `practicalli/clojure-cli-config`, so this just replaces those references so the docs are consistent with current reality. :memo: Description :white_check_mark: Checklist - [x] Commits should be cryptographically...
Write a section on function design, with a specific design guidance on functional arguments. Provide examples and rationale about why and when each approach should (or should not) be used....
Here are some of my own personal thoughts for using Clojure CLI * Its from the Clojure team so should be well maintained (Leiningen does have a pretty good record...
* Clojure CLI Getting Started - Video Script Welcome to Practicalli, thank you for joining me. I'm Johnny and I'll introduce you to the Clojure CLI, which provides a simple...
Video scripts to evolve: * Introducing Clojure CLI * TODO Practicalli Clojure Workflow - "There are many Clojure Workflows.. and this one is mine" Clojure CLI is installed along with...
Update Practicalli Clojure spec section to include more common practices, especially in organising specs and Generative tests https://practical.li/clojure/clojure-spec/organising-specs/ ## Commercial experiences - Statsbomb (kafka) - Griffin (db abstraction & generative...
Describe how to hot-load libraries into a REPL and sync library versions in deps.edn Existing content: https://practical.li/clojure/clojure-cli/projects/add-libraries/
Describe project template design with respect to different directories in `resources/template-domain/`, e.g. `resources/practicalli/` Existing content: https://practical.li/clojure/clojure-cli/projects/templates/design-templates/ ## root All directories and files are copies as they are into the root...
Explain the language that clojure uses in its error reporting ## Examples - ctor - class constructor - tried to create a new object from a class using its constructor...