brandoncorrea / cljex

Clojure concepts by example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cljex

Clojure functions by Example

Contents

duce

Transducers by example:

  • a: The reduce function
  • b: The transduce function
  • c: The eduction function
  • d: Example using the thread-last macro ->>
  • e: Example using transducers
  • f: Exercises
  • z: Exercise Solutions

pose

Function composition by example:

  • a: The constantly function
  • b: The partial functions
  • c: The comp function
  • d: The juxt function
  • e: The some-fn function
  • f: The every-pred function
  • g: The fnil function
  • h: More on function composition

Test

lein spec -a

About

Clojure concepts by example


Languages

Language:Clojure 100.0%