This is a small PR to add threading forms (-> and ->>) as they are ubiquitous within Clojure codebases and worth introducing to newcomers early (whether that should be bundled in with the list ops is another question outside of this PR).
I also added a couple of tiny transducer examples so that they're represented as well.
This is a small PR to add threading forms (
->
and->>
) as they are ubiquitous within Clojure codebases and worth introducing to newcomers early (whether that should be bundled in with the list ops is another question outside of this PR).I also added a couple of tiny transducer examples so that they're represented as well.