Brian Marick
Brian Marick
fp-oo
Code samples and exercise solutions for /Functional Programming for the Object-Oriented Programmer/
growing-oo-software-in-ruby
Ruby Translation of Freeman & Pryce /Growing Object-Oriented Software, Guided by Tests/
Midje
Midje provides a migration path from clojure.test to a more flexible, readable, abstract, and gracious style of testing
peano
Using logic programming (Clojure's core.logic) for test data manipulation and generation
purescript-lenses
Supporting code for the book /Lenses for the Mere Mortal: PureScript Edition/
static-fp
Materials for /An Outsider's Guide to Statically Typed Functional Programming/
structural-typing
Structural typing for Clojure, somewhat inspired by Elm. Tailored to "flow-style" programming, where complex structures flow through a series of functions, each of which makes a smallish change. Can a...