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

https://cb.codes/a-tutorial-of-stuart-sierras-component-for-clojure/ https://www.metosin.fi/blog/configuring-clojure-apps/ - component and mount

application-lifecycle

A Tuple in Clojure is a very simple data structure, usually represented as two related values in a vector ``` [value1 value2] ``` The value of a tuple is in...

design
idiom

Extend existing unit testing content with more advanced features and tools. ## Comparing data structures https://github.com/nubank/matcher-combinators #### Resources to review https://tbellisiv.gitbooks.io/clojure-emacs-cider-intro/content/Cider_Tour/Interactive_Coding/Tests.html

Write some tutorials on scripting with babashka

babashka

Guide to using `require-resolve` functions with examples of where this approach is useful - optomising REPL startup time - loading libraries only if they are added to the classpath, e.g....

For each Clojure Design Club episode or mini-series, create a Clojure project (or namespace for small examples) that covers in code the topic discussed. #### References * https://clojuredesign.club/

Applying the concepts of Domain Driven Design to Clojure projects #### Example projects * https://github.com/didibus/clj-ddd-example

Review grasp and consider how it can be used with other tools orchestrated by Practicalli https://github.com/borkdude/grasp #### In practicalli/clojure-dep-edn There doesnt seem to be an obvious main function to call...

clojure cli