(clj 12) Core concepts of functional programming with Peg Thing
Chapter 5 of "Clojure for the Brave and True" explores two core concepts of functional programming: pure functions and immutable data structures. It wraps up with walking you through the code1 of a game called "Peg Thing"2, which uses "everything...
#clojure #clj #cljs